20 Commits (4fbccfab2371eb400efc51e550bf89adb87f1070)

Author SHA1 Message Date
Anton Khirnov 62dfea6535 lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft. 13 years ago
Anton Khirnov 284e65d64e lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft. 13 years ago
Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Anton Khirnov c2fcd0a7a4 Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
Stefano Sabatini d6e602536c Remove declaration of function: 14 years ago
Stefano Sabatini 176a6157c0 Move audio channel API from libavcodec to libavcore. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Stefano Sabatini d63e456a2a Implement functions: 14 years ago
Stefano Sabatini 7160bb716b Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 14 years ago
S.N. Hemanth Meenakshisundaram 5da19b53c6 Implement avcodec_get_channel_layout(). 14 years ago
Cyril Russo d3d8748177 Fix documentation of av_audio_convert. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Justin Ruggles be233a5691 Check that channel layout is compatible with number of channels for 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Peter Ross 0d72e7d0ae Add audio channel layout API to libavcodec. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Peter Ross 82cee279a5 Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_convert_alloc() and av_audio_convert_free() support functions. 17 years ago
Peter Ross c2b28bb975 Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_get_sample_fmt(), avcodec_sample_fmt_string() 17 years ago