summaryrefslogtreecommitdiff
path: root/libavformat/siff.c
Commit message (Collapse)AuthorAge
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | 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-31
| | | | | | | 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-22
Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk