Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-08-19imc: fix undefined float to int conversionMåns Rullgård
2010-07-16Make Intel Music Coder output SAMPLE_FMT_FLTVitor Sessak
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
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
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
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