summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvbsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dvbsubdec: use av_mallocz_array()Michael Niedermayer2014-04-221-1/+1
* Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer2014-04-051-1/+1
|\
| * Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-041-1/+1
* | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer2014-03-141-1/+1
|\ \ | |/
| * dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-1/+1
* | avcodec/dvbsubdec: DVB subtitles decoder: support of 5 bytes extradata formatmrlika2014-02-091-2/+6
* | avcodec/dvbsubdec: Remove unused display_list_sizeMichael Niedermayer2014-01-251-3/+0
* | Fixed a memory leak in dvbsubenc.c: sub->num_rects was reduced without freein...Wim Vander Schelden2014-01-251-3/+7
* | libavcodec/dvbsub: fix for Display Definition SegmentPierre Yves MORDRET2013-12-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-071-2/+0
|\ \ | |/
| * Remove #undefs for formerly forbidden system functionsDiego Biurrun2013-11-071-2/+0
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | dvbsubdec: Check for invalid clut selector.Reimar Döffinger2013-09-211-3/+11
* | Apply clut changes only to one table.JULIAN GARDNER2013-09-211-2/+2
* | dvbsubdec: set width/height from display def if not set.Reimar Döffinger2012-08-311-0/+4
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | dvbsubdec: Fix "set but not used" warningMichael Niedermayer2012-03-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-1/+1
|\ \ | |/
| * dvbsubdec: avoid undefined signed left shift in RGBA macroJanne Grunau2012-02-211-1/+1
* | Fix dvb subtitle decoding when display segment is missing.Paul Kendall2012-01-291-0/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-1/+1
|\ \ | |/
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* | dvbsubdec: cosmetic change on how xpos is passed aroundJULIAN GARDNER2011-10-161-15/+21
* | dvbsubdec: Fix 0xf0 end detectionMichael Niedermayer2011-10-151-1/+1
* | dvbsubdec:dvbsub_display_end_segment() move main loop under if() as its usele...JULIAN GARDNER2011-10-151-3/+1
* | dvbsubdec: add version checkingJULIAN GARDNER2011-10-141-1/+27
* | dvbsubdec: handle mode change page stateJULIAN GARDNER2011-10-141-1/+1
* | dvbsubdec: change the top_bottom correctionJULIAN GARDNER2011-10-141-2/+1
* | dvbsubdec: fix buf ptr in dvbsub_parse_region_segment()JULIAN GARDNER2011-10-141-2/+3
* | dvbsubdec: bottom_field_len fixJULIAN GARDNER2011-10-141-4/+4
* | dvbsubdec: fix x/y_pos checksJULIAN GARDNER2011-10-141-2/+2
* | dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block()JULIAN GARDNER2011-10-141-0/+2
* | dvbsubdec: dirty handklingJULIAN GARDNER2011-10-141-0/+7
* | dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string()JULIAN GARDNER2011-10-141-6/+6
* | dvbsubdec: don't hardcode subtitle colors count in dvbsubdec to 16Joakim Plate2011-09-101-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* | Patch for memory leaks in DVB subtitles decoderJernej Fijačko2011-07-161-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-4/+5
|\ \ | |/
| * dvbsubdec: Fix compilation of debug code.Diego Biurrun2011-06-081-4/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-32/+16
|\ \ | |/
| * Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-071-28/+13
| * Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-071-4/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * dvbsubdec: check against buffer overreadsJanne Grunau2011-02-101-2/+9
| * Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger2011-02-101-7/+2
OpenPOWER on IntegriCloud