]> git.sesse.net Git - vlc/history - modules/codec/avcodec/audio.c
Merge branch 1.0-bugfix
[vlc] / modules / codec / avcodec / audio.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-06 Laurent AimarFixed typo in avcodec audio.
2009-05-06 Laurent AimarTry to fix compilation with older ffmpeg version.
2009-05-05 Laurent AimarFixed a regression with avcodec due to 83f58a5076e659f6...
2009-05-05 Laurent AimarUse audio channel layout only when supported by avcodec.
2009-05-03 Laurent AimarFixed typo in avcodec audio.
2009-05-03 Laurent AimarTry to setup avcodec audio format as soon as possible.
2009-05-02 Laurent AimarAdded support for avcodec audio channel layout.
2009-04-22 Laurent AimarUsed a better audio output frame size in avcodec depend...
2009-03-12 Rémi Denis-Courmontavcodec, switcher: use the global avcodec lock
2009-02-09 Laurent AimarSupport output bits per sample changes in ffmpeg (close...
2009-01-10 Laurent AimarSupport delaying codec open until extradata are present...
2008-12-04 Laurent AimarAdded support for avcodec SAMPLE_FMT_*.
2008-11-30 Laurent AimarCorrectly reset date after a discontinuity in audio...
2008-11-29 Laurent AimarAllow up to 8 channels with ffmpeg decoder.
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-09 Alexis Ballierffmpeg: API change
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-05 Laurent AimarFixed ALAC. (close #633)
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-06-29 Laurent AimarCheck against 0 sample rate (returned by ffmpeg).
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-06-09 Antoine CellerierMove avcodec module files to modules/codec/avcodec...