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-04-21Use av_log_ask_for_sample() where appropriate.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-10Check for vectable ID > 0, fixes issue 2508.Daniel Kang
2010-11-03Fix aspect for 24bpp TM1 samples.Reimar Döffinger
2010-11-03Fix decoding of 24 bpp TM1 (except for aspect).Reimar Döffinger
2010-11-03100l, calculate mb_change_bits_row_size from the update width.Reimar Döffinger
2010-11-03Support mid-stream resolution/format changes for TM1.Reimar Döffinger
2010-08-21The 24-bit ydt also should not depend on endianness,Reimar Döffinger
2010-08-21Since the 24 bit format is decoded to endian-dependantReimar Döffinger
2010-08-21Do not swap red and blue when decoding truemotionReimar Döffinger
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-23Remove useless #include <unistd.h> from many filesMåns Rullgård
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-14undoing revision 16118 for truemotion1.c; commit was prematureMike Melanson
2008-12-14The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson
2008-06-25mark read-only data as constStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-06Fix reading an element after the array.Michael Niedermayer
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01more constMichael Niedermayer
2008-02-01constMichael Niedermayer
2007-08-09use reget_buffer and remove internal copying of buffer - codec works againAlex Beregszaszi
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-21cosmetics: remove my email addressAlex Beregszaszi
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung
2007-02-22cosmetics: aswell --> as well typo fixDiego Biurrun
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-02-05fix use of uninitialized variablesSascha Sommer
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
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-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-11-10clear the whole vert_pred buffer for 24 bit decoding.Reimar Döffinger
2005-11-10improvements by Reimar Döffinger; 24-bit decoding is not perfect, onlyMike Melanson
2005-06-02adding a few constMichael Niedermayer
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2004-09-21Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet...Alex Beregszaszi
2004-06-11fix initialization bug in which execution overwrites essential dataMike Melanson
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-04-07conversion to av_logAlex Beregszaszi
2004-03-14remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson