]> git.sesse.net Git - vlc/history - modules/codec
m3u: factorize.
[vlc] / modules / codec /
2010-07-21 Rémi Duraffortfaad: fix potential memleak.
2010-07-20 Jean-Baptiste KempfForce avcodec to be at least 52.25.0 and avfomat 52...
2010-07-19 Laurent AimarRevert "Called XInitThreads in vaapi."
2010-07-14 gbeauchesne@splitt... use VA_INVALID_ID wherever appropriate (vaapi).
2010-07-11 Laurent AimarUsed VA_INVALID_ID when appropriate.
2010-07-11 Laurent AimarUsed VA_INVALID_SURFACE when appropriate.
2010-07-11 Laurent AimarFixed fourcc selection used for video extraction from...
2010-07-10 Rémi Denis-CourmontFix compilation
2010-07-10 Ilkka Ollakkaavcodec: disable direct rendering for VP80
2010-07-07 Jean-Baptiste Kempflibass: kill unused variable warnings
2010-07-05 Ilkka Ollakkax264: forgotten free() spotted by ivoire
2010-07-05 Ilkka Ollakkax264 compile fix for x264 < 102
2010-07-05 Ilkka Ollakkax264: add options for opengop
2010-07-02 Jean-Baptiste KempfDxVA2: Remove tab in source code
2010-07-01 Jean-Baptiste KempfDxVA2: user-friendly descriptions
2010-07-01 Jean-Baptiste KempfDxVA2: cosmetic alignment in GUID
2010-07-01 Jai MenonAVCodec : Add the MPEG1 codec ID to the map table.
2010-06-28 Christophe MutricyFix build of mpeg2 module with old libmpeg2 on arm
2010-06-27 Laurent AimarAllocated mod16 D3D surfaces.
2010-06-27 Laurent AimarPrefered DXVA2_ConfigPictureDecode with guidConfigBitst...
2010-06-25 Jai MenonJPEG 2000 decoding support.
2010-06-25 Rémi Denis-Courmontsubtitles: make the default character set value explicit
2010-06-24 Jean-Baptiste KempfDxVA2: CoTaskMemFree can be used correctly now.
2010-06-24 Rémi Denis-CourmontSpell "separate"
2010-06-18 Laurent AimarEnabled mpeg2 dxva2 decoding support.
2010-06-17 Rafaël Carrélibflac installs its own assert.h which fails to define...
2010-06-16 Ilkka OllakkaRevert "dvbsub.c : Don't fill region if page_state...
2010-06-16 Björn Stenbergdvbsub.c : Don't fill region if page_state == 0
2010-06-14 Ilkka Ollakkax264: don't repeat headers, we should do it ourself...
2010-06-13 Ilkka Ollakkaavcodec: don't play rc-max/min for vp8, doesn't seem...
2010-06-13 Ilkka Ollakkax264: use libx264 with 0-started pts values and scale...
2010-06-13 Jean-Baptiste KempfPrefer libvorbis encoder over libavcodec's
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-12 Ilkka Ollakkax264: use int64_t instead int as delay
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-02 Ilkka Ollakkax264: use x264_picture_init from X264_BUILD >= 98
2010-06-01 Ilkka Ollakkaavcodec: adjust encoders vp8 defaults littlebit
2010-05-31 Jai MenonSPUDEC : Bump up the capability value for the native...
2010-05-29 Ilkka Ollakkaavcodec: blacklist WMV2 also, missed that codec previously
2010-05-26 Laurent AimarRemoved vlc_object_find() in svcdsub.
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-25 Ilkka Ollakkax264: allow b-pyramid in main-profile selection
2010-05-25 Ilkka Ollakkax264: default b-pyramid to "normal" from X264_BUILD...
2010-05-25 Laurent AimarRemoved fake decoder.
2010-05-25 Ilkka Ollakkax264: make sure b-pyramid ain't set other than high...
2010-05-25 Ilkka Ollakkax264: change 8x8dct default to true and fix logic so...
2010-05-24 Laurent AimarFixed raw picture size in rawvideo codec.
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-16 Ilkka Ollakkax264: preset/tune are in from X264_BUILD >= 86
2010-05-16 Ilkka Ollakkax264: bump required version to >= 0.86
2010-05-16 Ilkka Ollakkax264: add info about letting libx264 set level when...
2010-05-14 Laurent AimarFixed dxva2 regression when using NV12.
2010-05-14 Laurent AimarDisabled GPU acceleration when using ffmpeg-mt.
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-10 Ilkka Ollakkax264.c: forgotten free() added
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 AimarCleaned up a bit spu_t API.
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-02 Laurent AimarFixed kate build without libtiger.
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-26 Jean-Baptiste Kempflibass/win32: Factorize
2010-04-26 Jean-Baptiste KempfLibass: put the dialog, where we actually need it.
2010-04-26 Jean-Baptiste KempfLibass: simplify and do not call ass_set_fonts_dir
2010-04-24 Jean-Baptiste Kempfx264: activate preset only on recent versions of x264
2010-04-24 Laurent AimarSimplification in avcodec.
2010-04-23 Laurent AimarFixed avcodec picture reference counts.
2010-04-22 Ilkka Ollakkax264: add forgotten help-text to preset/tune options
2010-04-22 Ilkka Ollakkax264: modify code to add preset/tune options and don...
2010-04-17 Rémi Denis-CourmontFLUID_FAILED is not defined in version 1.0.x
2010-04-17 Rémi Denis-CourmontCompile time support for FluidSynth 1.0
next