]> git.sesse.net Git - vlc/shortlog
vlc
2010-11-30 Felix Paul... macosx: fixed preferences compilation
2010-11-30 Jean-Baptiste... Contribs: make Qt4 available on mac
2010-11-30 TUDURI BenoîtFix typo for Save Playlist in french translation.
2010-11-29 Rémi Denis... sout_InstanceNew: remove __
2010-11-29 Ilkka Ollakkaprojectm: quick fix to get projectm visualisation to...
2010-11-29 Rémi Denis... Unused mutex
2010-11-29 Rémi Denis... Win32: simplify vlc_cancel()
2010-11-29 Rémi Denis... Win32: simplify threads (merge cancel and thread data)
2010-11-29 Rémi Denis... Replace vlc_detach() with simpler vlc_clone_detach()
2010-11-29 Rémi Denis... Comments
2010-11-29 Jean-Baptiste... MobileVLCKit: remove mmap access in Aggregate
2010-11-28 Jean-Baptiste... Qt: fix previous commit
2010-11-28 Jean-Baptiste... Qt: playlist, use a better QSplitter, on Mac
2010-11-28 Jean-Baptiste... Qt: use a Brushed Style on Mac
2010-11-28 Jean-Baptiste... Qt: use a drawer for extended Dialog on Mac
2010-11-28 Jean-Baptiste... Qt: no icons in Menus on Mac
2010-11-28 Jean-Baptiste... Doc: make it more clear how to sign the updates files
2010-11-28 Jean-Baptiste... Contribs: try to fix CDDB crash on Windows
2010-11-28 Rémi Denis... XCB: support platforms without System V shared memory...
2010-11-28 Francois CartegnieQt: Allow disabling or resampling background art.
2010-11-28 Pierre YnardUpdate comments relevent to --sout #description
2010-11-27 Erwan Tulouskins2: rework the fullscreen controller
2010-11-27 Erwan Tulouskins2: avoid multiple strings with same value.
2010-11-27 Erwan Tulouskins2: remove dead code
2010-11-27 Rémi Denis... Win32: don't destroy variables without destroy callbacks
2010-11-27 Rémi Denis... Remove the mmap access plugin
2010-11-27 Rémi Denis... Remove unused msg_Stack stuff
2010-11-27 Rémi Denis... Win32: really set fd_set size dynamically
2010-11-27 Pierre Ynardrtsp: implement session timeouts
2010-11-26 Laurent AimarFixed win32 opengl provider.
2010-11-26 Laurent AimarFixed opengl provider vout window selection.
2010-11-26 Laurent AimarFixed coding style (window.c).
2010-11-26 Laurent AimarUsed video_format_ScaleCropAr in scale.c/swscale.c
2010-11-26 Laurent AimarAdded video_format_ScaleCropAr().
2010-11-26 Laurent AimarFixed crop parameters in transform filter.
2010-11-26 Hugo Beauzée... MKV: Use new vlc_delete_all to clear containers.
2010-11-26 Hugo Beauzée... vlc_arrays: Adding a C++ helper to clean a container
2010-11-26 Jean-Paul Samanstream_filter/httplive.c: adapt debug logging
2010-11-26 Jean-Paul Samanstream_filter/httplive.c: do not crash on seeking
2010-11-26 Jean-Paul Samanstream_filter/httplive.c: select stream with lowest...
2010-11-26 Jean-Paul Samanstream_filter/httplive.c: NexSegment() look for next...
2010-11-26 Jean-Paul Samantest/modules/stream_filter/httplive: script for traffic...
2010-11-26 Jean-Paul Samanstream_filter/httplive.c: determine correct next segment
2010-11-26 Jean-Paul Samanstream_filter/httplive.c: cleanup
2010-11-26 Jean-Paul Samanmodules/stream_filter/httplive.c: corrected bandwidth...
2010-11-26 Rafaël Carréqt4: use the christmas icon on the same day (start...
2010-11-26 Pierre Ynardvlm: use a per-instance parent object to set VoD variables
2010-11-26 Pierre Ynardvlm: make proper use of semaphore
2010-11-25 Pierre Ynarddescription: don't use vlc_object_find()
2010-11-24 Rémi Denis... Win32: fix poll() with more than 64 sockets
2010-11-24 Rémi Denis... Win32: fix a few warnings
2010-11-24 Rémi Duraffortdecklink: fix compilation.
2010-11-24 Rémi Denis... Allow rescheduling a one shot timer from itself
2010-11-24 Rémi Denis... Fix one shot timers
2010-11-24 Rémi Denis... vlc_timer_schedule: fix resetting the timer from itself
2010-11-24 Rémi Duraffortlibvlc: remove unused structure member.
2010-11-24 Rémi Duraffortwin32: fix memleak.
2010-11-24 Pierre Ynardvariables: properly reset the variable tree in var_Dest...
2010-11-24 Rémi Denis... cosmetic fix
2010-11-24 Rémi Denis... Remove unused timer attribute
2010-11-24 Pierre YnardFix grammar in comments
2010-11-23 Rémi Denis... Win32: implement variable cleanup more similar to POSIX...
2010-11-23 Rémi Denis... Win32: also cleanup thread variable on cancellation
2010-11-23 Rémi Denis... Win32: fix thread variable leaks
2010-11-23 Rémi Denis... Win32: cancel_data is on the stack, don't free it
2010-11-23 Rafaël CarréRevert "input: Fill in the input_item es"
2010-11-23 Rafaël CarréRevert "libvlc_media_get_tracks_info(): correct help"
2010-11-23 Rémi DuraffortPrint a warning about static plugins and VLC only if...
2010-11-22 Erwan Tulouskins: add some transparency to the default skin
2010-11-22 Erwan Tulouskins2: rework and simplify transparency
2010-11-22 Rémi Duraffortgestures: use static when needed.
2010-11-22 Rémi Duraffortaccess_oss: return NULL instead of 0.
2010-11-22 Lari NatriFix for KDE device actions
2010-11-22 Erwan Tulouskins2: improve the default skin placements
2010-11-22 Erwan Tulouskins2: implement relative positioning
2010-11-22 Erwan Tulouskins2: ifdef code specific to WIN32
2010-11-22 Erwan Tulouskins2: some optimisation and cosmetics when moving...
2010-11-22 Erwan Tulouskins2(Win32 and Linux): Don't refresh a window forcefully
2010-11-22 Erwan Tulouskins(Win32): Process events in the winProc (instead...
2010-11-22 Erwan Tulouskins2: fix minor artefact with animated image
2010-11-21 Rémi Denis... XDG: wait for end of screensaver preemption before...
2010-11-21 Rémi Denis... Disable screensaver preemption before destroying the...
2010-11-21 Jean-Baptiste... Contribs: Win32 targets reordering, based on types
2010-11-21 Jean-Baptiste... Contribs: update freetype and GnuTLS
2010-11-21 Rémi Denis... Qt4: fix crash regression in 1.1.5 closeAllWindows...
2010-11-21 Rémi Denis... Qt4: cosmetic fixes
2010-11-21 Rémi Denis... Eliminate dead code
2010-11-21 Rémi Denis... libvlc_set_format_callbacks: dynamic video format selection
2010-11-21 Rémi Denis... vmem: set the video format via callback
2010-11-21 Rémi Denis... Qt4: do not crash if the video window is released after...
2010-11-21 Rémi Denis... Qt4: cosmetic + comment
2010-11-20 Pierre d'Herbemontpackage/ios: Improve build.sh.
2010-11-20 Rémi Denis... Use \deprecated explicitly for l_v_get_height and l_v_g...
2010-11-20 Rémi Denis... libvlc_video_set_callbacks: add references
2010-11-20 Rémi Denis... vmem: trivial code factorization
2010-11-20 Ilkka OllakkaQt4: toURI shouldn't need toNativeSeparators()
2010-11-20 Rémi Denis... doc_helper: must be executable, fix Doxygen
2010-11-20 Rémi Denis... Doxyfile: update to version 1.7.1
2010-11-20 Rémi Denis... Improve libvlc_video_set_callbacks documentation
2010-11-19 Rémi Denis... file output: support for writing to an already open...
next