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-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
2012-02-21dvbsubdec: avoid undefined signed left shift in RGBA macroJanne Grunau
2012-01-29Fix dvb subtitle decoding when display segment is missing.Paul Kendall
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-10-16dvbsubdec: cosmetic change on how xpos is passed aroundJULIAN GARDNER
2011-10-15dvbsubdec: Fix 0xf0 end detectionMichael Niedermayer
2011-10-15dvbsubdec:dvbsub_display_end_segment() move main loop under if() as its usele...JULIAN GARDNER
2011-10-14dvbsubdec: add version checkingJULIAN GARDNER
2011-10-14dvbsubdec: handle mode change page stateJULIAN GARDNER
2011-10-14dvbsubdec: change the top_bottom correctionJULIAN GARDNER
2011-10-14dvbsubdec: fix buf ptr in dvbsub_parse_region_segment()JULIAN GARDNER
2011-10-14dvbsubdec: bottom_field_len fixJULIAN GARDNER
2011-10-14dvbsubdec: fix x/y_pos checksJULIAN GARDNER
2011-10-14dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block()JULIAN GARDNER
2011-10-14dvbsubdec: dirty handklingJULIAN GARDNER
2011-10-14dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string()JULIAN GARDNER
2011-09-11dvbsubdec: don't hardcode subtitle colors count in dvbsubdec to 16Joakim Plate
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-16Patch for memory leaks in DVB subtitles decoderJernej Fijačko
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08dvbsubdec: Fix compilation of debug code.Diego 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-06-07Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun
2011-05-05dvbsubdec: Split delete_state()JULIAN GARDNER
2011-04-12add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs