]> git.sesse.net Git - vlc/history - modules/codec/avcodec/encoder.c
Merge branch 1.0-bugfix
[vlc] / modules / codec / avcodec / encoder.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 Laurent AimarDo not uselessly include vlc_vout.h in decoders.
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 Laurent AimarMerged mp1v/mp2v codecs.
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-04-30 Laurent AimarFixed non compatible avcodec flac extradata.
2009-03-12 Rémi Denis-Courmontavcodec, switcher: use the global avcodec lock
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-02-28 Rémi Denis-CourmontFix FfmpegExecute callback prototype
2009-02-28 Roman PenFix wrong initialization of 'mp2v' encoder profile
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-10-28 Ilkka Ollakkaremove unneeded if for aac-profile
2008-10-22 Rémi Denis-CourmontMore verbose ffmpeg encoding failure
2008-10-19 Rémi Denis-CourmontFactorize avcodec chroma table - another 2kb
2008-10-19 Rémi Denis-CourmontFactorize avcodec table - spare about 5kb
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-09-09 Alexis Ballierffmpeg: API change
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-19 Derk-Jan Hartmanffmpeg chroma: Change GetVlcChroma and GetFfmpegChroma...
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-11 Ilkka Ollakkadefault aac-profile to low, seems that faac encoder...
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-28 Antoine CellerierRemove trailing spaces.
2008-06-26 Ilkka OllakkaMerge branch 'master' of git@git.videolan.org:vlc
2008-06-26 Ilkka OllakkaSet strict-rc functionality as default if user hasn't
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-06-11 Rafaël CarréFFmpeg encoder : be sure to use the minimum required...
2008-06-09 Antoine CellerierMove avcodec module files to modules/codec/avcodec...