| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/dvbsub_parser: Do not discard data | Michael Niedermayer | 2018-07-18 | 1 | -7/+9 |
* | Merge commit '6ac52f05a6fcadb84972c9557b28c67a416f866b' | Clément Bœsch | 2016-06-29 | 1 | -0/+1 |
|\ |
|
| * | dvbsub_parser: Add missing mem.h #include | Diego Biurrun | 2016-06-08 | 1 | -0/+1 |
* | | Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347' | Clément Bœsch | 2016-06-29 | 1 | -1/+6 |
|\| |
|
| * | Remove unnecessary get_bits.h #includes | Diego Biurrun | 2016-06-07 | 1 | -1/+6 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -7/+8 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -7/+8 |
* | | avcodec/dvbsub_parser: Fix potential pointer overflows | Michael Niedermayer | 2015-03-15 | 1 | -3/+3 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -5/+5 |
|\| |
|
| * | lavc: use designated initialisers for parsers. | Anton Khirnov | 2011-11-02 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -12/+4 |
|\| |
|
| * | Replace some av_log/printf + #ifdef combinations by av_dlog. | Diego Biurrun | 2011-06-07 | 1 | -12/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
| * | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -4/+4 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. | Diego Biurrun | 2009-07-30 | 1 | -13/+5 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Simplify parser core. | Michael Niedermayer | 2008-06-02 | 1 | -3/+3 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | make some parser parameters const to avoid casting const to non-const | Aurelien Jacobs | 2007-05-07 | 1 | -1/+1 |
* | Rename dvbsubdec_parser.c to dvbsub_parser.c. | Diego Biurrun | 2007-05-06 | 1 | -0/+196 |