| Commit message (Expand) | Author | Age | Files | Lines |
* | dvbsubdec: don't hardcode subtitle colors count in dvbsubdec to 16 | Joakim Plate | 2011-09-10 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+7 |
|\ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | | Patch for memory leaks in DVB subtitles decoder | Jernej Fijačko | 2011-07-16 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | dvbsubdec: Fix compilation of debug code. | Diego Biurrun | 2011-06-08 | 1 | -4/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -32/+16 |
|\ \
| |/ |
|
| * | Replace some av_log/printf + #ifdef combinations by av_dlog. | Diego Biurrun | 2011-06-07 | 1 | -28/+13 |
| * | Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. | Diego Biurrun | 2011-06-07 | 1 | -4/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | dvbsubdec: check against buffer overreads | Janne Grunau | 2011-02-10 | 1 | -2/+9 |
| * | Do not fail DVB sub decoding because of a few padding bytes | Reimar Döffinger | 2011-02-10 | 1 | -7/+2 |
| * | dvbsubdec: pass correct input buffer size | Jindrich Makovicka | 2011-02-07 | 1 | -3/+3 |
| * | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-03 | 1 | -5/+2 |
| * | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -8/+8 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | dvbsubdec: Split delete_state() | JULIAN GARDNER | 2011-05-04 | 1 | -18/+38 |
* | | add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct | Aurelien Jacobs | 2011-04-11 | 1 | -3/+0 |
* | | dvbsubdec: check against buffer overreads | Janne Grunau | 2011-02-11 | 1 | -2/+9 |
* | | Do not fail DVB sub decoding because of a few padding bytes | Reimar Döffinger | 2011-02-11 | 1 | -7/+2 |
* | | dvdsubdec.c: prevent input buffer overflow | Jindrich Makovicka | 2011-02-07 | 1 | -3/+3 |
* | | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-04 | 1 | -5/+2 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -8/+8 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Pass the composition and ancillary ID for DVB subtitles via extradata instead | Reimar Döffinger | 2010-07-14 | 1 | -3/+10 |
* | Remove useless casts and memset. | Reimar Döffinger | 2010-07-11 | 1 | -12/+10 |
* | Move colorspace.h from libavcodec to libavutil. | Stefano Sabatini | 2010-07-01 | 1 | -1/+1 |
* | dvbsub: parse display definition segment | Janne Grunau | 2010-06-16 | 1 | -2/+65 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle | Reimar Döffinger | 2009-08-20 | 1 | -1/+1 |
* | Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. | Diego Biurrun | 2009-07-30 | 1 | -25/+9 |
* | Set subtitle type in DVB subtitle decoder. | Janne Grunau | 2009-07-14 | 1 | -0/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Fix wrong size computation for buffer. Patch is part of | Reynaldo H. Verdejo Pinochet | 2009-04-12 | 1 | -4/+4 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. | Michael Niedermayer | 2009-01-03 | 1 | -5/+5 |
* | Change AVSubtitle.rects to an array of pointers so ABI does not break | Michael Niedermayer | 2009-01-03 | 1 | -3/+6 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | minor simplification | Michael Niedermayer | 2008-05-28 | 1 | -4/+4 |
* | redundant | Michael Niedermayer | 2008-05-28 | 1 | -1/+2 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -18/+18 |
* | colour --> color in variable names | Diego Biurrun | 2007-12-03 | 1 | -14/+14 |
* | cosmetic (x==NULL -> !x) | Michael Niedermayer | 2007-11-19 | 1 | -7/+7 |
* | cosmetic (place { consistently) | Michael Niedermayer | 2007-11-19 | 1 | -22/+11 |
* | cosmetic (remove != 0 / != NULL) | Michael Niedermayer | 2007-11-19 | 1 | -44/+44 |
* | use sizeof in snprintf (note the changed code is all under #if 0) | Michael Niedermayer | 2007-11-19 | 1 | -5/+5 |
* | check region depth for validity | Michael Niedermayer | 2007-11-19 | 1 | -0/+4 |