]> git.sesse.net Git - vlc/history - modules/codec/avcodec/audio.c
s/informations/information/
[vlc] / modules / codec / avcodec / audio.c
2010-07-28 Rémi Durafforts/informations/information/
2010-05-01 Laurent AimarMoved out avcodec SampleFormat -> VLC formats to its...
2010-04-16 Jean-Baptiste KempfAvcodec: bump required version to 52.2.0
2010-03-30 Laurent AimarFixed non initialized date_t in some corner case with...
2009-10-08 Laurent AimarDo not realloc a block already given to ffmpeg.
2009-10-08 Laurent AimarFixed avcodec audio decoder after API behavior change.
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-23 Ilkka Ollakkaavcodec: set codec_id and codec_type in context also
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-04 Jean-Baptiste KempfTypo again...
2009-09-03 Rémi Duraffortavcodec: use AV_VERSION_INT.
2009-09-03 Jean-Baptiste KempfAvcodec: safeguard for people not using the latest...
2009-09-02 Jean-Baptiste Kempf10l: Fix typo
2009-09-02 Jean-Baptiste KempfWMAPro: increase the i_output_max to have a proper...
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in codecs.
2009-08-05 Jean-Baptiste KempfAVcodec version needed for 1.1 is 51.48.0 so far.
2009-06-28 Laurent AimarMade sure that our output buffer is large enough with...
2009-06-18 Laurent AimarUsed av_malloc/free for avcodec_decode_audio2 output...
2009-06-13 Laurent AimarFixed avcodec wrapper with unrecognized audio layout.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
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...