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-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
2004-02-22(f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer
2003-12-04this should make the decoder safe for big-endian platformsMike Melanson
2003-12-03initial support for Duck TrueMotion v1 (think of it as On2 VP1); onlyMike Melanson