summaryrefslogtreecommitdiff
path: root/libavformat/iss.c
Commit message (Collapse)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return an error if we can not get a full packet,Stefan Gehrer2009-01-24
| | | | | | fixes hang on EOF Originally committed as revision 16740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix header parsing, the NULL terminated File ID is followed by a spaceStefan Gehrer2009-01-24
| | | | Originally committed as revision 16738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-17
extended ADPCM decoder by ISS specific IMA variant Originally committed as revision 16658 to svn://svn.ffmpeg.org/ffmpeg/trunk