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-09-13Do not release the AVFrame when using reget_buffer in flashsv.Benjamin Larsson
2009-09-10Use reget_buffer instead of get_buffer. Fixes issue1367.Benjamin Larsson
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
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-11-24flashsv: use skip_bits_long() where requiredMåns Rullgård
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-05-03Long name spelling fixesBenjamin Larsson
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-22typo: occured --> occurredDiego Biurrun
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
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-01-21Declare zlib dependency in the Makefile, not in the source.Diego Biurrun
2007-01-21Really fix my never ending mistakes.Benjamin Larsson
2007-01-21Don't break compilation on systems without zlib.Benjamin Larsson
2007-01-21The block_size might be used incorrectly if it is not updated.Benjamin Larsson
2007-01-21Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.Benjamin Larsson
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-06-01Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson