| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | xsub: feed init_get_bits the whole buffer | Alexandre Colucci | 2012-09-25 | 1 | -4/+7 |
* | | 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 |
* | | xsubdec: print frame size when too small | Michael Niedermayer | 2012-05-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-04 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | cosmetics: fix indentation/alignment in AVCodec declarations | Diego Biurrun | 2011-08-03 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+5 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Fix init_get_bits length argument for init_get_bits. | Alexandre Colucci | 2011-05-02 | 1 | -4/+7 |
* | | Fix decoding of DXSA subtitles. | Alexandre Colucci | 2011-04-27 | 1 | -2/+3 |
* | | add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct | Aurelien Jacobs | 2011-04-11 | 1 | -2/+0 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | 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 |
* | Fix start_display_time/end_display_time to be relative to packet pts in xsub ... | Reimar Döffinger | 2009-08-15 | 1 | -4/+7 |
* | Reindent. | Reimar Döffinger | 2009-08-15 | 1 | -3/+3 |
* | Remove code that is now dead. | Reimar Döffinger | 2009-08-15 | 1 | -4/+0 |
* | Make sure AVSubtitle is initialized, memset it to 0. | Reimar Döffinger | 2009-08-15 | 1 | -0/+1 |
* | 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/+2 |
* | Fix timestamp parsing in XSUB decoder. | Björn Axelsson | 2009-02-09 | 1 | -1/+1 |
* | Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. | Michael Niedermayer | 2009-01-03 | 1 | -8/+8 |
* | Change AVSubtitle.rects to an array of pointers so ABI does not break | Michael Niedermayer | 2009-01-03 | 1 | -14/+15 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many 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 | -1/+1 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | colour --> color in variable names | Diego Biurrun | 2007-12-03 | 1 | -2/+2 |
* | Add proper license header | Reimar Döffinger | 2007-08-05 | 1 | -0/+20 |
* | Remove AVCodecContext parameter from parse_timecode function | Reimar Döffinger | 2007-08-05 | 1 | -3/+3 |
* | Fix deinterlacing for odd height | Reimar Döffinger | 2007-08-05 | 1 | -1/+1 |
* | Deinterlace xsub subtitles | Reimar Döffinger | 2007-08-05 | 1 | -0/+4 |
* | Colours except background should not be transparent | Reimar Döffinger | 2007-08-05 | 1 | -0/+3 |
* | get rid of av_rescale_q, it does not work as intended. | Reimar Döffinger | 2007-08-05 | 1 | -1/+0 |
* | get rid of xsubdec array and calculate value instead | Reimar Döffinger | 2007-08-05 | 1 | -3/+1 |