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-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-16Silence warning in imc decoderBenjamin Larsson
2008-11-16Set channel_layoutBenjamin Larsson
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-12Use new style static VLC tables for IMC decoder.Reimar Döffinger
2008-06-22Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-03Long name spelling fixesBenjamin Larsson
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-05Check that we have enough input data in IMC decoder.Reimar Döffinger
2008-02-02Do not modify input dataKostya Shishkov
2008-02-02IMC decoder always operates on 64-byte blocksKostya Shishkov
2008-02-01constsMichael Niedermayer
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2006-11-18Missed one log2().Benjamin Larsson
2006-11-14Remove log2() usage.Benjamin Larsson
2006-11-11make some symbols staticMåns Rullgård
2006-10-30Init vlc tables as staticKostya Shishkov
2006-10-30IMC decoderKostya Shishkov