index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
audioconvert.c
Age
Commit message (
Expand
)
Author
2012-04-05
avcodec: remove avcodec_guess_channel_layout()
Justin Ruggles
2012-01-27
lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.
Anton Khirnov
2012-01-27
lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.
Anton Khirnov
2011-11-25
Make channel layout masks unsigned
Mans Rullgard
2011-04-11
Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.
Alex Converse
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2010-11-21
Use the new libavcore audio channel API.
Stefano Sabatini
2010-11-21
Move audio channel API from libavcodec to libavcore.
Stefano Sabatini
2010-11-12
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-02
Implement functions:
Stefano Sabatini
2010-08-26
Implement avcodec_get_channel_layout().
S.N. Hemanth Meenakshisundaram
2010-04-23
Workaround for missing llrintf()
Måns Rullgård
2010-04-21
Move clipping of audio samples (for those codecs outputting float) from decoder
Ronald S. Bultje
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-02-28
Make function get_channel_name() static: It is only used in audioconvert.c.
Carl Eugen Hoyos
2009-06-13
Do not guess the channel layout when getting its string value.
Justin Ruggles
2009-06-13
Remove the 3-front-channel layout from the list of channel layout
Justin Ruggles
2009-04-19
Check that channel layout is compatible with number of channels for
Justin Ruggles
2009-04-18
Add 3 channel layout convenience macros.
Justin Ruggles
2009-04-12
Add names for 5.0 and 5.1 back speaker channel layouts.
Justin Ruggles
2009-02-09
Replace snprintf() with av_strlcpy().
Patrik
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-22
Add const, remove warning:
Baptiste Coudurier
2009-01-19
Use "" instead of <> when #including non-system headers.
Diego Biurrun
2008-11-17
One const is enough.
Carl Eugen Hoyos
2008-11-02
Change multichannel API define prefix from "CHANNEL_" to "CH_".
Andreas Öman
2008-11-01
Add audio channel layout API to libavcodec.
Peter Ross
2008-10-02
Remove duplicate "const" qualifier for *matrix.
Diego Pettenò
2008-09-08
Drop deprecated SAMPLE_FMT_S24.
Michael Niedermayer
2008-08-19
Add SAMPLE_FMT_DBL.
Peter Ross
2008-08-01
Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_...
Peter Ross
2008-08-01
Revert r14484 hunk that deleted the 'include avcodec.h' statement.
Peter Ross
2008-07-31
Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...
Peter Ross
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-06-12
misc spelling fixes
Diego Biurrun
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-08-19
cosmetics
Michael Niedermayer
2006-08-19
audio format conversion
Michael Niedermayer