summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-09-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-4/+8
2012-09-25xsub: feed init_get_bits the whole bufferAlexandre Colucci1-4/+7
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-05-23xsubdec: print frame size when too smallMichael Niedermayer1-1/+1
2011-08-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer9-23/+22
2011-08-03cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun4-12/+12
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer202-2171/+1882
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov191-2109/+1826
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03Do not include mathematics.h in avutil.hMans Rullgard54-1/+56
2011-05-02Fix init_get_bits length argument for init_get_bits.Alexandre Colucci1-4/+7
2011-04-27Fix decoding of DXSA subtitles.Alexandre Colucci1-2/+3
2011-04-11add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs9-23/+7
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-16Merge libavcore into libavutilReinhard Tartler121-320/+167
2011-02-15Merge libavcore into libavutilReinhard Tartler120-321/+166
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini51-66/+66
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini46-54/+92
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-08-20Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger3-4/+3
2009-08-15Fix start_display_time/end_display_time to be relative to packet pts in xsub ...Reimar Döffinger1-4/+7
2009-08-15Reindent.Reimar Döffinger1-3/+3
2009-08-15Remove code that is now dead.Reimar Döffinger1-4/+0
2009-08-15Make sure AVSubtitle is initialized, memset it to 0.Reimar Döffinger1-0/+1
2009-07-26Set subtitle type in DVD and XSUB subtitle decoders.Janne Grunau2-0/+2
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann137-172/+541
2009-02-12Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson2-0/+3
2009-02-09Fix timestamp parsing in XSUB decoder.Björn Axelsson1-1/+1
2009-01-03Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer8-57/+61
2009-01-03Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer7-62/+68
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini167-231/+235
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini61-9/+81
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng145-288/+296
2008-02-01constsMichael Niedermayer33-89/+89
2007-12-03colour --> color in variable namesDiego Biurrun4-18/+18
2007-08-05Add proper license headerReimar Döffinger1-0/+20
2007-08-05Remove AVCodecContext parameter from parse_timecode functionReimar Döffinger1-3/+3
2007-08-05Fix deinterlacing for odd heightReimar Döffinger1-1/+1
2007-08-05Deinterlace xsub subtitlesReimar Döffinger1-0/+4
2007-08-05Colours except background should not be transparentReimar Döffinger1-0/+3
2007-08-05get rid of av_rescale_q, it does not work as intended.Reimar Döffinger1-1/+0
[next]