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
2014-11-22Merge commit 'd466d82faaf6e0e57a3a4be5e38e3902ef251ac3'Michael Niedermayer
2014-11-21dvdsubdec: Do not leak on failure pathLuca Barbato
2014-11-16avcodec/dvdsubdec: Check all fseek()s return codesMichael Niedermayer
2014-11-15avcodec/dvdsubdec: New option for obtaining global palette from .IFO file (ex...Shin-ichi Toyama
2014-09-22libavcodec/dvdsubdec: Add option forced_subs_only to only decode forced subti...Nicholas Robbins
2014-09-20avcodec/dvdsubdec: fix VD/SD identifier nameMichael Niedermayer
2014-08-16avcodec/dvdsubdec: Dont mix integers with pointersMichael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-07-31avcodec/dvdsubdec: free subtitle rectangles if nothing is outputMichael Niedermayer
2014-07-04avcodec/dvdsubdec: fix alpha in debuging codeOliver Fromme
2014-07-04avcodec/dvdsubdec: Fix off-by-one errorOliver Fromme
2014-04-05Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer
2014-04-04Remove a number of unnecessary dsputil.h #includesDiego Biurrun
2014-03-14Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
2013-12-10dvdsub_parse_extradata: fix memleakMichael Niedermayer
2013-11-08libavcodec/dvdsubdec: remove exit() call in debug codeMichael Niedermayer
2013-11-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-07Remove #undefs for formerly forbidden system functionsDiego Biurrun
2013-11-01Merge commit 'd6da372984c87fd6288c148c291065d6032ceda3'Michael Niedermayer
2013-10-31dvdsubdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov
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ö