summaryrefslogtreecommitdiff
path: root/libavcodec/dvbsubdec.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\
| * dvbsubdec: avoid undefined signed left shift in RGBA macroJanne Grunau2012-02-21
* | Fix dvb subtitle decoding when display segment is missing.Paul Kendall2012-01-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* | dvbsubdec: cosmetic change on how xpos is passed aroundJULIAN GARDNER2011-10-16
* | dvbsubdec: Fix 0xf0 end detectionMichael Niedermayer2011-10-15
* | dvbsubdec:dvbsub_display_end_segment() move main loop under if() as its usele...JULIAN GARDNER2011-10-15
* | dvbsubdec: add version checkingJULIAN GARDNER2011-10-14
* | dvbsubdec: handle mode change page stateJULIAN GARDNER2011-10-14
* | dvbsubdec: change the top_bottom correctionJULIAN GARDNER2011-10-14
* | dvbsubdec: fix buf ptr in dvbsub_parse_region_segment()JULIAN GARDNER2011-10-14
* | dvbsubdec: bottom_field_len fixJULIAN GARDNER2011-10-14
* | dvbsubdec: fix x/y_pos checksJULIAN GARDNER2011-10-14
* | dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block()JULIAN GARDNER2011-10-14
* | dvbsubdec: dirty handklingJULIAN GARDNER2011-10-14
* | dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string()JULIAN GARDNER2011-10-14
* | dvbsubdec: don't hardcode subtitle colors count in dvbsubdec to 16Joakim Plate2011-09-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Patch for memory leaks in DVB subtitles decoderJernej Fijačko2011-07-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\|
| * dvbsubdec: Fix compilation of debug code.Diego Biurrun2011-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-08
|\|
| * Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-07
| * Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-07
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * dvbsubdec: check against buffer overreadsJanne Grunau2011-02-10
| * Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger2011-02-10
| * dvbsubdec: pass correct input buffer sizeJindrich Makovicka2011-02-07
| * Remove a few if (p) av_free(p) formsClément Bœsch2011-02-03
| * Replace dprintf with av_dlogLuca Barbato2011-01-29
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | dvbsubdec: Split delete_state()JULIAN GARDNER2011-05-04
* | add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-11
* | dvbsubdec: check against buffer overreadsJanne Grunau2011-02-11
* | Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger2011-02-11
* | dvdsubdec.c: prevent input buffer overflowJindrich Makovicka2011-02-07
* | Remove a few if (p) av_free(p) formsClément Bœsch2011-02-04
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Pass the composition and ancillary ID for DVB subtitles via extradata insteadReimar Döffinger2010-07-14
* Remove useless casts and memset.Reimar Döffinger2010-07-11
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-01
* dvbsub: parse display definition segmentJanne Grunau2010-06-16
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger2009-08-20
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-30
* Set subtitle type in DVB subtitle decoder.Janne Grunau2009-07-14
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13