summaryrefslogtreecommitdiff
path: root/libavcodec/assdec.c
Commit message (Collapse)AuthorAge
* assdec: check the right variableVittorio Giovara2014-12-18
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1257815
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
| | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
* add missing files in previous commit (ASS encoder and decoder)Aurelien Jacobs2010-11-13
Originally committed as revision 25747 to svn://svn.ffmpeg.org/ffmpeg/trunk