]> git.sesse.net Git - vlc/history - modules/codec
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / codec /
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
2010-04-17 Rémi Denis-Courmontfluidsynth: fix code point for channel aftertouch
2010-04-16 Rémi Denis-Courmontfluidsynth: implement system reset message
2010-04-16 Rémi Denis-Courmontfluidsynth: parse SysEx messages
2010-04-16 Rémi Denis-Courmontfluidsynth: implement channel aftertouch event
2010-04-16 Rémi Denis-Courmontfluidsynth: fix pitch bend value
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-04-13 Ilkka Ollakkax264: hrd option should be in from X264_BUILD >= 89
2010-04-13 Ilkka Ollakkax264: add hrd-option
2010-04-13 Ilkka Ollakkax264: remove upper limit for subme-value
2010-04-11 Laurent AimarInterpolate audio date in flac decoder.
2010-04-08 Francois CartegnieFix flac includes accordingly to libflac's pkgconfig...
2010-04-06 Ilkka Ollakkax264: b_vfr_input came in X264_BUILD >= 81
2010-04-01 Ilkka Ollakkax264: actually check limit for level is told between...
2010-04-01 Ilkka Ollakkax264: don't set default level to 5.1, but let libx264...
2010-04-01 Ilkka Ollakkax264: set b_vfr_input to 0, as it seems to matter now
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-26 Vincent Penquerc'hremove the time check which avoided rendering the overl...
2010-03-16 Gildas Bazincodec/omxil: OMAP3430 only supports h264 baseline profi...
2010-03-15 Rémi Denis-Courmontx264: remove 0.8.x deprecated aliases completely
2010-03-15 Rémi Denis-Courmontx264: remove deprecated aliases from chain
2010-03-15 Rémi Denis-Courmontdirac: an existing option cannot be a deprecated alias
2010-03-07 Nathan Phillip BrinkFix #include <SDL/SDL.h> to be #include <SDL.h>
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-03-01 Laurent AimarFixed closed caption decoder with CC3/4 and TX data.
2010-02-28 Laurent AimarFixed potential segfault with corrupted streams (audio...
2010-02-26 Jean-Baptiste KempfVorbis: remove unused variables
2010-02-26 Jean-Baptiste KempfVorbis: support for 6.1 and 7.1
2010-02-26 Jean-Baptiste KempfFix FLAC 7.1 support
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-23 Laurent AimarFixed invalid accesses in decoder with corrupted subtit...
2010-02-22 Jean-Baptiste KempfAvcodec: comment an extra debug message on subtitles...
2010-02-21 Laurent AimarFixed vorbis encoder.
2010-02-21 Laurent AimarFixed theora encoder.
2010-02-20 Rémi Denis-CourmontOMX IL: clean up dll_* macros
2010-02-20 Laurent AimarAllowed GetFfmpegCodec() to convert more subtitle codecs.
2010-02-18 Rémi Denis-CourmontVLC preferences are not the developers documentation
2010-02-17 Laurent AimarAdded vorbis in avcodec<->vlc codec map table.
2010-02-17 Laurent AimarModified the way xiph codecs headers are transported...
2010-02-15 Jean-Baptiste KempfPng: compatibility with libpng 1.4
2010-02-15 Rémi Denis-CourmontOpenMAX IL: don't distribute non existent file
2010-02-15 Rémi Denis-CourmontDo not (try to) build flac if it is not enabled
2010-02-15 ogg.k.ogg.kfix the un-premultiplying post processing step, which...
2010-02-14 Rémi Denis-CourmontNo full point at end of configuration item short text
2010-02-14 Jean-Baptiste KempfSupport for Windows Media Voice natively
2010-02-14 Jean-Baptiste KempfSupport for Indeo 5
2010-02-13 Laurent AimarMoved out the flac packetizer from the flac decoder.
2010-02-11 Laurent AimarSet a non compressed format in aes3 decoder at open.
2010-02-11 Rémi Duraffortdvbsub: remove dummy test (already check then dereferen...
2010-02-10 Rémi Denis-CourmontA52: cease spamming
2010-02-10 Rémi DuraffortUse calloc.
2010-02-09 Gildas BazinStability fix for the omxil decoder and make UYVY the...
2010-02-08 Laurent AimarFixed typo in 192kHz case in flac packetizer.
2010-02-08 Laurent AimarAdded 88.2/176.4/192 kHz samplerates support in flac...
2010-02-08 Laurent AimarAdded a few missing fourcc to rawvideo decoder.
2010-02-08 Peter Bak NielsenFixed DVB-subtitles decoder subpicture flag.
2010-02-07 Gildas BazinAdd OpenMAX IL Video/Audio decoder.
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-06 Laurent AimarAdded non native float 32/64 to araw decoder.
2010-02-05 Laurent AimarRevert "zvbi: Fix displaying of teletext and closed...
2010-02-05 Jean-Paul Samanzvbi: Fix displaying of teletext and closed captioning.
2010-01-30 Rémi Denis-CourmontReimplement Win32 GetACP() using gettext.
2010-01-30 Laurent AimarSupport padded frames in DTS files (close #3274).
2010-01-30 Pádraig Bradyclosed captions: Correctly determine the field for...
2010-01-29 Rafaël Carréavcodec decoder: export profile/level at open
2010-01-28 Rémi Denis-Courmontdirac encoder: remove write-only b_error
2010-01-25 Jean-Baptiste KempfSet Shortname for Dirac and spudec
2010-01-25 Jean-Baptiste KempfRename the "Other codecs" category
2010-01-25 Rémi Denis-CourmontFluidsynth: convert path to ANSI on Windows
2010-01-25 Rémi Denis-Courmontfluidsynth: use error dialogs if the sound font fails
2010-01-24 Laurent AimarDecreased priority of libmpeg2 decoder below avcodec.
2010-01-23 Rafaël Carrémpga decoder: modify input ES format with layer
2010-01-23 Vincent Penquerc'hRemove the conversion from premultiplied alpha, ...
next