OSDN Git Service

cosmetics: Fix crazy formatting in resample.
[coroid/libav_saccubus.git] / libavcodec / resample.c
2011-05-11 Alex Conversecosmetics: Fix crazy formatting in resample.
2011-05-11 Alex ConverseAllow resampling with no channel count change for up...
2011-05-11 Alex ConverseDon't allow unsupported resampling configurations.
2011-04-19 Anton Khirnovlavc: remove the FF_API_AUDIO_OLD cruft.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-03 Stefano SabatiniRemove usage of deprecated libavcodec/audioconvert...
2010-09-30 Aurelien Jacobsadd FF_API_AUDIO_OLD define to disable the deprecated...
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-04-28 Michael NiedermayerAdd version to AVClass so we can add to and use fields...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-06-11 Baptiste CoudurierAdd const in cast. Removes warning:
2009-06-11 Baptiste Couduriergive s->resample_context to avoid segfault, avclass...
2009-03-23 Benoit FouetMove av_class to AVResampleContext instead of ReSampleC...
2009-02-15 Peter RossPrevent heap corruption when resampling 8-bit audio.
2009-02-11 Baptiste Coudurierextend resampling API, add S16 internal conversion
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-08-03 Justin Rugglescosmetics: make all references to AC-3 capitalized...
2007-12-15 Andreas ÖmanAdd missing '\n' to log format text
2007-12-01 Michael Niedermayersenseless cast and ()
2007-12-01 Michael Niedermayerstupid code (casting of void*) found by checktree.sh
2007-08-06 Michael Niedermayermake output buffer larger so drift compensation can...
2007-07-17 Diego Biurruntypo fixes
2007-03-22 Michael Niedermayerset more reasonable cutoff for audio rate conversion
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2004-10-21 Michael Niedermayeruser selectble cutoff frequency
2004-10-21 Michael Niedermayermake most resample filter parameters selectable at...
2004-06-30 Michael Niedermayervarious resampling fixes
2004-06-18 Michael Niedermayer10l
2004-06-17 Michael Niedermayerpolyphase kaiser windowed sinc and blackman nuttall...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-09-08 Fabrice Bellardremoved os_support.h
2003-08-20 Michael NiedermayerAC3 encoding patch ba (Ross Martin <ffmpeg at ross...
2003-03-12 Zdenek Kabelac* moved os_support.h into libavcodec
2003-03-11 Slavik Gnatenkorestoring OS/2 compatibility patch by ("Slavik Gnatenko...
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2002-10-09 Fabrice Bellardresample fix by Petros Tsantoulis
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-05-09 Philip Gladstone* Fix a problem with the first sample when down sampling.
2001-08-13 Fabrice Bellardwin32 fixes
2001-07-22 Fabrice BellardInitial revision