summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2013-09-21dvbsubdec: Check for invalid clut selector.Reimar Döffinger1-3/+11
2013-09-21Apply clut changes only to one table.JULIAN GARDNER1-2/+2
2012-08-31dvbsubdec: set width/height from display def if not set.Reimar Döffinger1-0/+4
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-30dvbsubdec: Fix "set but not used" warningMichael Niedermayer1-1/+1
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer42-485/+544
2012-02-21dvbsubdec: avoid undefined signed left shift in RGBA macroJanne Grunau1-1/+1
2012-01-29Fix dvb subtitle decoding when display segment is missing.Paul Kendall1-0/+10
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer75-3644/+1853
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun20-21/+21
2011-10-16dvbsubdec: cosmetic change on how xpos is passed aroundJULIAN GARDNER1-15/+21
2011-10-15dvbsubdec: Fix 0xf0 end detectionMichael Niedermayer1-1/+1
2011-10-15dvbsubdec:dvbsub_display_end_segment() move main loop under if() as its usele...JULIAN GARDNER1-3/+1
2011-10-14dvbsubdec: add version checkingJULIAN GARDNER1-1/+27
2011-10-14dvbsubdec: handle mode change page stateJULIAN GARDNER1-1/+1
2011-10-14dvbsubdec: change the top_bottom correctionJULIAN GARDNER1-2/+1
2011-10-14dvbsubdec: fix buf ptr in dvbsub_parse_region_segment()JULIAN GARDNER1-2/+3
2011-10-14dvbsubdec: bottom_field_len fixJULIAN GARDNER1-4/+4
2011-10-14dvbsubdec: fix x/y_pos checksJULIAN GARDNER1-2/+2
2011-10-14dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block()JULIAN GARDNER1-0/+2
2011-10-14dvbsubdec: dirty handklingJULIAN GARDNER1-0/+7
2011-10-14dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string()JULIAN GARDNER1-6/+6
2011-09-10dvbsubdec: don't hardcode subtitle colors count in dvbsubdec to 16Joakim Plate1-1/+1
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer202-2171/+1882
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov191-2109/+1826
2011-07-16Patch for memory leaks in DVB subtitles decoderJernej Fijačko1-0/+1
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-407/+558
2011-06-08dvbsubdec: Fix compilation of debug code.Diego Biurrun1-4/+5
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-729/+804
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun6-96/+37
2011-06-07Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun4-17/+5
2011-05-04dvbsubdec: Split delete_state()JULIAN GARDNER1-18/+38
2011-04-11add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs9-23/+7
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-11dvbsubdec: check against buffer overreadsJanne Grunau1-2/+9
2011-02-11Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger1-7/+2
2011-02-10dvbsubdec: check against buffer overreadsJanne Grunau1-2/+9
2011-02-10Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger1-7/+2
2011-02-07dvdsubdec.c: prevent input buffer overflowJindrich Makovicka1-3/+3
2011-02-07dvbsubdec: pass correct input buffer sizeJindrich Makovicka1-3/+3
2011-02-04Remove a few if (p) av_free(p) formsClément Bœsch9-41/+20
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch9-41/+20
2011-01-30Replace dprintf with av_dlogLuca Barbato47-308/+312
2011-01-29Replace dprintf with av_dlogLuca Barbato47-308/+312
[next]