]> git.sesse.net Git - vlc/shortlog
vlc
2009-02-24 Geoffroy CouprieWin32: send crash reports to ftp://crash.videolan.org...
2009-02-24 Rémi Denis... Use a framebuffer whose visual matches that of the...
2009-02-24 Rémi Denis... Get configurations for the screen we do use.
2009-02-24 Rémi Denis... Require a visual since we need one at the next API...
2009-02-24 Rémi Denis... Don't handle impossible error
2009-02-24 Rémi Denis... static const
2009-02-24 Jean-Baptiste... Qt: use the new lock icon.
2009-02-24 Jean-Baptiste... Merge branch 'master' of git@git.videolan.org:vlc
2009-02-24 Jean-Baptiste... Qt: add a new 'lock' icon.
2009-02-24 Jean-Baptiste... Qt: Reset the Open List on acceptance
2009-02-24 Pierre YnardFix inexistant argument
2009-02-24 Rémi Duraffortnotify: use asprintf
2009-02-24 Christophe... Changelogs: we are in 2009
2009-02-24 David Flynnbuild: fix outoftree builds - dont use relative paths...
2009-02-23 Rémi Duraffortncurses: repare some of the locking problem
2009-02-23 Jean-Baptiste... Qt, prefs, global hotkeys configuration, step 1.
2009-02-23 Derk-Jan Hartmanaxe -> axis
2009-02-23 Jean-Baptiste... Forgotten ' ' space in longhelp.
2009-02-23 Jean-Baptiste... Remove one vlc_object_find usage.
2009-02-23 Jean-Baptiste... Qt: Add the hotkeys-mousewheel configuration to simple...
2009-02-23 Jean-Baptiste... Hotkeys: configurability of mousewheel action to stop...
2009-02-23 Rémi Denis... Media meta data support
2009-02-23 Rémi Denis... Media event handling
2009-02-23 Rémi Denis... Move events to a separate file
2009-02-23 Rémi Denis... Simpler and safer event callbacks handling
2009-02-23 Rémi Denis... Centralize run-time library name/path
2009-02-23 Rémi Denis... GetVLCInstance must return an non-abstract typed object ...
2009-02-23 Jean-Baptiste... Add a forgotten file to Modules.am
2009-02-23 Rémi Denis... Copy IPv4 multicast TTL from RTP to RTCP.
2009-02-23 Felix Paul... macosx: display the remaining time if the field was...
2009-02-23 Jean-Baptiste... Qt: rename skip to step to match macos
2009-02-23 Jean-Baptiste... Directory: ignore .ini files.
2009-02-22 Jean-Baptiste... Qt: try to fix the arrow on the open dialog.
2009-02-22 Jean-Baptiste... Qt: fix the weird size of the open dialog.
2009-02-22 Jean-Baptiste... Win32: remember to package skin.dtd and the skin.catalog
2009-02-22 Joseph Tuloucorrects no dtd found when changing skins
2009-02-22 Jean-Baptiste... Qt: Fix error in previous commit .
2009-02-22 Jean-Baptiste... Qt menus: many new accelerators.
2009-02-22 Jean-Baptiste... Default transcoding profiles.
2009-02-22 Jean-Baptiste... Qt, menus: improve the NavigMenu entries.
2009-02-22 Jean-Baptiste... Qt, menus: various changes, speedups and addition to...
2009-02-22 Jean-Baptiste... Qt: provide a way to jump forward and backward programa...
2009-02-22 Derk-Jan HartmanRemove access-filter timeshift from OSX open dialog.
2009-02-22 Rémi Denis... I wonder why use a libvlc_time_t for a boolean variable...
2009-02-22 Rémi Denis... Don't use repeat the same adverb twice
2009-02-22 Rémi Denis... Low-level support for events attaching/detaching
2009-02-22 Rémi Denis... Version informations
2009-02-22 Rémi Denis... Use @see instead of @ref
2009-02-22 Jean-Baptiste... Qt: systray, don't show the tooltip on right-click...
2009-02-22 Geoffroy CouprieWinCE: add mingw32ce to the list of build systems
2009-02-22 Rémi Duraffortcmml: less includes.
2009-02-22 Rémi Duraffortrc: factorisation
2009-02-22 Rémi Duraffortxosd: simplification.
2009-02-22 Rémi Duraffortxosd: use a condition variable instead of a sleep.
2009-02-22 Rémi Denis... Add media and player state support
2009-02-22 Rémi Denis... Add a main page to the documentation
2009-02-22 Rémi Denis... Do not leak native exception through our API users.
2009-02-22 Rémi Denis... Separate MemoryHandle and StringHandle
2009-02-22 Rémi Denis... Documentation
2009-02-22 Rémi Denis... Fix HTTPd unused parameter warnings (on some compilers)
2009-02-21 Rémi Duraffortrc: remove one vlc_object_find.
2009-02-21 Rémi Duraffortxosd:
2009-02-21 Joseph Tulouplaylist locking forgotten (causes PL_ASSERT_LOCKED...
2009-02-21 Felix Paul... added support for -O4 when compiling with --disable...
2009-02-21 Rémi Denis... Cleanup IDisposable support
2009-02-21 Rémi Denis... Provide the exception code, handle lack of message.
2009-02-21 Tomáš Chvátall10n: Czech update
2009-02-21 Rémi Denis... Basic tests for the media player, fix time units
2009-02-21 Rémi Denis... Cleanup test cases
2009-02-21 Rémi Denis... Mostly implement media player
2009-02-21 Rémi Denis... Update version and copyright. This depends on VLC 1...
2009-02-21 Rémi Denis... Extend Media class
2009-02-21 Rémi Denis... Safe handle class for LibVLC heap allocation
2009-02-21 Rémi Denis... libvlc_free: wrapper around free() when the C run-time...
2009-02-21 Rémi Denis... Cleanup media player
2009-02-21 Rémi Denis... Fix documentation
2009-02-21 Rémi Denis... Explicit native exception methods scope
2009-02-21 Rémi Denis... Cleanup instance and media class
2009-02-21 Jean-Baptiste... Qt: deactivate the encryption functionnality until...
2009-02-21 Jean-Baptiste... Qt: display a locker in the statusBar when encryption...
2009-02-21 Felix Paul... contribs: the vlc-lib is non-existant nowadays
2009-02-21 Felix Paul... contribs: be sexy by default aka apply -DNDEBUG
2009-02-21 Felix Paul... contribs: use a specific pre-release version of LibSDL...
2009-02-21 Jean-Baptiste... Qt reverse for trickplay: show the button by default...
2009-02-21 Jean-Baptiste... More NEWS.
2009-02-21 Rémi Denis... Support for opening any file descriptor with fd://
2009-02-21 Jean-Baptiste... Qt: reverse Button.
2009-02-21 Rémi Denis... Update HACKING
2009-02-20 Felix Paul... fixed make dist
2009-02-20 Felix Paul... macosx: improved font selection in the simple prefs...
2009-02-20 Felix Paul... contribs: remove non-working compilation support for...
2009-02-20 Felix Paul... macosx: set llvm-gcc as the default compiler for the...
2009-02-20 Rémi Denis... libxml: fix plugin re-entrancy - refs #2541
2009-02-20 Frédéric CrozatFix format-security warnings
2009-02-20 Rémi Denis... Unused variable
2009-02-20 Jean-Paul SamanRevert "mozilla: video is displayed again"
2009-02-20 Jean-Paul Samanlua playlist: add playlist parser for Anevia Toucan...
2009-02-20 Jean-Paul Samanrc: add missing playlist_Lock()/playlist_Unlock() for...
2009-02-20 Jean-Paul Samanrc: "state" does not return playlist_status_t but input...
2009-02-20 Rémi Denis... Remove silly cast
next