OSDN Git Service

Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.
[coroid/libav_saccubus.git] / libavcodec / audioconvert.c
2011-04-12 Alex ConverseFix the conversion of AV_SAMPLE_FMT_FLT and _DBL to...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-21 Stefano SabatiniMove audio channel API from libavcodec to libavcore.
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-02 Stefano SabatiniImplement functions:
2010-08-26 S.N. Hemanth Meena... Implement avcodec_get_channel_layout().
2010-04-23 Måns RullgårdWorkaround for missing llrintf()
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-28 Carl Eugen HoyosMake function get_channel_name() static: It is only...
2009-06-13 Justin RugglesDo not guess the channel layout when getting its string...
2009-06-13 Justin RugglesRemove the 3-front-channel layout from the list of...
2009-04-19 Justin RugglesCheck that channel layout is compatible with number...
2009-04-18 Justin RugglesAdd 3 channel layout convenience macros.
2009-04-12 Justin RugglesAdd names for 5.0 and 5.1 back speaker channel layouts.
2009-02-09 PatrikReplace snprintf() with av_strlcpy().
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-22 Baptiste CoudurierAdd const, remove warning:
2009-01-19 Diego BiurrunUse "" instead of <> when #including non-system headers.
2008-11-17 Carl Eugen HoyosOne const is enough.
2008-11-02 Andreas ÖmanChange multichannel API define prefix from "CHANNEL_...
2008-11-01 Peter RossAdd audio channel layout API to libavcodec.
2008-10-02 Diego PettenòRemove duplicate "const" qualifier for *matrix.
2008-09-08 Michael NiedermayerDrop deprecated SAMPLE_FMT_S24.
2008-08-19 Peter RossAdd SAMPLE_FMT_DBL.
2008-08-01 Peter RossModify av_audio_convert() to use AVAudioConvert context...
2008-08-01 Peter RossRevert r14484 hunk that deleted the 'include avcodec...
2008-07-31 Peter RossAdd sample format support functions: avcodec_get_sample...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-12 Diego Biurrunmisc spelling fixes
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-19 Michael Niedermayercosmetics
2006-08-19 Michael Niedermayeraudio format conversion