| Commit message (Expand) | Author | Age | Files | Lines |
* | dvbsubdec: cosmetic change on how xpos is passed around | JULIAN GARDNER | 2011-10-16 | 1 | -15/+21 |
* | dvbsubdec: Fix 0xf0 end detection | Michael Niedermayer | 2011-10-15 | 1 | -1/+1 |
* | dvbsubdec:dvbsub_display_end_segment() move main loop under if() as its usele... | JULIAN GARDNER | 2011-10-15 | 1 | -3/+1 |
* | dvbsubdec: add version checking | JULIAN GARDNER | 2011-10-14 | 1 | -1/+27 |
* | dvbsubdec: handle mode change page state | JULIAN GARDNER | 2011-10-14 | 1 | -1/+1 |
* | dvbsubdec: change the top_bottom correction | JULIAN GARDNER | 2011-10-14 | 1 | -2/+1 |
* | dvbsubdec: fix buf ptr in dvbsub_parse_region_segment() | JULIAN GARDNER | 2011-10-14 | 1 | -2/+3 |
* | dvbsubdec: bottom_field_len fix | JULIAN GARDNER | 2011-10-14 | 1 | -4/+4 |
* | dvbsubdec: fix x/y_pos checks | JULIAN GARDNER | 2011-10-14 | 1 | -2/+2 |
* | dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block() | JULIAN GARDNER | 2011-10-14 | 1 | -0/+2 |
* | dvbsubdec: dirty handkling | JULIAN GARDNER | 2011-10-14 | 1 | -0/+7 |
* | dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string() | JULIAN GARDNER | 2011-10-14 | 1 | -6/+6 |
* | dvbsubdec: don't hardcode subtitle colors count in dvbsubdec to 16 | Joakim Plate | 2011-09-10 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+7 |
|\ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | | Patch for memory leaks in DVB subtitles decoder | Jernej Fijačko | 2011-07-16 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | dvbsubdec: Fix compilation of debug code. | Diego Biurrun | 2011-06-08 | 1 | -4/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -32/+16 |
|\ \
| |/ |
|
| * | Replace some av_log/printf + #ifdef combinations by av_dlog. | Diego Biurrun | 2011-06-07 | 1 | -28/+13 |
| * | Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. | Diego Biurrun | 2011-06-07 | 1 | -4/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | dvbsubdec: check against buffer overreads | Janne Grunau | 2011-02-10 | 1 | -2/+9 |
| * | Do not fail DVB sub decoding because of a few padding bytes | Reimar Döffinger | 2011-02-10 | 1 | -7/+2 |
| * | dvbsubdec: pass correct input buffer size | Jindrich Makovicka | 2011-02-07 | 1 | -3/+3 |
| * | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-03 | 1 | -5/+2 |
| * | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -8/+8 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | dvbsubdec: Split delete_state() | JULIAN GARDNER | 2011-05-04 | 1 | -18/+38 |
* | | add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct | Aurelien Jacobs | 2011-04-11 | 1 | -3/+0 |
* | | dvbsubdec: check against buffer overreads | Janne Grunau | 2011-02-11 | 1 | -2/+9 |
* | | Do not fail DVB sub decoding because of a few padding bytes | Reimar Döffinger | 2011-02-11 | 1 | -7/+2 |
* | | dvdsubdec.c: prevent input buffer overflow | Jindrich Makovicka | 2011-02-07 | 1 | -3/+3 |
* | | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-04 | 1 | -5/+2 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -8/+8 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Pass the composition and ancillary ID for DVB subtitles via extradata instead | Reimar Döffinger | 2010-07-14 | 1 | -3/+10 |
* | Remove useless casts and memset. | Reimar Döffinger | 2010-07-11 | 1 | -12/+10 |
* | Move colorspace.h from libavcodec to libavutil. | Stefano Sabatini | 2010-07-01 | 1 | -1/+1 |
* | dvbsub: parse display definition segment | Janne Grunau | 2010-06-16 | 1 | -2/+65 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle | Reimar Döffinger | 2009-08-20 | 1 | -1/+1 |
* | Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. | Diego Biurrun | 2009-07-30 | 1 | -25/+9 |
* | Set subtitle type in DVB subtitle decoder. | Janne Grunau | 2009-07-14 | 1 | -0/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Fix wrong size computation for buffer. Patch is part of | Reynaldo H. Verdejo Pinochet | 2009-04-12 | 1 | -4/+4 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. | Michael Niedermayer | 2009-01-03 | 1 | -5/+5 |
* | Change AVSubtitle.rects to an array of pointers so ABI does not break | Michael Niedermayer | 2009-01-03 | 1 | -3/+6 |