]> git.sesse.net Git - vlc/history - modules/codec/avcodec/encoder.c
Fixed avcodec audio encoder wrapper.
[vlc] / modules / codec / avcodec / encoder.c
2010-05-01 Laurent AimarFixed avcodec audio encoder wrapper.
2010-05-01 Laurent AimarFixed potential segfault (on failures) with avcodec...
2010-04-29 Ilkka Ollakkatranscoding video, sends NULL when ending. Should fix...
2010-04-29 Ilkka Ollakkaavcodec: default to 2 threads on encoding
2010-04-16 Jean-Baptiste KempfAvcodec: bump required version to 52.2.0
2009-12-30 Rémi Denis-Courmontlavc: kill config_Get
2009-12-21 Rafaël CarréIncrease avcodec encoding output buffer size
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-11-09 Rémi Duraffortavcodec: add missing variable.
2009-11-08 Ilkka Ollakkaavcodec: drop own threading code and just let ffmpeg...
2009-10-18 Rafaël Carréavcodec encoder: sets last-metadata-block for FLAC...
2009-10-10 Rémi Duraffortcodec: use var_Get(Integer|Float|String) when applicable.
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-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-14 Pierre Ynardavcodec: disable subtitle encoding
2009-09-03 Rémi Duraffortavcodec: use AV_VERSION_INT.
2009-08-05 Jean-Baptiste KempfAVcodec version needed for 1.1 is 51.48.0 so far.
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-19 Rémi DuraffortRemove dead initialization.
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 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...