74 Commits (0bc5677e98cf7cc490276ce6008bd9b3fceb2928)

Author SHA1 Message Date
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
Janne Grunau d6a1611cc2 Set subtitle type in DVB subtitle decoder. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Reynaldo H. Verdejo Pinochet 8bf7a510b9 Fix wrong size computation for buffer. Patch is part of 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Michael Niedermayer 25b4c651a3 Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. 16 years ago
Michael Niedermayer db4fac64db Change AVSubtitle.rects to an array of pointers so ABI does not break 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Michael Niedermayer dd72228e53 minor simplification 17 years ago
Michael Niedermayer 8403c543de redundant 17 years ago