summaryrefslogtreecommitdiff
path: root/libavcodec/eatgv.c
Commit message (Collapse)AuthorAge
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-11
| | | | | | | libavcodec/eatgv.c: In function ‘tgv_decode_frame’: libavcodec/eatgv.c:66: warning: ‘offset’ may be used uninitialized in this function Originally committed as revision 17154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* libavutil/lzo.h is a local headerAurelien Jacobs2009-01-14
| | | | Originally committed as revision 16601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TGV decoderPeter Ross2008-08-06
Originally committed as revision 14642 to svn://svn.ffmpeg.org/ffmpeg/trunk