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
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
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-08-14subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also f...Ian Caulfield
2005-07-17DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer