summaryrefslogtreecommitdiff
path: root/libavformat/assdec.c
Commit message (Expand)AuthorAgeFilesLines
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* use designated initializer in ASS (de)muxerAurelien Jacobs2010-12-041-8/+8
* add seeking support in ASS demuxerAurelien Jacobs2010-07-291-1/+41
* use return value of ff_get_line()Aurelien Jacobs2010-07-211-4/+4
* move ff_get_line to aviobuf.cAurelien Jacobs2010-07-211-14/+1
* rename get_line to ff_get_lineAurelien Jacobs2010-07-211-2/+2
* improve long_name for ass (de)muxerAurelien Jacobs2010-07-071-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incomp...Michael Niedermayer2009-02-141-1/+1
* assdec: don't remove CR, they are part of the specAurelien Jacobs2008-09-271-1/+1
* Do not lose the '\n'.Michael Niedermayer2008-09-261-3/+4
* 2 in 1, an ASS and SSA demuxer.Michael Niedermayer2008-09-261-0/+186