]> git.sesse.net Git - vlc/history - modules/codec/avcodec
Fixed (partially) parsing of E-AC3 not using 1536 samples per frame.
[vlc] / modules / codec / avcodec /
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
2008-10-28 Ilkka Ollakkaremove unneeded if for aac-profile
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-10-22 Rémi Denis-CourmontMore verbose ffmpeg encoding failure
2008-10-19 Rémi Denis-CourmontFix warning
2008-10-19 Rémi Denis-CourmontFactorize avcodec chroma table - another 2kb
2008-10-19 Rémi Denis-CourmontUnused variable
2008-10-19 Rémi Denis-CourmontSpare another 2kb
2008-10-19 Rémi Denis-CourmontFactorize avcodec table - spare about 5kb
2008-10-10 Rémi DuraffortRemove unused variable.
2008-10-10 Rémi DuraffortRemove stupid test before a free.
2008-10-09 Laurent AimarRemoved debug leftover (avcodec).
2008-10-08 Laurent AimarFixed decoder_GetDisplayDate while buffering.
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-18 Derk-Jan Hartmanavcodec: add fourcc's for some of the avcodec supported...
2008-09-09 Alexis Ballierffmpeg: API change
2008-09-09 Jean-Baptiste KempfE-AC3 support in mkv files.
2008-09-07 Laurent AimarEnabled ffmpeg PAL8 support (fix #2000)
2008-09-07 Laurent AimarCleaned up/fixed palettized video support.
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-09-01 Laurent AimarFixed timestamp in ffmpeg reget_buffer callback.
2008-09-01 Laurent AimarRemoved a debug commit in ffmpeg (do not force display...
2008-08-29 Laurent AimarFixed segfault when doing rendering without respecting...
2008-08-27 Laurent AimarFixed RGB ffmpeg color selection.
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-26 Antoine CellerierPreliminary changes to fix postprocessing. Decoder...
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-24 Antoine CellerierRemove trailing space.
2008-08-21 Laurent AimarAdded BLOCK_FLAG_END_OF_SEQUENCE and use it for mpeg2.
2008-08-20 Derk-Jan Hartmanffmpeg chroma: fix [079fdd3f33560bfc2b36181ac367649fc0c...
2008-08-20 Derk-Jan Hartmanffmpeg chroma: This follows up on [0034fbab5587b1197b04...
2008-08-19 Derk-Jan Hartmanffmpeg chroma: add rgb masks to the chroma mapping...
2008-08-19 Derk-Jan Hartmanffmpeg chroma: stupid test mistake for the decoder...
2008-08-19 Derk-Jan Hartmanffmpeg chroma: Change GetVlcChroma and GetFfmpegChroma...
2008-08-19 Jean-Baptiste KempfLIBAVUTIL_VERSION_INT inclusion guards...
2008-08-19 Derk-Jan Hartmanffmpeg chroma: fix whitespace
2008-08-19 Derk-Jan Hartmanffmpeg: PIX_FMT_YUV422 was renamed to PIX_FMT_YUYV422...
2008-08-19 Derk-Jan Hartmanffmpeg: Add some more chroma fourcc's to the ffmpeg...
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-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-08 Jean-Baptiste KempfMore DVAUDIO fourCC.
2008-08-03 Derk-Jan Hartmanavcodec: use cast to avoid warning about this const...
2008-08-03 Derk-Jan Hartmanavcodec: dummy palette is const
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Derk-Jan Hartmanavcodec: add Intergraph JPEG fourcc to avcodec module
2008-07-28 Laurent AimarFixed recovery after end of preroll (seek).
2008-07-28 Jean-Baptiste KempfAdd 2 fourCC for MPEG4 for broken CAMcorder to fix...
2008-07-27 Laurent AimarRemoved old hack (for YUVA)
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
next