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-11-03lavc: drop deprecated audio_convert API at the next major bumpStefano Sabatini
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
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-04-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-12Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.Alex Converse
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-11-21Use the new libavcore audio channel API.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-08-26Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram
2010-04-23Workaround for missing llrintf()Måns Rullgård
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-28Make function get_channel_name() static: It is only used in audioconvert.c.Carl Eugen Hoyos
2009-06-14Do not guess the channel layout when getting its string value.Justin Ruggles
2009-06-13Remove the 3-front-channel layout from the list of channel layoutJustin Ruggles
2009-04-19Check that channel layout is compatible with number of channels forJustin Ruggles
2009-04-18Add 3 channel layout convenience macros.Justin Ruggles
2009-04-12Add names for 5.0 and 5.1 back speaker channel layouts.Justin Ruggles
2009-02-10Replace snprintf() with av_strlcpy().Patrik
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-22Add const, remove warning:Baptiste Coudurier
2009-01-20Use "" instead of <> when #including non-system headers.Diego Biurrun
2008-11-17One const is enough.Carl Eugen Hoyos
2008-11-03Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman
2008-11-01Add audio channel layout API to libavcodec.Peter Ross
2008-10-02Remove duplicate "const" qualifier for *matrix.Diego Pettenò
2008-09-08Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer
2008-08-19Add SAMPLE_FMT_DBL.Peter Ross
2008-08-01Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_...Peter Ross
2008-08-01Revert r14484 hunk that deleted the 'include avcodec.h' statement.Peter Ross
2008-07-31Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...Peter Ross
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-20cosmeticsMichael Niedermayer
2006-08-20audio format conversionMichael Niedermayer