summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29avcodec/audioconvert: deprecate APIMichael Niedermayer1-0/+9
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer84-319/+323
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles78-103/+99
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-181/+174
2012-04-05avcodec: remove avcodec_guess_channel_layout()Justin Ruggles2-23/+0
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov4-88/+0
2012-01-27lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov5-66/+0
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-82/+119
2011-11-25Make channel layout masks unsignedMans Rullgard21-39/+39
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-16Merge libavcore into libavutilReinhard Tartler121-320/+167
2011-02-15Merge libavcore into libavutilReinhard Tartler120-321/+166
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov14-21/+34
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov14-21/+34
2010-11-21Remove declaration of function:Stefano Sabatini1-3/+0
2010-11-21Move audio channel API from libavcodec to libavcore.Stefano Sabatini8-124/+285
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini80-234/+234
2010-11-02Implement functions:Stefano Sabatini8-43/+117
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini27-150/+200
2010-08-26Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram3-2/+19
2010-05-24Fix documentation of av_audio_convert.Cyril Russo1-2/+2
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-04-19Check that channel layout is compatible with number of channels forJustin Ruggles3-0/+15
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-11-01Add audio channel layout API to libavcodec.Peter Ross4-19/+159
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-01Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_...Peter Ross2-11/+69
2008-07-31Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...Peter Ross2-1/+100