| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove incorrect use of ctype.h functions. | Reimar Döffinger | 2013-03-03 | 1 | -1/+2 |
* | Merge commit 'fb845ffdd335a1efd6dfd43e8adeb530397b348e' | Michael Niedermayer | 2013-01-16 | 1 | -5/+5 |
|\ |
|
| * | dvdsubdec: Support palette in mkv | Joakim Plate | 2013-01-15 | 1 | -5/+55 |
* | | dvdsubdec: use unsigned shifts to avoid shifting into the sign bit | Michael Niedermayer | 2013-01-12 | 1 | -1/+1 |
* | | lavc/dvdsubdec: accept palette from options. | Nicolas George | 2012-12-05 | 1 | -10/+45 |
* | | Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60' | Michael Niedermayer | 2012-11-03 | 1 | -1/+1 |
|\| |
|
* | | lavc/dvdsubdec: parse the size from the extradata. | Clément Bœsch | 2012-09-04 | 1 | -0/+6 |
* | | 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 |
* | | Exposing forced flag for DVD and PGS subtitles | hakuya | 2012-04-30 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-29 | 1 | -4/+2 |
|\| |
|
| * | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -4/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -1/+1 |
|\| |
|
| * | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | | dvdsubdec: fix bad free in dvdsub_init | Kelly Anderson | 2011-09-14 | 1 | -3/+3 |
* | | dvdsubdec: Move colormap and alpha to context | Joakim Plate | 2011-09-13 | 1 | -4/+5 |
* | | dvdsubdec: Support palette information for vobsub's stored as text in extradata | Joakim Plate | 2011-09-12 | 1 | -3/+66 |
* | | Abort if command offset decreases, avoids potential endless loop. | Reimar Döffinger | 2011-08-03 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+4 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+4 |
| * | dvdsubdec: fix incorrect colors. | Alexandre Colucci | 2011-05-24 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | 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 |
* | | Change guess_palette so its output matches the most common palette. | Reimar Döffinger | 2011-05-02 | 1 | -3/+11 |
* | | add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct | Aurelien Jacobs | 2011-04-11 | 1 | -1/+0 |
* | | Fix incorrect colors when decoding DVD subtitles | Alexandre Colucci | 2011-03-25 | 1 | -1/+1 |
* | | 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 |
|/ |
|
* | remove useless cast | Aurelien Jacobs | 2010-07-27 | 1 | -1/+1 |
* | Move colorspace.h from libavcodec to libavutil. | Stefano Sabatini | 2010-07-01 | 1 | -1/+1 |
* | 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 | -2/+1 |
* | Simplify initialization of AVSubtitle by using memset. | Reimar Döffinger | 2009-08-15 | 1 | -5/+1 |
* | Fix cmd_pos bounds check to avoid the overflow case. | Reimar Döffinger | 2009-08-15 | 1 | -1/+1 |
* | Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. | Diego Biurrun | 2009-07-30 | 1 | -26/+11 |
* | Set subtitle type in DVD and XSUB subtitle decoders. | Janne Grunau | 2009-07-26 | 1 | -0/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format | Björn Axelsson | 2009-02-12 | 1 | -0/+1 |
* | 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 | -22/+22 |
* | Forgot to update (I likely missed it due to its similar name to dvb...) | Michael Niedermayer | 2009-01-03 | 1 | -42/+45 |
* | dvdsubdec: allow compilation with -DDEBUG | Måns Rullgård | 2008-07-13 | 1 | -0/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | remove some empty close/init functions in avcodec | Aurelien Jacobs | 2007-11-25 | 1 | -12/+2 |