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
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04avcodec/dvdsubdec: reconstruct incomplete SPU packets.Clément Bœsch
2013-10-04avcodec/dvdsubdec: extract every subtitle in a different file (debug).Clément Bœsch
2013-10-04avcodec/dvdsubdec: factor out rectangles reset.Clément Bœsch
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-06-30Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-05make the ordering of the return type and av_cold consistentMichael Niedermayer
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-08Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-01-19dvdsubdec: parse the size from the extradataClément Bœsch
2013-01-16Merge commit 'fb845ffdd335a1efd6dfd43e8adeb530397b348e'Michael Niedermayer
2013-01-15dvdsubdec: Support palette in mkvJoakim Plate
2013-01-13dvdsubdec: use unsigned shifts to avoid shifting into the sign bitMichael Niedermayer
2012-12-05lavc/dvdsubdec: accept palette from options.Nicolas George
2012-11-03Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer
2012-09-05lavc/dvdsubdec: parse the size from the extradata.Clément Bœsch
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-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-09-14dvdsubdec: fix bad free in dvdsub_initKelly Anderson
2011-09-13dvdsubdec: Move colormap and alpha to contextJoakim Plate
2011-09-12dvdsubdec: Support palette information for vobsub's stored as text in extradataJoakim Plate
2011-08-03Abort if command offset decreases, avoids potential endless loop.Reimar Döffinger
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-24dvdsubdec: fix incorrect colors.Alexandre Colucci
2011-05-02Change guess_palette so its output matches the most common palette.Reimar Döffinger
2011-04-12add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs
2011-03-25Fix incorrect colors when decoding DVD subtitlesAlexandre Colucci
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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-07-28remove useless castAurelien Jacobs
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-08-20Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger