]> git.sesse.net Git - vlc/history - modules/codec/avcodec
[Qt] use screenGeometry instead of screen.
[vlc] / modules / codec / avcodec /
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
2008-07-19 Laurent AimarUse filter helpers.
2008-07-18 Laurent AimarUse picture helpers.
2008-07-15 Laurent AimarSimplify vlc fourcc/ffmpeg pix format conversion.
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-05 Laurent AimarFixed ALAC. (close #633)
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-03 Laurent AimarFix avcodec cinepak decoding and favour it.
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-06-29 Laurent AimarAdded reget_buffer implementation for correct PTS for...
2008-06-29 Laurent AimarCheck against 0 sample rate (returned by ffmpeg).
2008-06-28 Antoine CellerierRemove trailing spaces.
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-27 Antoine CellerierAdd dirac to the list of ffmpeg codecs (enabled decodin...
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 CellerierRemove old post processing code remains from avcodec...
2008-06-09 Antoine CellerierMove avcodec module files to modules/codec/avcodec...