89 Commits (0bf85803545d14b004d86a741a1cde7fb9530c0c)

Author SHA1 Message Date
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Reimar Döffinger 29f244e08e dvbsubdec: Check for invalid clut selector. 11 years ago
JULIAN GARDNER 97ff584af4 Apply clut changes only to one table. 11 years ago
Reimar Döffinger fe79fc2ea5 dvbsubdec: set width/height from display def if not set. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer 90f9b06386 dvbsubdec: Fix "set but not used" warning 13 years ago
Janne Grunau 6a4cf065c7 dvbsubdec: avoid undefined signed left shift in RGBA macro 13 years ago
Paul Kendall 7df9937fcc Fix dvb subtitle decoding when display segment is missing. 13 years ago
Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 years ago
JULIAN GARDNER 3e01c9b547 dvbsubdec: cosmetic change on how xpos is passed around 13 years ago
Michael Niedermayer 7d2e4673b1 dvbsubdec: Fix 0xf0 end detection 13 years ago
JULIAN GARDNER d5f4857a73 dvbsubdec:dvbsub_display_end_segment() move main loop under if() as its useless if false. 13 years ago
JULIAN GARDNER 0f8d77199a dvbsubdec: add version checking 13 years ago
JULIAN GARDNER 1fc7b0ed5a dvbsubdec: handle mode change page state 13 years ago
JULIAN GARDNER 168a5d3b3c dvbsubdec: change the top_bottom correction 13 years ago
JULIAN GARDNER f12c7ad86d dvbsubdec: fix buf ptr in dvbsub_parse_region_segment() 13 years ago
JULIAN GARDNER 7e0f4f9d0f dvbsubdec: bottom_field_len fix 13 years ago
JULIAN GARDNER 55f17d3175 dvbsubdec: fix x/y_pos checks 13 years ago
JULIAN GARDNER 24fb1b64a6 dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block() 13 years ago
JULIAN GARDNER b522d2a3b7 dvbsubdec: dirty handkling 13 years ago
JULIAN GARDNER eea064aea6 dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string() 13 years ago
Joakim Plate 4a3294ef00 dvbsubdec: don't hardcode subtitle colors count in dvbsubdec to 16 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Jernej Fijačko 8b973d4937 Patch for memory leaks in DVB subtitles decoder 14 years ago
Diego Biurrun a4855adc80 dvbsubdec: Fix compilation of debug code. 14 years ago
Diego Biurrun 02a8d43adf Replace some av_log/printf + #ifdef combinations by av_dlog. 14 years ago
Diego Biurrun 1f6b9cc31d Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. 14 years ago
JULIAN GARDNER e822c237b3 dvbsubdec: Split delete_state() 14 years ago
Aurelien Jacobs 3ee8ca9b08 add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Janne Grunau 1a08928538 dvbsubdec: check against buffer overreads 14 years ago
Reimar Döffinger 20708223db Do not fail DVB sub decoding because of a few padding bytes 14 years ago
Janne Grunau 493aa30adf dvbsubdec: check against buffer overreads 14 years ago
Reimar Döffinger 4a72765a1c Do not fail DVB sub decoding because of a few padding bytes 14 years ago
Jindrich Makovicka 52b2e95cd9 dvdsubdec.c: prevent input buffer overflow 14 years ago
Jindrich Makovicka 5bea615dc3 dvbsubdec: pass correct input buffer size 14 years ago
Clément Bœsch e31a744155 Remove a few if (p) av_free(p) forms 14 years ago
Clément Bœsch 437fb1c87d Remove a few if (p) av_free(p) forms 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Reimar Döffinger b834becdae Pass the composition and ancillary ID for DVB subtitles via extradata instead 15 years ago
Reimar Döffinger 3174073623 Remove useless casts and memset. 15 years ago
Stefano Sabatini 2b4abbd6f5 Move colorspace.h from libavcodec to libavutil. 15 years ago
Janne Grunau 08943c0bd1 dvbsub: parse display definition segment 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 29d7eef7dc Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle 15 years ago
Diego Biurrun 8b44de14d1 Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. 16 years ago