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
2011-02-17Merge libavcore into libavutilReinhard Tartler
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ò
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
2009-08-26Apply r19642 also pgssubdec:Reimar Döffinger
2009-08-25Add Bluray Subtitle SupportStephen Backway