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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-27Merge commit '607ad990d31e6be52980970e5ce8cd25ab3de812'Michael Niedermayer
2015-01-27dvbsubdec: check memory allocations and propagate errorsVittorio Giovara
2015-01-17avcodec/dvbsubdec: Check get_region() return valueMichael Niedermayer
2015-01-10avcodec/dvbsubdec: Return proper error codes from more functionsMichael Niedermayer
2015-01-10avcodec/dvbsubdec: Add some av_malloc() failure checksMichael Niedermayer
2014-12-06avcodec/dvbsubdec: Remove redundant "DVBSub error" prefixMichael Niedermayer
2014-12-05avcodec/dvbsubdec: Pass context to av_log()Michael Niedermayer
2014-11-12avcodec/dvbsubdec: av_assert* instead of assert()Michael Niedermayer
2014-11-12avcodec/dvbsubdec: Cleanup on *malloc failureMichael Niedermayer
2014-11-12Merge commit '443502aed8b814d883825e52e91e4f018955aa66'Michael Niedermayer
2014-11-12avcodec/dvbsubdec: Fix 8bit non_mod caseMichael Niedermayer
2014-11-12avcodec/dvbsubdec: use av_freep() for safteyMichael Niedermayer
2014-11-12Merge commit '2383323661f3b8342b2c4d356fcfe8c5d1b045f8'Michael Niedermayer
2014-11-12avcodec/dvbsubdec: Add return code to save_subtitle_set()Michael Niedermayer
2014-11-11dvbsubdec: move shared codepathVittorio Giovara
2014-11-11dvbsubdec: improve error checkingVittorio Giovara
2014-11-11dvbsubdec: add missing breakJernej Fijačko
2014-10-31avcodec/dvbsubdec: use av_freep() to avoid leaving stale pointersMichael Niedermayer
2014-10-31avcodec/dvbsubdec: merge declaration and initMichael Niedermayer
2014-09-01avcodec/dvbsubdec: make compute_edt user settableMichael Niedermayer
2014-08-16avcodec/dvbsubdec: dont mix integers with pointersMichael Niedermayer
2014-07-02avcodec/dvbsubdec: removed unnecessary null check for subtitleAnshul Maheshwari
2014-06-27avcodec/dvbsubdec: fix ignoring blank frame by updating got_outputAnshul Maheshwari
2014-06-22avcodec/dvbsubdec: support returning exact end timesAnshul Maheshwari
2014-06-15avcodec/dvbsubdec: Split save_subtitle_set() outAnshul Maheshwari
2014-06-15avcodec/dvbsubdec: add AVClass to contextAnshul Maheshwari
2014-06-15avcodec/dvbsubdec: restructure version checkAnshul Maheshwari
2014-06-04avcodec/dvbsubdec: add some basic av_log debuging supportMichael Niedermayer
2014-04-22avcodec/dvbsubdec: use av_mallocz_array()Michael Niedermayer
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
2014-02-09avcodec/dvbsubdec: DVB subtitles decoder: support of 5 bytes extradata formatmrlika
2014-01-25avcodec/dvbsubdec: Remove unused display_list_sizeMichael Niedermayer
2014-01-25Fixed a memory leak in dvbsubenc.c: sub->num_rects was reduced without freein...Wim Vander Schelden
2013-12-13libavcodec/dvbsub: fix for Display Definition SegmentPierre Yves MORDRET
2013-11-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-07Remove #undefs for formerly forbidden system functionsDiego Biurrun
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-21dvbsubdec: Check for invalid clut selector.Reimar Döffinger
2013-09-21Apply clut changes only to one table.JULIAN GARDNER
2012-08-31dvbsubdec: set width/height from display def if not set.Reimar Döffinger
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-30dvbsubdec: Fix "set but not used" warningMichael Niedermayer
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer