]> git.sesse.net Git - vlc/history - modules/codec/avcodec
Remove forgotten debug. Sorry, guys.
[vlc] / modules / codec / avcodec /
2009-08-27 Jean-Baptiste KempfRemove forgotten debug. Sorry, guys.
2009-08-27 Jean-Baptiste KempfTwinVQ support using the lastest avcodec commit from...
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-07-27 Jean-Baptiste KempfCODEC_ID_SPEEX appeared in 51.50.1
2009-07-24 Jean-Baptiste KempfAdd Speex in flv demuxing support. #2973
2009-07-18 Laurent AimarCosmetics.
2009-07-18 Jean-Baptiste KempfSupport for ADPCM variant in Flash streams
2009-07-17 Laurent AimarDo not uselessly disable direct rendering in avcodec.
2009-06-28 Laurent AimarMade sure that our output buffer is large enough with...
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-19 Rémi DuraffortRemove dead initialization.
2009-06-18 Laurent AimarFixed a typo.
2009-06-18 Laurent AimarUsed AVCodecContext::ticks_per_frame when available.
2009-06-18 Laurent AimarCosmetics.
2009-06-18 Laurent AimarUsed av_malloc/free for avcodec_decode_audio2 output...
2009-06-15 Jean-Paul Samanavcodec: free p_sys->p_ff_pic in some error paths
2009-06-13 Laurent AimarFixed avcodec wrapper with unrecognized audio layout.
2009-06-02 Laurent AimarAvoid an error (no ffmpeg-hw option) when not compiling...
2009-06-01 Laurent AimarCompilation fix for old ffmpeg version.
2009-06-01 Laurent AimarAdded (but disabled at compilation time) VA-API support...
2009-06-01 Laurent AimarFlush picture buffers when closing the avcodec decoder.
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 Jean-Baptiste KempfFourCC v210
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 i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-13 Laurent AimarUse new vlc_fourcc_* helpers in avcodec.
2009-05-07 Jean-Baptiste KempfAdded dvh1 fourcc to ffmpeg
2009-05-06 Laurent AimarAdded hdv6->8 fourcc to ffmpeg.
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-03 Jean-Baptiste KempfFFmpeg: create --ffmpeg-fast to enable CODEC_FLAG2_FAST
2009-05-02 Laurent AimarAdded support for avcodec audio channel layout.
2009-05-01 Anthony LoiseauAdd some options as safe, based on forum.v.o search.
2009-04-30 Laurent AimarFixed non compatible avcodec flac extradata.
2009-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-04-22 Laurent AimarUsed a better audio output frame size in avcodec depend...
2009-04-19 Laurent AimarAlways link/unlink picture in ffmpeg_GetFrame/ReleaseBuf.
2009-04-14 Derk-Jan Hartmanavcodec: correct fourcc for XSUB
2009-04-05 Antoine CellerierFix flickering when decoding TSCC. (Backport if we...
2009-04-02 Jean-Baptiste KempfAdd a few bunch of FOURCC
2009-03-30 Jean-Baptiste KempfRamiro separated trueHD and mlp decoder in FFmpeg....
2009-03-28 Srikanth RajuWav GSM Demuxer Support Fixes Wav demux to work with...
2009-03-23 Laurent AimarRevert [f5060d12c31af094d9105143c88371487ff2c72c] ...
2009-03-23 Laurent AimarFixed skip_frame setting (avcodec).
2009-03-14 Laurent AimarImproved preroll in avcodec.
2009-03-12 Rémi Denis-Courmontavcodec, switcher: use the global avcodec lock
2009-03-12 Rémi Denis-Courmontlibavutil callback cannot assume it has a VLC object
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-02-09 Laurent AimarSupport output bits per sample changes in ffmpeg (close...
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-10 Laurent AimarSupport delaying codec open until extradata are present...
2009-01-10 Laurent AimarRemoved unused field (avcodec).
2008-12-21 Jean-Baptiste KempfKostya RV30 code is merged in FFmpeg.
2008-12-14 Laurent AimarRemoved useless real video code in avcodec.
2008-12-14 Laurent AimarFixed frame rate output value.
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-10 Jean-Baptiste KempfSupport for some ACD Systel Digital files. FourCC ACDV.
2008-12-06 Jean-Baptiste KempfFix Avcodec module compilation.
2008-12-06 Jean-Baptiste KempfAdd VC1 fourCC
2008-12-05 Jean-Baptiste KempfAdd DMK2 and VX1K fourCC.
2008-12-04 Laurent AimarAdded support for avcodec SAMPLE_FMT_*.
2008-12-04 Jean-Baptiste KempfFourCC fiesta.
2008-12-01 Jean-Baptiste Kempf[FFmpeg] support for native RV40
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-11-29 Laurent AimarCosmetics (use AV_VERSION_INT).
2008-11-29 Laurent AimarAdded MLP fourcc definition to ffmpeg.
2008-11-11 Ilkka OllakkaEnable ffmpeg aac decoder, seems to work currently.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
next