]> git.sesse.net Git - vlc/history - modules/codec
IVTC trivial fixes 1
[vlc] / modules / codec /
2011-04-13 Rémi Denis-Courmontinvmem: remove the plugin
2011-04-13 Ilkka Ollakkax264: fix open-gop -> opengop, thanks for TypX for...
2011-04-13 Ilkka Ollakkax264: handle change with X264_BUILD 115 relating to...
2011-04-05 Jean-Baptiste KempfDVBSub: change the end-of-field marker according to...
2011-04-03 Rémi DuraffortRemove old obsolete variables.
2011-04-03 Jean-Baptiste KempfSubtitles: basic support for {y:i}, {y:b} and {y:u}
2011-03-30 Jean-Baptiste KempfZvbi: kill a warning
2011-03-29 Rémi Denis-Courmontzvbi: convert dangerous OSDMessage() to safer msg_Info()
2011-03-29 Rémi Denis-CourmontKate: remove dead and broken vlc_object_find() use
2011-03-27 Rémi Denis-CourmontFluidsynth: small unlikely memory leak
2011-03-21 Jean-Baptiste KempfCrystalHD: cosmetics and warnings
2011-03-21 Jean-Baptiste KempfCrystalHD: Deinterlacing support
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-03-17 Ilkka Ollakkaavcodec: mark skiploopfilter as non-advanced option...
2011-03-17 Ilkka Ollakkax264: mark advanced options as advanced, leaving keyint...
2011-03-16 Jean-Baptiste KempfSubtitles: hide {y:*} in microDVD
2011-03-16 Jean-Baptiste KempfFFmpeg: remove support for misplaced headers
2011-03-16 Jean-Baptiste KempfFFMPEG_COMMON_MEMBERS => AVCODEC_COMMON_MEMBERS
2011-02-26 Jean-Baptiste KempfCrystalhd: use a callback in DtsProcOut
2011-02-13 Jean-Baptiste KempfCrystalHD: remove one extra image copy
2011-02-13 Jean-Baptiste KempfCrystalHD: comments
2011-01-31 Jean-Baptiste KempfCrystalHD: small fix for 1088 height
2011-01-22 Rémi Denis-CourmontXML: return attribute value as const
2011-01-20 Rémi Denis-CourmontXML: return node (element name or text value) as const
2011-01-20 Rémi Denis-CourmontReturn XML attribute as const from NextAttr
2011-01-19 Rémi Denis-CourmontXML: merge read and node_type operations, skip unknown...
2011-01-16 Harry SintonenHandle early termination properly in StripTags
2011-01-16 Jean-Baptiste KempfMark ffmpeg-fast and ffmpeg-hw as normal preferences.
2011-01-16 Jean-Baptiste KempfCrystalHD: look for the dll in common places
2011-01-15 Jean-Baptiste KempfCrystalHD: support for opening the BCM dll under Win32
2011-01-15 Jean-Baptiste KempfCDG: kill warnings
2011-01-15 Jean-Baptiste KempfSchroedinger: fix copyright year, and NEWS
2011-01-15 Jean-Baptiste KempfSchroendinger: improve preferences integration
2011-01-13 Anuradha SuraparajuAdd Dirac encoding support to VLC using the Schroedinge...
2011-01-11 Rémi Denis-Courmontcdg: clean up preprocessor constants
2011-01-11 Dan RosenbergFix heap overflows in CDG decoder
2011-01-06 Gildas Bazincodec/avcodec: fix late frames skipping with h264 ...
2010-12-28 Jean-Baptiste Kempflavc implements emu-edge in VP8 now
2010-12-21 Konstantin PavlovCodec/vorbis: follow tremor API change.
2010-12-20 Jean-Baptiste KempfTry to decode WMVP with lavc WMV3's decoder
2010-12-20 Jean-Baptiste KempfCodecs: map G.722 to avcodec decoder
2010-12-19 Jean-Baptiste KempfBroadcom CrystalHD decoder support
2010-12-05 Rémi Denis-CourmontRemove VLC_VAR_MODULE, VLC_VAR_FILE and VLC_VAR_DIRECTORY
2010-12-02 Jean-Paul Samanmodules/codec/avcodec: Move HAVE_AVCODEC_MT to avcodec.h
2010-11-18 Rafaël Carréx264: write first SEI NAL into first picture
2010-11-14 Rémi Denis-Courmontswscale: fix 15- and 16-bits RGB conversions
2010-11-12 Laurent AimarFixed CC support when present using multiples specs...
2010-11-04 Rafaël Carréx264: remove double assignement
2010-11-02 Laurent AimarFixed potential NULL deference when flushing in avcodec...
2010-10-31 Rémi Denis-CourmontWin32 build fix attempt
2010-10-30 Pierre YnardVAAPI: build fix
2010-10-30 Rémi Denis-CourmontVAAPI: use vlc_xlib_init()
2010-10-25 Laurent AimarFixed kate decoder compilation.
2010-10-25 Pierre Ynard theora: fix packetizer fourcc
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_loadfile: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-10-10 Jean-Baptiste KempfFix various typos
2010-10-08 Steinar H. GundersonSupport DVD LPCM encode.
2010-10-04 Ilkka Ollakkax264: use default libx264 lookahead-value
2010-09-29 Steinar H. GundersonFix DVD LPCM format description in comments.
2010-09-23 Gildas BazinFix playback of RealVideo with B frames (pts were not...
2010-09-07 Jean-Baptiste KempfBuild: move subtitles codecs to m/codec/ instead of...
2010-09-01 Rémi Denis-Courmontsubsdec: NULL dereference (fix #4125)
2010-08-21 Rémi Denis-Courmontsubsdec: add a special "local system" character set
2010-08-19 Rémi Denis-Courmontsubsdec: use var_Inherit()
2010-08-09 Jai MenonAVCodec : Allow delayed opening of audio codecs.
2010-08-09 Jai MenonAVCodec : Set audio related parameters in ffmpeg_OpenCo...
2010-08-09 Jai MenonAVCodec : Move ffmpeg_OpenCodec to avcodec.c and mark...
2010-08-09 Jai MenonAVCodec : Factor decoder configuration setup code into...
2010-08-03 Rémi Denis-CourmontDMO: use FromWide(), fix charset
2010-07-29 Hugo Beauzée-Luyssenavcodec: encoder: Check memory allocations.
2010-07-28 Rémi Durafforts/informations/information/
2010-07-27 Rémi Denis-CourmontXML: simplify demuxers
2010-07-27 Rémi Denis-Courmontxml_ReaderDelete: remove useless parameter
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-27 Hugo Beauzée-Luyssenavcodec: encoder: Don't assume a maximum BPP of 24
2010-07-25 Hugo Beauzée-Luyssenavcodec: Allow usage of VLC_CODEC_RGBA
2010-07-22 Jean-Baptiste KempfSplit Avutil<->VLC chroma conversions functions from...
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.
next