]> git.sesse.net Git - vlc/shortlog
vlc
2012-01-11 Christoph MiebachQt: Reusing the titles from the simple preferences...
2012-01-11 Naohiro KORIYAMAUse force_align_arg_pointer for yadif crash on Windows XP
2012-01-10 Laurent AimarImproved default threads count when using automatic...
2012-01-10 Laurent AimarClip number of thread to 16 when using threaded decodin...
2012-01-10 Laurent AimarSet decoder_t::i_extra_picture_buffers in avcodec decoder.
2012-01-10 Laurent AimarAdded decoder_t::i_extra_picture_buffers field.
2012-01-10 Laurent AimarAvoid potential integer overflow when computing AR...
2012-01-10 Laurent AimarFixed the format used for subtitles blending when trans...
2012-01-10 Laurent AimarFixed video AR given to the encoder when transcoding.
2012-01-10 Laurent AimarIgnore files without their beginning in RAR archive.
2012-01-10 Laurent AimarDo not error out on empty rar file.
2012-01-10 Laurent AimarImproved detection of splitted RAR archives.
2012-01-10 Jean-Baptiste... ASF: macro removal for ASF_FindObject
2012-01-10 Jean-Baptiste... ASF: macro removal in ASF_CountObject
2012-01-10 Jean-Baptiste... ASF: macro removal
2012-01-10 Jean-Baptiste... ASF: remove unneeded define
2012-01-10 Felix Paul... compat: always compile getdelim on Darwin
2012-01-10 Rafaël CarréRevert "Fixed a crash caused by yadif on Windows XP...
2012-01-09 Felix Paul... fixups.h: added an explicit hack so binaries created...
2012-01-09 Jean-Baptiste... MP4: debug the Matrix parameters for the tkhd atom
2012-01-09 Christophe... 2012 Release Key
2012-01-09 Edward WangOnly allow clearing playlist if current item can be...
2012-01-09 Jean-Baptiste... Qt: avoid a crash on displaying the chapters for some mp4
2012-01-09 Christoph MiebachRemoved a space in front of questionmark. 2 Findings
2012-01-09 David Fuhrmannmacosx: fixed crash when log window is open while progr...
2012-01-09 Jean-Baptiste... Win32: Merge direct3d-desktop and video-wallpaper to...
2012-01-09 Jean-Baptiste... Qt4: remove wallpaper from simple prefs and allow it...
2012-01-09 Jean-Baptiste... Contribs: build gettext with llvm
2012-01-09 Pierre Ynardyoutube.lua: partial fix for format matching
2012-01-08 David Fuhrmannmacosx: fix auto play when adding a new file with file...
2012-01-08 David Fuhrmannmacosx: respect b_enqueue value when adding items to...
2012-01-08 Felix Paul... macosx: fix DVD menu control and usage of hotkeys with...
2012-01-08 Pierre Ynardcue.lua: fix file path concatenation
2012-01-08 Naohiro KORIYAMAFixed a crash caused by yadif on Windows XP (again...
2012-01-08 Felix Paul... macosx: always expand all sidebar nodes on launch ...
2012-01-08 Felix Paul... macosx: fixed pl counter and make sure we pause the...
2012-01-08 Felix Paul... macosx: fix the window menu's close and minimize comman...
2012-01-08 Jean-Baptiste... Contribs: update crystalHD to the latest headers
2012-01-07 Pierre Ynardlua: fix sign errors in us_tonumber()
2012-01-07 Felix Paul... macosx: really fixed compilation on 10.5
2012-01-07 Felix Paul... macosx: fixed compilation issue on Leopard
2012-01-07 Felix Paul... macosx: improve handling the mute action in the main...
2012-01-07 Felix Paul... macosx: make sure that the bottombar controls don't...
2012-01-07 Felix Paul... macosx: fixed trivial appearance issue with the time...
2012-01-07 Felix Paul... macosx: some improvements to the non-embedded vout...
2012-01-07 Pierre Ynardlua: add and use us_tonumber() for decimal numbers
2012-01-07 Felix Paul... macosx: re-add the 'Reset' button to the image adjust...
2012-01-07 Pierre Ynardcue.lua: simplify pattern matching
2012-01-07 Naohiro KORIYAMAFixed a crash caused by yadif deinterlacer on Windows XP
2012-01-07 Jean-Baptiste... Qt: use "normvol" instead of "volnorm" in Simple Prefer...
2012-01-07 Laurent AimarFixed jamendo playlist demuxer.
2012-01-07 Laurent AimarFixed a possible NULL dereference in the GME demuxer.
2012-01-07 Laurent AimarLoad files to memory when needed for loading GME files.
2012-01-07 Laurent AimarAdded stream_BlockRemaining() helper.
2012-01-06 Laurent AimarFactorized the Filter() function of motiondetect.
2012-01-06 Laurent AimarFixed motiondetect packed YUV filter function.
2012-01-06 Laurent AimarFixed a typo "Elasped" -> "Elapsed".
2012-01-06 Laurent AimarFixed ICY metadata support when HTTP chunked transfer...
2012-01-06 Laurent AimarExecute EOF when an error occurs while reading the...
2012-01-06 Laurent AimarFixed potential overread in the rawvideo decoder.
2012-01-06 Felix Paul... macosx: fixed volume range (fix #5790)
2012-01-06 Rafaël CarréOSX: build relocatable VLC.app by default
2012-01-06 David Fuhrmannmacosx: clarify window style option
2012-01-06 Felix Paul... macosx: fixed interface crash on quit
2012-01-06 Felix Paul... macosx: fixed rare crash when reshaping the video view...
2012-01-06 Felix Paul... macosx: fixed border styles of playlist table and sideb...
2012-01-06 Felix Paul... macosx: don't draw the time slider's 'fancy gradient...
2012-01-06 Felix Paul... macosx: make sure we update the menu from the main...
2012-01-06 Felix Paul... macosx: really fix the messages panel (fixes #5541...
2012-01-06 Felix Paul... macosx: speed-up loading the open panel by loading...
2012-01-06 Felix Paul... macosx: open panel: fixed cmd-R if no QTKit compatible...
2012-01-06 Hugo Beauzée... dash: Removing empty IAdaptionLogic implementation.
2012-01-06 Hugo Beauzée... dash: Adding an implementation for UrlTemplate
2012-01-06 Hugo Beauzée... dash: Fixing SegmentInfoDefault parsing.
2012-01-06 Hugo Beauzée... dash: Fixing SegmentInfoCommon initialization/deletion.
2012-01-06 Hugo Beauzée... dash: Group: Fixing SegmentInfoDefault initialization...
2012-01-06 Hugo Beauzée... dash: Handle UrlTemplate in parser.
2012-01-06 Hugo Beauzée... dash: Removing useless and potentially harmful recursion.
2012-01-06 Hugo Beauzée... dash: Don't crash when a segment can't be accessed.
2012-01-06 Hugo Beauzée... dash: HTTPConnectionManager: Removing useless method.
2012-01-06 Hugo Beauzée... dash: For first segments, don't choose the lowest bitrate.
2012-01-06 Hugo Beauzée... dash: Cleaning Period class.
2012-01-06 Hugo Beauzée... dash: Allow SegmentTimeline to be queried for a "S...
2012-01-06 Hugo Beauzée... dash: Handle relative URL
2012-01-06 Hugo Beauzée... dash: Store the parent Group in every representations.
2012-01-06 Rémi Denis... v4l2: add automatic power line frequency detection
2012-01-06 Rémi Denis... v4l2: add analag standard groups from Linux 3.2
2012-01-06 Ilkka Ollakkax264.c: check x264_build around 10-bit and 422/444...
2012-01-06 Rafaël Carréandroid configure script: allow custom options
2012-01-06 Dean Leensis: Chinese l10n update
2012-01-06 Dean Leevlc.desktop: Chinese l10n update
2012-01-05 Laurent AimarFixed rendering of subpictures with non 0 offset in...
2012-01-05 Laurent AimarFixed rendering of subpictures with non 0 offset in...
2012-01-05 Laurent AimarFixed zvbi subpictures AR.
2012-01-05 Laurent AimarScale subpictures without AR to fill up the whole display.
2012-01-05 Jean-Baptiste... Qt: code simplification
2012-01-05 Jean-Baptiste... Qt: increase the bottom margin of the controller by...
2012-01-05 Rafaël Carrédtv/linux: use vlc open wrappers
2012-01-05 Kelly AndersonConsolidate lua includes in vlc.h
2012-01-05 Kelly AndersonCleanup lua script escape sequences for lua 5.2.
next