summaryrefslogtreecommitdiffstats
path: root/libavformat/siff.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-8/+8
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables, fixes the following warnings:Diego Biurrun2007-10-311-2/+1
| | | | | | | siff.c:187: warning: unused variable 'snddata' siff.c:186: warning: unused variable 'size2' Originally committed as revision 10884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-221-0/+238
Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk