| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | dvbsubdec: Fix compilation of debug code. | Diego Biurrun | 2011-06-08 | 1 | -4/+5 |
* | 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 |
* | 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 |
* | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi | 2007-08-09 | 1 | -4/+4 |
* | create colorspace.h and use it where appropriate | Ian Caulfield | 2007-07-17 | 1 | -23/+1 |
* | Move dvbsubdec parser to its own file. | Diego Biurrun | 2007-05-06 | 1 | -170/+0 |
* | remove useless static cm variable | Michael Niedermayer | 2007-03-13 | 1 | -3/+1 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -13/+13 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -218/+218 |
* | subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also f... | Ian Caulfield | 2005-08-14 | 1 | -5/+3 |
* | DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) | Michael Niedermayer | 2005-07-17 | 1 | -0/+1633 |