]> git.sesse.net Git - vlc/shortlog
vlc
2008-02-25 Rémi Denis... - Don't put private system_* header in public
2008-02-25 Rémi Denis... Revert [25316] for now - need to think about this
2008-02-25 Jean-Baptiste... XvMC - Remove warnings (only unused parameters and...
2008-02-25 Pierre d'Herbemontcontrol/testapi.c: Nicer log() output.
2008-02-25 Pierre d'HerbemontForgotten files in previous commit.
2008-02-25 Pierre d'Herbemontmisc/events.c: Fix a case about a callback non being...
2008-02-25 Pierre d'Herbemontcontrol/event.c: Make it pass the unit tests.
2008-02-25 Jean-Baptiste... Xvmc: fix xvmc compilation on x86_64. Patch by eMPee584
2008-02-25 Jean-Baptiste... XvMC: revert [25318] and do it in a better way. Remove...
2008-02-25 Jean-Baptiste... XvMC: possible fix compilation. Who uses that anyway ?
2008-02-25 Rémi Denis... Fix a long-standing missing dependency of vlc upon...
2008-02-25 Rémi Denis... Don't look for plugins from the current working directory.
2008-02-25 Rémi Denis... Bring a non-installed ./vlc script that loads plugins...
2008-02-25 Pierre d'Herbemontcontrol/event.c: Use vlc_array_t instead of the macros.
2008-02-25 Rémi Denis... svn:ignore
2008-02-25 Pierre d'Herbemonttestapi.c: Test libvlc's events.
2008-02-25 Rémi Denis... More vlc to src/ (yes, I know this screws up things).
2008-02-25 Rémi DuraffortDelete unneeded instruction from a loop
2008-02-25 Rafaël Carréextract early attachment:// art
2008-02-25 Rémi Denis... Typo
2008-02-25 Rémi Denis... Use %m on GLIBC to work-around strerror_r prototype...
2008-02-25 Rafaël Carréfix #1461
2008-02-25 Rafaël Carréuse strerror_r() which is guaranteed to be thread safe...
2008-02-25 Pierre d'Herbemontmisc/threads.c: Fix error description printing in vlc_p...
2008-02-25 Jean-Paul SamanFix i386-Win32Cross-Trunk compilation.
2008-02-25 Jean-Baptiste... Qt4 - remove some unused code.
2008-02-25 Jean-Baptiste... Qt4 - Fix art display in the bgWidget, fix one volume...
2008-02-25 Jean-Baptiste... Qt4 - SPrefs, add an option for saving volume on exit...
2008-02-25 Jean-Baptiste... Qt4 - Input Manager: cleanup, fix behaviour of enableVi...
2008-02-25 Jean-Baptiste... Qt4 - Remove stupid this->
2008-02-25 Jean-Baptiste... Qt4 - Better behaviour for the left panel of the playlist.
2008-02-25 Jean-Baptiste... Qt4 - documentation on includes priorities.
2008-02-25 Jean-Baptiste... Update - avoid a segfault if the error is triggered...
2008-02-25 Jean-Paul SamanRemove trailing whitespace.
2008-02-25 Jean-Paul SamanRefactor mozilla toolbar code. There are still a few...
2008-02-25 Jean-Paul SamanFixed another crash with fullscreen in mozilla toolbar.
2008-02-25 Jean-Paul SamanCleanup and fix crash when plugin wasn't playing.
2008-02-25 Rafaël Carrécosmetics + evil (?) -> hack (objective C definitely...
2008-02-25 Rafaël Carréignore xcode3 local files
2008-02-25 Rafaël Carréfix update code in macosx gui
2008-02-24 Rafaël Carréfix previous commit
2008-02-24 Rafaël Carrémake incorrect uses of free() and malloc() call abort...
2008-02-24 Pierre d'Herbemontcontrib: s/cmake/CMake/
2008-02-24 Rafaël Carrédon't duplicate sha1 hashes with strdup() (not \0 termi...
2008-02-24 Pierre d'Herbemontcontrib: Use qt4_win32 with respects to qt4_mac in...
2008-02-24 Christophe... Slovak translation update by Marián Hikaník
2008-02-24 Pierre d'Herbemontmacosx/vlc_app: Display an indicator when waiting for...
2008-02-24 Pierre d'Herbemontqt4: Finish res.qrc->vlc.qrc renaming. (Fix podcast...
2008-02-24 Rémi DuraffortAdd some doxygene comments
2008-02-24 Pierre d'Herbemontcmake: Use CMAKE_CURRENT_BINARY_DIR for tests files.
2008-02-24 Pierre d'Herbemontgui/macosx/interaction.m: Don't destroy twice the window.
2008-02-24 Rafaël Carréremove buggy and inconsistent intf-switch
2008-02-24 Rafaël Carréforward port [25261]
2008-02-23 Pierre d'Herbemontmodules/gui/macosx.m: Make sure the module will termina...
2008-02-23 Pierre d'Herbemontcmake: Don't use poll() on Mac OS X, as it can't poll...
2008-02-23 Pierre d'Herbemontvlc.c: Attempt to kill VLC again if Ctrl-C is hit again...
2008-02-23 Pierre d'Herbemontvlc.c: Make sure exiting after two Ctrl-C is instantane...
2008-02-23 Pierre d'Herbemontprojects/mozilla: Use an hyphen in "plug-in". This...
2008-02-23 Pierre d'Herbemontcmake: Add qt4 resources. Enable qt4 plugin compilation...
2008-02-23 Pierre d'Herbemontqt4: Rename res.qrc to vlc.qrc to match default cmake...
2008-02-23 Pierre d'Herbemontcmake: Forgotten config/intf.c in libvlc target.
2008-02-23 Pierre d'Herbemontcmake: Use latest CVS version.
2008-02-23 Pierre d'Herbemontcmake: .moc.cpp compilation fixes.
2008-02-22 Christophe... Distribute contrib/src/Distributions
2008-02-22 Rafaël CarréSupports vorbis audio in avi container (refs #224)
2008-02-22 Pavlov Konstantinpulseaudio plugin needs 0.9.8 at least.
2008-02-21 Christophe... Some OSes don't have posix_fadvise
2008-02-21 Pierre d'Herbemontcmake: Fix PACKAGE_VERSION_* as pointed by jpeg.
2008-02-21 Pierre d'Herbemontcmake: Defines PACKAGE_VERSION_* as pointed by jpeg.
2008-02-21 Rémi Denis... Debug the debug
2008-02-21 Rémi Denis... We also read memory mapping sequentially (well, this...
2008-02-21 Rémi Denis... Tell the OS we mostly reqd files sequentially
2008-02-21 Rémi Denis... Don't use char * to point to const char *, fix a memlea...
2008-02-21 Rémi Denis... Remove no-ops
2008-02-21 Rémi Denis... Add flags when adding an input item option
2008-02-21 Rémi Denis... Fix linking
2008-02-21 Rémi Denis... Unexport var_OptionParse
2008-02-21 Rémi Denis... Remove useless check
2008-02-21 Damien Fouilleullibmp4: removed the 'France' option, who cares ?
2008-02-21 Rémi DuraffortComments to make doxygen happy
2008-02-21 Damien Fouilleullibvlc: document that libvlc_new() MUST have a program...
2008-02-21 Damien Fouilleullibvlc: revert [22749], useless, breaks plugins
2008-02-21 Rafaël Carréminimal_macosx need to run on the 1st thread to be...
2008-02-21 Rafaël Carrécontrbis: update svn:ignore for new targets
2008-02-21 Rafaël Carréprefer macosx interface over qt4
2008-02-21 Damien Fouilleulactivex: oops, used duplicate id for BITMAP resource
2008-02-21 Jean-Baptiste... Qt4 - Playlist: fix the resizing of the QSPlitter conta...
2008-02-21 Jean-Baptiste... Qt4 - IM. cosmetic.
2008-02-21 Jean-Baptiste... Qt4 - change severity of debug.
2008-02-21 Jean-Baptiste... Qt4 - try to reset the Rate when input is done.
2008-02-21 Rafaël Carrésvn:keywords
2008-02-21 Rafaël Carréfix dailymotion parser, choosing VP6 as the default...
2008-02-21 Pierre d'Herbemontcmake: Fix qt4 linking and moc.
2008-02-20 Damien Fouilleullibvlc.c: fix invalid destroy of unitialized timer_lock...
2008-02-20 Damien Fouilleulmacosx: fix compile/runtime warnings
2008-02-20 Damien FouilleulMacOSX: fix macosx-embedded -> embedded-video migration
2008-02-20 Pierre d'Herbemontcmake: Enable asf by default.
2008-02-20 Rafaël Carréfix youtube parsing
2008-02-20 Rémi DuraffortSome comments to have a better doxygen documentation
2008-02-20 Rémi Denis... Fix linking of libvlc
next