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
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12mpc7/8: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-10-01mpc7/8: use planar sample formatJustin Ruggles
2012-08-08mpc8: do not leave padding after last frame in buffer for the next decode callKostya Shishkov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-06mpc8: add a flush functionJustin Ruggles
2012-06-05mpc8: fix maximum bands handlingKostya Shishkov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-07mpc8: Check out of bound bands limitLaurent Aimar
2011-10-02mpc8: check output buffer size before decodingJustin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-04musepack: remove extraneous mpcdata.h inclusionsMans Rullgard
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans 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-21Musepack SV8 supports "mono" files (though it still codes them as stereo),Kostya Shishkov
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
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-11-30Fix an issue uncovered by commit 20623:Attila Kinali
2009-06-13Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits).Kostya Shishkov
2009-04-20Compact and make constant two tables used by Musepack decodersKostya Shishkov
2009-04-17Use new static VLC scheme in Indeo2, Musepack and WNV1 decodersKostya Shishkov
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-03-08Make Musepack decoders use LFG pseudorandom generatorKostya Shishkov
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19Replace calls to the deprecated function av_init_random() withStefano Sabatini
2009-01-14Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-11-19Add channel layout to several audio decoders I maintainKostya Shishkov
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-29Transform codec names into single words.Stefano Sabatini
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-13typo fix: inited --> initializedDiego Biurrun
2008-02-01constsMichael Niedermayer
2007-11-07Musepack SV8 demuxer and decoderKostya Shishkov