summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
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-04-13Merge remote branch 'qatar/master'Michael Niedermayer15-55/+63
2011-04-12Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.Alex Converse1-2/+2
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
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini14-101/+109
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-08-26Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram3-2/+19
2010-04-23Workaround for missing llrintf()Måns Rullgård3-0/+8
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje12-55/+28
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-02-28Make function get_channel_name() static: It is only used in audioconvert.c.Carl Eugen Hoyos1-1/+1
2009-06-13Do not guess the channel layout when getting its string value.Justin Ruggles1-3/+0
2009-06-13Remove the 3-front-channel layout from the list of channel layoutJustin Ruggles1-1/+0
2009-04-19Check that channel layout is compatible with number of channels forJustin Ruggles3-0/+15
2009-04-18Add 3 channel layout convenience macros.Justin Ruggles2-1/+5
2009-04-12Add names for 5.0 and 5.1 back speaker channel layouts.Justin Ruggles1-0/+2
2009-02-09Replace snprintf() with av_strlcpy().Patrik1-1/+1
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-22Add const, remove warning:Baptiste Coudurier1-26/+26
2009-01-19Use "" instead of <> when #including non-system headers.Diego Biurrun2-2/+2
2008-11-17One const is enough.Carl Eugen Hoyos1-1/+1
2008-11-02Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman3-80/+80
2008-11-01Add audio channel layout API to libavcodec.Peter Ross4-19/+159
2008-10-02Remove duplicate "const" qualifier for *matrix.Diego Pettenò1-1/+1
2008-09-08Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer3-4/+0
2008-08-19Add SAMPLE_FMT_DBL.Peter Ross3-2/+15
2008-08-01Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_...Peter Ross2-11/+69
2008-08-01Revert r14484 hunk that deleted the 'include avcodec.h' statement.Peter Ross1-0/+1
2008-07-31Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...Peter Ross2-1/+100
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-06-12misc spelling fixesDiego Biurrun66-159/+165
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-08-19cosmeticsMichael Niedermayer1-2/+2
2006-08-19audio format conversionMichael Niedermayer2-0/+78