107 Commits (223c374a9d977fdfe9af94858693c632f644aac7)

Author SHA1 Message Date
Anshul Maheshwari 7d1898ebcc avcodec/dvbsubdec: removed unnecessary null check for subtitle 11 years ago
Anshul Maheshwari 263932c084 avcodec/dvbsubdec: fix ignoring blank frame by updating got_output 11 years ago
Anshul Maheshwari ca2f59e121 avcodec/dvbsubdec: support returning exact end times 11 years ago
Anshul Maheshwari fbb59a3bf4 avcodec/dvbsubdec: Split save_subtitle_set() out 11 years ago
Anshul Maheshwari 77ade55fe5 avcodec/dvbsubdec: add AVClass to context 11 years ago
Anshul Maheshwari 9a11b33a2d avcodec/dvbsubdec: restructure version check 11 years ago
Michael Niedermayer 8f4b176c55 avcodec/dvbsubdec: add some basic av_log debuging support 11 years ago
Michael Niedermayer 994a582a02 avcodec/dvbsubdec: use av_mallocz_array() 11 years ago
Diego Biurrun 3dc6272bed Remove a number of unnecessary dsputil.h #includes 11 years ago
Diego Biurrun 05563ccacc dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names 11 years ago
mrlika 36a6297953 avcodec/dvbsubdec: DVB subtitles decoder: support of 5 bytes extradata format 11 years ago
Michael Niedermayer cf812d8129 avcodec/dvbsubdec: Remove unused display_list_size 11 years ago
Wim Vander Schelden af09be4f4b Fixed a memory leak in dvbsubenc.c: sub->num_rects was reduced without freeing the associated rects. 11 years ago
Pierre Yves MORDRET 0f02ea0afe libavcodec/dvbsub: fix for Display Definition Segment 11 years ago
Diego Biurrun 86f910806b Remove #undefs for formerly forbidden system functions 11 years ago
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