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
2015-08-22disable deprecation warnings in deprecated codeAndreas Cadhalpun
2014-07-31avcodec/resample: check for malloc failureMichael Niedermayer
2014-07-17avcodec/resample: Use av_m/realloc_array()Michael Niedermayer
2013-03-13Revert "Merge commit '0517c9e098092709397cc522c59fa63c83cc81be'" bring the ol...Michael Niedermayer
2013-03-11lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruftAnton Khirnov
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-10-05lavc: deprecate the audio resampling API.Anton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-03-17resample: allocate a large enough output bufferJustin Ruggles
2011-10-25resample: reject unhandled conversionsJanne Grunau
2011-10-25resample: remove unused #defineJanne Grunau
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-05-11cosmetics: Fix crazy formatting in resample.Alex Converse
2011-05-11Allow resampling with no channel count change for up to 8 channels.Alex Converse
2011-05-11Don't allow unsupported resampling configurations.Alex Converse
2011-04-19lavc: remove the FF_API_AUDIO_OLD cruft.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-03Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini
2010-09-30add FF_API_AUDIO_OLD define to disable the deprecated decode_audio APIAurelien Jacobs
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-06-11Add const in cast. Removes warning:Baptiste Coudurier
2009-06-11give s->resample_context to avoid segfault, avclass was movedBaptiste Coudurier
2009-03-23Move av_class to AVResampleContext instead of ReSampleContext.Benoit Fouet
2009-02-15Prevent heap corruption when resampling 8-bit audio.Peter Ross
2009-02-12extend resampling API, add S16 internal conversionBaptiste Coudurier
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2007-12-15Add missing '\n' to log format textAndreas Öman
2007-12-01senseless cast and ()Michael Niedermayer
2007-12-01stupid code (casting of void*) found by checktree.shMichael Niedermayer
2007-08-07make output buffer larger so drift compensation can workMichael Niedermayer
2007-07-17typo fixesDiego Biurrun
2007-03-22set more reasonable cutoff for audio rate conversionMichael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2004-10-22user selectble cutoff frequencyMichael Niedermayer
2004-10-21make most resample filter parameters selectable at runtimeMichael Niedermayer
2004-06-30various resampling fixesMichael Niedermayer
2004-06-1810lMichael Niedermayer
2004-06-17polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam...Michael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-09-09removed os_support.hFabrice Bellard