aboutsummaryrefslogtreecommitdiff
path: root/libavformat/assdec.c
AgeCommit message (Expand)Author
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-12-04use designated initializer in ASS (de)muxerAurelien Jacobs
2010-07-29add seeking support in ASS demuxerAurelien Jacobs
2010-07-21use return value of ff_get_line()Aurelien Jacobs
2010-07-21move ff_get_line to aviobuf.cAurelien Jacobs
2010-07-21rename get_line to ff_get_lineAurelien Jacobs
2010-07-07improve long_name for ass (de)muxerAurelien Jacobs
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-02-14Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incomp...Michael Niedermayer
2008-09-27assdec: don't remove CR, they are part of the specAurelien Jacobs
2008-09-26Do not lose the '\n'.Michael Niedermayer
2008-09-262 in 1, an ASS and SSA demuxer.Michael Niedermayer