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
2013-08-12Fix wrong use of "an" in some comments.Thilo Borgmann10-10/+10
2012-11-28pgssubdec: remove unused variablePaul B Mahol1-1/+0
2012-11-19Merge commit '1c5805521c3e406886341d752ebf38f8d41e1d13'Michael Niedermayer2-10/+27
2012-11-18PGS subtitles: Set AVSubtitle pts valueJohn Stebbins1-2/+8
2012-11-15pgssubdec: check RLE size before copying. Fix out of array accessesMichael Niedermayer1-0/+5
2012-11-03Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer9-26/+22
2012-11-02PGS subtitles: Expose forced flagJohn Stebbins3-4/+12
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-09-15lavc/pgssubdec: use the PTS from the presentation segment.Nicolas George1-0/+8
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-04-30Exposing forced flag for DVD and PGS subtitleshakuya4-0/+11
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer11-50/+54
2012-03-09Fix a bunch of common typos.Diego Biurrun5-37/+37
2012-01-30Add option forced_subs_only for Bluray subtitles.Carl Eugen Hoyos2-8/+25
2012-01-23Improve support for PGS subtitles.David Mitchell2-81/+118
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-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer22-186/+327
2011-06-30cosmetics: fix some then/than typosDiego Biurrun6-9/+9
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-729/+804
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun6-96/+37
2011-05-24pgssubdec: fix incorrect colors.Alexandre Colucci1-1/+1
2011-04-11add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs9-23/+7
2011-03-25Fix incorrect colors when decoding Blu-ray subtitlesAlexandre Colucci1-1/+1
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-30Replace dprintf with av_dlogLuca Barbato47-308/+312
2011-01-29Replace dprintf with av_dlogLuca Barbato47-308/+312
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-11-23100l, fix missing decrement on split PGS packets.Reimar Döffinger1-0/+1
2010-11-22Fail RLE decoding if insufficient data for a complete bitmap was decoded.Reimar Döffinger1-0/+5
2010-11-22Support PGS subtitles with RLE data split over mutiple packets.Mark Goodman1-13/+25
2010-11-06Fix indentation.Reimar Döffinger1-35/+35
2010-11-06Improve PGS parsing: the "state" field is not relevant to us,Reimar Döffinger1-15/+17
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini51-66/+66
2010-08-21Export the presentation video dimensions as avctx->width/avctx->height.Reimar Döffinger1-8/+9
2010-07-11Set pix_fmt to the correct value for the format the PGS decoder actually uses.Reimar Döffinger1-1/+1
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini11-13/+13
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
[next]