]> git.sesse.net Git - vlc/history - modules/codec/avcodec/video.c
Use static mutexes
[vlc] / modules / codec / avcodec / video.c
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-09-07 Laurent AimarCleaned up/fixed palettized video support.
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-26 Antoine CellerierPreliminary changes to fix postprocessing. Decoder...
2008-08-21 Laurent AimarAdded BLOCK_FLAG_END_OF_SEQUENCE and use it for mpeg2.
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-03 Derk-Jan Hartmanavcodec: use cast to avoid warning about this const...
2008-08-03 Derk-Jan Hartmanavcodec: dummy palette is const
2008-07-28 Laurent AimarFixed recovery after end of preroll (seek).
2008-07-11 Laurent AimarClean up chroma handling in ffmpeg (as a bonus, fixed...
2008-07-10 Laurent AimarLet swscale handle video conversion when available...
2008-07-03 Laurent AimarFix avcodec cinepak decoding and favour it.
2008-06-29 Laurent AimarAdded reget_buffer implementation for correct PTS for...
2008-06-28 Rémi DuraffortCheck malloc return value.
2008-06-28 Rémi DuraffortFix memleak when the codec can't be loaded.
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-06-09 Antoine CellerierRemove old post processing code remains from avcodec...
2008-06-09 Antoine CellerierMove avcodec module files to modules/codec/avcodec...