Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-16dvbsubdec: cosmetic change on how xpos is passed aroundJULIAN GARDNER
2011-10-15dvbsubdec: Fix 0xf0 end detectionMichael Niedermayer
2011-10-15dvbsubdec:dvbsub_display_end_segment() move main loop under if() as its usele...JULIAN GARDNER
2011-10-14dvbsubdec: add version checkingJULIAN GARDNER
2011-10-14dvbsubdec: handle mode change page stateJULIAN GARDNER
2011-10-14dvbsubdec: change the top_bottom correctionJULIAN GARDNER
2011-10-14dvbsubdec: fix buf ptr in dvbsub_parse_region_segment()JULIAN GARDNER
2011-10-14dvbsubdec: bottom_field_len fixJULIAN GARDNER
2011-10-14dvbsubdec: fix x/y_pos checksJULIAN GARDNER
2011-10-14dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block()JULIAN GARDNER
2011-10-14dvbsubdec: dirty handklingJULIAN GARDNER
2011-10-14dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string()JULIAN GARDNER
2011-09-11dvbsubdec: don't hardcode subtitle colors count in dvbsubdec to 16Joakim Plate
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-16Patch for memory leaks in DVB subtitles decoderJernej Fijačko
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08dvbsubdec: Fix compilation of debug code.Diego Biurrun
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun
2011-06-07Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun
2011-05-05dvbsubdec: Split delete_state()JULIAN GARDNER
2011-04-12add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-11dvbsubdec: check against buffer overreadsJanne Grunau
2011-02-11Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger
2011-02-10dvbsubdec: check against buffer overreadsJanne Grunau
2011-02-10Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger
2011-02-07dvdsubdec.c: prevent input buffer overflowJindrich Makovicka
2011-02-07dvbsubdec: pass correct input buffer sizeJindrich Makovicka
2011-02-04Remove a few if (p) av_free(p) formsClément Bœsch
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-07-14Pass the composition and ancillary ID for DVB subtitles via extradata insteadReimar Döffinger
2010-07-11Remove useless casts and memset.Reimar Döffinger
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-06-16dvbsub: parse display definition segmentJanne Grunau
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-08-20Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger
2009-07-31Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun
2009-07-15Set subtitle type in DVB subtitle decoder.Janne Grunau
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-13Fix wrong size computation for buffer. Patch is part ofReynaldo H. Verdejo Pinochet
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-03Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer
2009-01-03Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer