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
2013-11-07Remove #undefs for formerly forbidden system functionsDiego Biurrun
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-21dvbsubdec: avoid undefined signed left shift in RGBA macroJanne Grunau
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-08dvbsubdec: Fix compilation of debug code.Diego Biurrun
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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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-07dvbsubdec: pass correct input buffer sizeJindrich Makovicka
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
2011-01-30Replace dprintf with av_dlogLuca Barbato
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
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-28minor simplificationMichael Niedermayer
2008-05-28redundantMichael Niedermayer
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constsMichael Niedermayer
2007-12-03colour --> color in variable namesDiego Biurrun
2007-11-19cosmetic (x==NULL -> !x)Michael Niedermayer
2007-11-19cosmetic (place { consistently)Michael Niedermayer
2007-11-19cosmetic (remove != 0 / != NULL)Michael Niedermayer
2007-11-19use sizeof in snprintf (note the changed code is all under #if 0)Michael Niedermayer
2007-11-19check region depth for validityMichael Niedermayer
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-07-17create colorspace.h and use it where appropriateIan Caulfield
2007-05-06Move dvbsubdec parser to its own file.Diego Biurrun
2007-03-14remove useless static cm variableMichael Niedermayer
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme