summaryrefslogtreecommitdiff
path: root/libavcodec/dvdsub_parser.c
Commit message (Expand)AuthorAge
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-27
* avcodec/dvdsub_parser: Remove empty init functionAndreas Rheinhardt2020-07-04
* avcodec/dvdsub_parser: Allocate input paddingMichael Niedermayer2018-07-15
* avcodec/dvdsub_parser: Init output buf/sizeMichael Niedermayer2018-07-15
* avcodec/dvdsub_parser: print message if packet is smaller than the packet siz...Michael Niedermayer2014-08-02
* avcodec/dvdsub_parser: Check buf_size before reading 32bit packet sizeMichael Niedermayer2014-08-02
* avcodec/dvdsub_parser: never return 0 when the input isnt 0Michael Niedermayer2014-08-02
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
| * lavc: use designated initialisers for parsers.Anton Khirnov2011-11-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Update the dvdsub parser to be able to parse HD-DVD subtitle packets.Ian Caulfield2007-07-24
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* Move dvdsub parser to its own file.Diego Biurrun2007-05-06