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
2015-02-06audioconvert: Add missing include for FF_API_AUDIO_CONVERTTimothy Gu
2013-11-03lavc: drop deprecated audio_convert API at the next major bumpStefano Sabatini
2013-10-29avcodec/audioconvert: deprecate APIMichael Niedermayer
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06avcodec: remove avcodec_guess_channel_layout()Justin Ruggles
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2010-11-21Remove declaration of function:Stefano Sabatini
2010-11-21Move audio channel API from libavcodec to libavcore.Stefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-03Implement functions:Stefano Sabatini
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-08-26Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram
2010-05-24Fix documentation of av_audio_convert.Cyril Russo
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-04-19Check that channel layout is compatible with number of channels forJustin Ruggles
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-11-01Add audio channel layout API to libavcodec.Peter Ross
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-01Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_...Peter Ross
2008-07-31Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...Peter Ross