Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-28pgssubdec: remove unused variablePaul B Mahol
2012-11-19Merge commit '1c5805521c3e406886341d752ebf38f8d41e1d13'Michael Niedermayer
2012-11-18PGS subtitles: Set AVSubtitle pts valueJohn Stebbins
2012-11-15pgssubdec: check RLE size before copying. Fix out of array accessesMichael Niedermayer
2012-11-03Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer
2012-11-02PGS subtitles: Expose forced flagJohn Stebbins
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-15lavc/pgssubdec: use the PTS from the presentation segment.Nicolas George
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-30Exposing forced flag for DVD and PGS subtitleshakuya
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-10Fix a bunch of common typos.Diego Biurrun
2012-01-30Add option forced_subs_only for Bluray subtitles.Carl Eugen Hoyos
2012-01-23Improve support for PGS subtitles.David Mitchell
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-01cosmetics: fix some then/than typosDiego Biurrun
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun
2011-05-24pgssubdec: fix incorrect colors.Alexandre Colucci
2011-04-12add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs
2011-03-25Fix incorrect colors when decoding Blu-ray subtitlesAlexandre Colucci
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-23100l, fix missing decrement on split PGS packets.Reimar Döffinger
2010-11-22Fail RLE decoding if insufficient data for a complete bitmap was decoded.Reimar Döffinger
2010-11-22Support PGS subtitles with RLE data split over mutiple packets.Mark Goodman
2010-11-06Fix indentation.Reimar Döffinger
2010-11-06Improve PGS parsing: the "state" field is not relevant to us,Reimar Döffinger
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-21Export the presentation video dimensions as avctx->width/avctx->height.Reimar Döffinger
2010-07-11Set pix_fmt to the correct value for the format the PGS decoder actually uses.Reimar Döffinger
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-08-26Always allocate a buffer of AVPALETTE_SIZE for palette in theStephen Backway
2009-08-26Reindent.Reimar Döffinger
2009-08-26Remove now dead code.Reimar Döffinger