]> git.sesse.net Git - vlc/history - modules/codec/avcodec
Revert "dvbsub.c : Don't fill region if page_state == 0"
[vlc] / modules / codec / avcodec /
2010-06-13 Ilkka Ollakkaavcodec: don't play rc-max/min for vp8, doesn't seem...
2010-06-12 Laurent AimarWorkaround a potential segfault when using VAAPI/DXVA2...
2010-06-12 Laurent AimarFixed potential unaligned access in vaapi/dxva2 picture...
2010-06-05 Ilkka Ollakkaavcodec: fix vp8 default to check height for 720p
2010-06-05 Ilkka Ollakkaavcodec: default gop=120 for vp80
2010-06-05 Ilkka Ollakkaavcodec: fix typo
2010-06-03 Laurent AimarCompilation fix.
2010-06-03 Rémi Denis-CourmontProtect XInitThreads() with a global lock
2010-06-03 Laurent AimarCalled XInitThreads in vaapi.
2010-06-03 Laurent AimarCheck "xlib" before trying vaapi.
2010-06-01 Ilkka Ollakkaavcodec: adjust encoders vp8 defaults littlebit
2010-05-29 Ilkka Ollakkaavcodec: blacklist WMV2 also, missed that codec previously
2010-05-26 Ilkka Ollakkaavcodec: disable vp8-encoder options until it's in...
2010-05-26 Ilkka Ollakkaavcodec: change version-check to 52.69.1 for libvpx...
2010-05-26 Jai MenonAdd support for DivX XSUB subtitle streams.
2010-05-26 Ilkka Ollakkaavcodec: add littlebit options that are adjusted for VP8
2010-05-26 Ilkka Ollakkaavcodec: check p_pict for NULL before using it
2010-05-26 Ilkka Ollakkaavcodec: set some hopefully reasonable defaults to...
2010-05-20 Laurent AimarWorkaround non set reordered_opaque value with some...
2010-05-19 Jean-Baptiste KempfUse the correct LIBAVCODEC_VERSION_MINOR for VP8
2010-05-19 Jean-Baptiste KempfAvcodec: prepare the binding to VP8 in ffmpeg
2010-05-18 Laurent AimarRemoved useless includes.
2010-05-16 Ilkka Ollakkaavcodec: blacklist some codecs for multithreading
2010-05-16 Laurent AimarFlush avcodec on discontinuity.
2010-05-14 Laurent AimarFixed dxva2 regression when using NV12.
2010-05-14 Laurent AimarDisabled GPU acceleration when using ffmpeg-mt.
2010-05-09 Laurent AimarUsed vlc_memalign for vaapi/dxva2 copy buffer
2010-05-08 Laurent AimarUsed CopyFromYv12/Nv12 for vaapi picture extraction.
2010-05-08 Laurent AimarMoved out optimized VA nv12/yv12 copy functions from...
2010-05-08 Laurent AimarAdded VLC_CODEC_NV12 to vlc_fourcc.h.
2010-05-05 Jean-Baptiste KempfAvcodec/Avformat: fix CODEC_ID_MP2/MP3 issue when using...
2010-05-04 Laurent AimarRemoved now useless vlc_osd.h includes.
2010-05-04 Ilkka Ollakkaavcodec: use vlc_GetCPUCount() to set thread count...
2010-05-03 Laurent AimarAdded support for ffmpeg-mt.
2010-05-03 Laurent AimarUsed reordered_opaque for timestamp managment in avcodec.
2010-05-01 Laurent AimarFixed avcodec audio encoder wrapper.
2010-05-01 Laurent AimarMoved out avcodec SampleFormat -> VLC formats to its...
2010-05-01 Laurent AimarFixed potential segfault (on failures) with avcodec...
2010-05-01 Jean-Baptiste KempfAvcodec: Correctly free the Subtitles structures so...
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
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-24 Laurent AimarSimplification in avcodec.
2010-04-23 Laurent AimarFixed avcodec picture reference counts.
2010-04-16 Jean-Baptiste KempfAvcodec: bump required version to 52.2.0
2010-04-13 Rémi Denis-CourmontUseless vlc_codecs.h includes
2010-03-30 Laurent AimarFixed non initialized date_t in some corner case with...
2010-03-26 Christophe MutricyTypo
2010-03-26 Jean-Baptiste KempfAvcodec: CODEC_ID_MP4ALS was only introduced in 52...
2010-03-26 Alex ConverseAdd support for MPEG-4 ALS to the MP4 demuxer and FFmpe...
2010-03-04 Laurent AimarAlways use direct rendering with H264 in avcodec (close...
2010-03-03 Rémi Denis-CourmontVAAPI: call XInitThreads() before XOpenDisplay()
2010-02-26 Laurent AimarAllowed H264 direct rendering for non reference frames...
2010-02-26 Laurent AimarAllowed I422 direct rendering support when possible...
2010-02-26 Laurent AimarAdded logs about direct rendering usage (avcodec).
2010-02-26 Laurent AimarCheck for codec specific pitches alignment in avcodec.
2010-02-26 Laurent AimarCorrectly test for picture compatibility with avcodec...
2010-02-22 Jean-Baptiste KempfAvcodec: comment an extra debug message on subtitles...
2010-02-20 Laurent AimarAllowed GetFfmpegCodec() to convert more subtitle codecs.
2010-02-17 Laurent AimarAdded vorbis in avcodec<->vlc codec map table.
2010-02-14 Jean-Baptiste KempfSupport for Windows Media Voice natively
2010-02-14 Jean-Baptiste KempfSupport for Indeo 5
2010-01-29 Rafaël Carréavcodec decoder: export profile/level at open
2010-01-25 Jean-Baptiste KempfRename the "Other codecs" category
2010-01-20 Laurent AimarFixed VA description in avcodec.
2010-01-20 Laurent AimarEnabled VC-1/WMV3 DXVA2 support in VLC.
2010-01-20 Laurent AimarAdded Intel DXVA2 GUID for H264.
2010-01-20 Laurent AimarA bit more explicit dxva2 describe function.
2010-01-20 Laurent AimarSaved the informations returned by IDirect3D9_GetAdapte...
2010-01-16 Jean-Baptiste KempfPartial revert of debug that was never meant to be...
2010-01-16 Jean-Baptiste KempfQt4: win32 simplification
2010-01-14 Laurent AimarDo not use types not existing in official dxva2api...
2010-01-12 Jean-Baptiste KempfAvCodec: Re-enable RV13 decoding
2010-01-12 Jean-Baptiste KempfSupport for sipr decoder from FFmpeg
2010-01-09 Jean-Baptiste KempfDxVA2: No need to \n in msg_*
2010-01-08 Jean-Baptiste KempfSimplify headers for VAAPI
2010-01-08 Jean-Baptiste KempfFix include order in VAAPI
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-12-12 Laurent AimarAdded an access using avformat protocol support.
2009-12-08 Laurent AimarFixed avcodec compilation with vaapi enabled.
2009-12-06 Jean-Baptiste KempfSupport for AMV video files.
2009-11-28 Laurent AimarCosmetics.
2009-11-27 Rafaël Carrévlc_va_NewDxva2() : unused parameters
2009-11-25 Laurent AimarFixed build under linux (avcodec).
2009-11-25 Laurent AimarImproved performance when copying video surface in...
2009-11-25 Laurent AimarCalled vlc_va_Setup as soon as possible (avcodec).
2009-11-25 Laurent AimarFixed vlc_va_Setup (vaapi).
2009-11-25 Laurent AimarDisabled ffmpeg hardware acceleration support by default.
2009-11-25 Laurent AimarAdded DXVA2 support to our avcodec wrapper.
2009-11-25 Geoffroy CouprieInitial work for DXVA2 support.
2009-11-24 Laurent AimarUpdated avcodec with SSE3/SSSE3/SSE4.1/SSE4.2.
2009-11-11 Pierre YnardFix make dist after renaming file
2009-11-10 Laurent AimarModified our vaapi wrapper in avcodec to be more generic.
2009-11-10 Laurent AimarDo not allocate 0x0 region in ffmpeg subtitle decoder.
2009-11-09 Rémi Duraffortavcodec: add missing variable.
2009-11-08 Ilkka Ollakkaavcodec: drop own threading code and just let ffmpeg...
2009-10-26 Rafaël Carréavcodec: do not flush buffers if codec hasn't been...
2009-10-21 Jean-Baptiste KempfFix avcodec module build for FRWU.
next