summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-03-13Revert "Merge commit '0517c9e098092709397cc522c59fa63c83cc81be'" bring the ol...Michael Niedermayer5-0/+856
2013-03-11lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruftAnton Khirnov5-805/+0
2012-12-20miscellaneous typo fixesDiego Biurrun51-60/+61
2012-10-05lavc: deprecate the audio resampling API.Anton Khirnov4-0/+21
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-03-17resample: allocate a large enough output bufferJustin Ruggles1-2/+4
2011-10-25resample: reject unhandled conversionsJanne Grunau1-3/+4
2011-10-25resample: remove unused #defineJanne Grunau1-1/+0
2011-06-20Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles12-16/+16
2011-05-11cosmetics: Fix crazy formatting in resample.Alex Converse1-48/+51
2011-05-11Allow resampling with no channel count change for up to 8 channels.Alex Converse1-43/+41
2011-05-11Don't allow unsupported resampling configurations.Alex Converse1-0/+5
2011-04-19lavc: remove the FF_API_AUDIO_OLD cruft.Anton Khirnov4-55/+0
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-15Merge libavcore into libavutilReinhard Tartler120-321/+166
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini80-234/+234
2010-11-03Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini7-20/+27
2010-09-30add FF_API_AUDIO_OLD define to disable the deprecated decode_audio APIAurelien Jacobs3-4/+7
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer15-601/+702
2010-04-28Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer7-6/+16
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-06-11Add const in cast. Removes warning:Baptiste Coudurier1-1/+1
2009-06-11give s->resample_context to avoid segfault, avclass was movedBaptiste Coudurier1-4/+4
2009-03-23Move av_class to AVResampleContext instead of ReSampleContext.Benoit Fouet2-2/+2
2009-02-15Prevent heap corruption when resampling 8-bit audio.Peter Ross1-1/+1
2009-02-11extend resampling API, add S16 internal conversionBaptiste Coudurier3-15/+168
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles16-32/+32
2007-12-15Add missing '\n' to log format textAndreas Öman1-2/+2
2007-12-01senseless cast and ()Michael Niedermayer1-1/+1
2007-12-01stupid code (casting of void*) found by checktree.shMichael Niedermayer7-27/+27
2007-08-06make output buffer larger so drift compensation can workMichael Niedermayer1-1/+1
2007-07-17typo fixesDiego Biurrun5-8/+8
2007-03-22set more reasonable cutoff for audio rate conversionMichael Niedermayer4-16/+17
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun178-22016/+22016
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård42-86/+95
2004-10-21user selectble cutoff frequencyMichael Niedermayer3-5/+5
2004-10-21make most resample filter parameters selectable at runtimeMichael Niedermayer3-25/+25
2004-06-30various resampling fixesMichael Niedermayer2-6/+8
2004-06-1810lMichael Niedermayer1-2/+2
2004-06-17polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam...Michael Niedermayer4-174/+249
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux48-453/+527
2003-09-08removed os_support.hFabrice Bellard3-4/+25
2003-08-20AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)Michael Niedermayer5-14/+72
2003-03-12* moved os_support.h into libavcodecZdenek Kabelac4-12/+8
[next]