summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvbsub_parser.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dvbsub_parser: Do not discard dataMichael Niedermayer2018-07-181-7/+9
* Merge commit '6ac52f05a6fcadb84972c9557b28c67a416f866b'Clément Bœsch2016-06-291-0/+1
|\
| * dvbsub_parser: Add missing mem.h #includeDiego Biurrun2016-06-081-0/+1
* | Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-291-1/+6
|\ \ | |/
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-071-1/+6
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-7/+8
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-7/+8
* | avcodec/dvbsub_parser: Fix potential pointer overflowsMichael Niedermayer2015-03-151-3/+3
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-5/+5
|\ \ | |/
| * lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-12/+4
|\ \ | |/
| * Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-071-12/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-4/+4
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-301-13/+5
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Simplify parser core.Michael Niedermayer2008-06-021-3/+3
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-071-1/+1
* Rename dvbsubdec_parser.c to dvbsub_parser.c.Diego Biurrun2007-05-061-0/+196
OpenPOWER on IntegriCloud