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
2009-06-14Do not guess the channel layout when getting its string value.Justin Ruggles
2009-06-13Remove the 3-front-channel layout from the list of channel layoutJustin Ruggles
2009-04-19Check that channel layout is compatible with number of channels forJustin Ruggles
2009-04-18Add 3 channel layout convenience macros.Justin Ruggles
2009-04-12Add names for 5.0 and 5.1 back speaker channel layouts.Justin Ruggles
2009-02-10Replace snprintf() with av_strlcpy().Patrik
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-22Add const, remove warning:Baptiste Coudurier
2009-01-20Use "" instead of <> when #including non-system headers.Diego Biurrun
2008-11-17One const is enough.Carl Eugen Hoyos
2008-11-03Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman
2008-11-01Add audio channel layout API to libavcodec.Peter Ross
2008-10-02Remove duplicate "const" qualifier for *matrix.Diego Pettenò
2008-09-08Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer
2008-08-19Add SAMPLE_FMT_DBL.Peter Ross
2008-08-01Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_...Peter Ross
2008-08-01Revert r14484 hunk that deleted the 'include avcodec.h' statement.Peter Ross
2008-07-31Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...Peter Ross
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-20cosmeticsMichael Niedermayer
2006-08-20audio format conversionMichael Niedermayer