]> git.sesse.net Git - vlc/shortlog
vlc
2011-05-11 Rémi Denis... flockfile stub
2011-05-11 Rémi Denis... Only take top-most object message header
2011-05-11 Rémi Denis... No need to copy module in message item
2011-05-11 Rémi Denis... Allocate message item on the stack
2011-05-11 Rémi Denis... constify
2011-05-11 Rémi Denis... Use copy/free paradigm rather than hold/release for...
2011-05-11 Rémi Denis... Remove unused msg_item_t.date
2011-05-11 Rémi Denis... Remove write-only change_need_restart()
2011-05-11 Jean-Paul Samanstream_filter/httplive.c: #EXTINF: accepts integer...
2011-05-11 Jean-Paul Samanstream_filter/httplive.c: Remove stream_t* argument...
2011-05-11 Jean-Paul Samanstream_filter/httplive.c: split up parse_SegmentationIn...
2011-05-10 Jean-Baptiste... Qt, playlist view: code simplification
2011-05-10 Rémi Denis... amem: i_nb_samples is unsigned, no need for size_t
2011-05-10 Jean-Baptiste... NEWS: Mention amem and new libvlc functions
2011-05-10 Rémi Denis... Add libvlc functions for custom audio output
2011-05-10 Rémi Denis... Add virtual audio output plugin
2011-05-10 Rémi Denis... libvlc_clock, libvlc_delay: expose LibVLC clock for...
2011-05-10 Rémi Denis... Alias vlc_memset() to memset()
2011-05-10 Jean-Baptiste... Qt, recents: elide on display in the menu, not at creation
2011-05-10 Jean-Baptiste... Revert "Qt, recents: elipse on the left the mrl"
2011-05-09 Jean-Baptiste... Qt, selector: don't rebuild the model when not necessary...
2011-05-09 Jean-Baptiste... Qt, recents: elipse on the left the mrl
2011-05-09 Rémi Denis... vlc_module_create(): remove useless parameter
2011-05-09 Rémi Denis... Remove module_t.b_submodule
2011-05-09 Rémi Denis... Do not cache b_submodule
2011-05-09 Rémi Denis... Remove endianess and type sizes from plugin name
2011-05-09 Rémi Denis... Remove CPU capability from the plugin cache path
2011-05-09 Rémi Denis... Remove plugin directory per CPU capability hack
2011-05-09 Rémi Denis... Checks for CPU capability at run-time (on x86 and PPC)
2011-05-09 Felix Paul... contribs: another bin package update for Mac
2011-05-09 Rémi Denis... Do not pass -mmmx or -msse2 to the compiler
2011-05-09 Rémi Denis... Test SSE compiler support on all IA32 architectures...
2011-05-09 Jean-Baptiste... Freetype: use add_loadfile when fontconfig|win32 is...
2011-05-09 Jean-Baptiste... lua, host: remove trailing spaces
2011-05-09 Jean-Baptiste... Qt: rename variable for consistency
2011-05-09 Jean-Baptiste... Qt: fix build with --disable-media-library
2011-05-09 Jean-Baptiste... Qt: try to enable PL/ML switching
2011-05-09 Jean-Baptiste... Qt: allow SQL-ML configuration
2011-05-09 Jean-Baptiste... Qt: MLModel creation and assignation
2011-05-09 Jean-Baptiste... Qt, selector: Signal renaming to avoid Qt confusion
2011-05-09 Jean-Baptiste... Qt, selector: activate the SQL ML
2011-05-09 Dominique Martinetcontrib: build libgsm with -fPIC
2011-05-09 Dominique Martinetcontrib: have gettext (.intl) depend on iconv
2011-05-09 Jean-Baptiste... Win32: 1.2 wants dvd:///D: not dvd://D:
2011-05-09 Jean-Baptiste... DVDnav: fix .ifo files opening
2011-05-08 Jean-Baptiste... Configure: fix xml2 detection for libbluray
2011-05-08 Pierre Ynardcontribs: remove unused files
2011-05-08 Jean-Baptiste... Win32: update default configure script
2011-05-08 Jean-Baptiste... COnfigure: libbluray depends on libxml2 for now
2011-05-08 Jean-Baptiste... Contribs: remove unused packages
2011-05-08 Pierre Ynardcontribs: fix portaudio rules
2011-05-08 Jean-Baptiste... Contribs: update portaudio to the latest stable snapshot
2011-05-08 Laurent AimarDo not used vlc_thread_create() in input/es_out_timeshift.c
2011-05-08 Rémi Denis... dvdnav: only try to regular files matching *.iso (fix...
2011-05-08 Rémi Denis... dvdnav: skip probing if forced and do not accept "file://"
2011-05-08 Jean-Baptiste... Contribs: upgrade libdvbpsi to 0.2.0
2011-05-08 Jean-Baptiste... Contribs: update zvbi to 0.2.33
2011-05-08 Jean-Baptiste... Contribs: fix orc stdint weird inclusions in 0.4.14
2011-05-08 Laurent AimarDo not used vlc_thread_create() in input/decoder.c
2011-05-08 Pierre Ynardcontrib: don't include config.h in installed pthread.h
2011-05-08 Pierre YnardRevert "Contribs: don't allow pthread to use config.h"
2011-05-08 Jean-Baptiste... Contribs: update modplug
2011-05-08 Laurent AimarSerialized libmodplug loading code.
2011-05-08 Jean-Baptiste... Configure: more information about missing fontconfig...
2011-05-08 Jean-Baptiste... Contribs: don't allow pthread to use config.h
2011-05-08 Jean-Baptiste... Audiobar: remove trailing whitespace
2011-05-08 Jean-Baptiste... Remove tabs in headers
2011-05-08 Pierre Ynardcontribs: fix cross-compilation of lua
2011-05-07 Rémi Denis... Rename VLC_{PUBLIC,DEPRECATED}_API to LIBVLC_{API,DEPRE...
2011-05-07 Rémi Denis... Rename LIBVLC_* function attributes to VLC_* within...
2011-05-07 Felix Paul... contribs: fixed typo
2011-05-07 Felix Paul... contribs: updated binary package for Mac OS X
2011-05-07 Felix Paul... contribs: another iconv hack for fontconfig
2011-05-07 Felix Paul... contribs: updated liborc to fix schroedinger compilation
2011-05-07 Felix Paul... contribs: hack to ensure libcdio creates proper la...
2011-05-07 Felix Paul... contribs: fixed libcdio linking on Mac OS X 10.6 and...
2011-05-07 Rémi Denis... config.h MUST ALWAYS BE INCLUDED _FIRST_! Fix Windows...
2011-05-07 Rémi Denis... Mark other symbols as hidden
2011-05-07 Rémi Denis... Mark exported symbols with default visibility on GCC 4
2011-05-07 Rémi Denis... Do not use internal libvlc symbol outside of libvlc
2011-05-07 Rémi Denis... Deprecate vlc_object_kill(). There are several safer...
2011-05-07 Rémi Denis... Replace VLC_EXPORT macro with a simple prefix, VLC_API
2011-05-07 Katsushi Kobayashiqtcapture: implement video capture device selection
2011-05-07 Katsushi Kobayashiqtcapture: added support for all QTKit-compatible video...
2011-05-07 Felix Paul... macosx: we still don't want to strip non-existant debug...
2011-05-07 Rémi Denis... Remove invalid use of VLC_EXPORT
2011-05-07 Felix Paul... deinterlace: fix compilation on Mac OSX 10.5, for which...
2011-05-07 Felix Paul... dvdnav: compilation fix
2011-05-07 Rémi Denis... Win32 R/W locks: fix/add comments, add asserts
2011-05-07 Rémi Denis... vlc_cond_wait() does not return any value
2011-05-07 Rémi Denis... dvdnav: cleanup probing
2011-05-07 Rémi Denis... dvdnav: remove useless parameter
2011-05-06 Rafaël Carréncurses: fix display glitch in stats/info/meta boxes
2011-05-06 Felix Paul... macosx: added a track synchronization panel
2011-05-06 Felix Paul... deinterlace: compilation fix
2011-05-05 Rémi Denis... IVTC: fix undefined arithmetic
2011-05-05 Benjamin Drunglibpulse_plugin: Fix linking against pulseaudio.
2011-05-05 Jean-Baptiste... Authors: add Juha Jeronen
2011-05-05 Jean-Baptiste... Update LIST
2011-05-05 Rémi Denis... XML: test case for C0/C1 control codes encoding
next