]> git.sesse.net Git - vlc/shortlog
vlc
2009-04-13 Felix Paul... macosx: compile code explictly for the required archite...
2009-04-13 Felix Paul... contribs: don't compile ffmpeg with mdynamic-no-pic...
2009-04-13 Laurent AimarImproved a52 in wav detection robustness.
2009-04-13 Laurent AimarSplit out a52 parsing functions into a52.h
2009-04-13 Rémi Denis... Don't try to lock locked mutexes under valgrind
2009-04-13 Rémi Denis... De-inline vlc_assert_locked()
2009-04-13 Laurent AimarFixed an incorrect read() error handling (http access).
2009-04-13 Felix Paul... contribs: binary package 6 is up for ppc
2009-04-13 Laurent AimarFixed some AC3 file playback with a52 audio filter.
2009-04-13 Felix Paul... contribs: fix libcaca compilation on OSX/PPC
2009-04-13 Felix Paul... contribs: remove no longer needed swscale patch
2009-04-13 Felix Paul... Revert [832ce82dac31f15dca7b734c7df7c943ea652bd6] as...
2009-04-13 Felix Paul... contribs: fixed liboil compilation on PPC machines
2009-04-13 Laurent AimarAdded support for buggy SubRip files that use dot inste...
2009-04-13 Felix Paul... contribs: use yasm on PPC-Darwin, too
2009-04-13 Felix Paul... contribs: use gnu main server instead of esat, as it...
2009-04-13 Felix Paul... macosx: work-around a deprecated method and ask the...
2009-04-12 Felix Paul... macosx: fix copy/paste error
2009-04-12 Pierre d'Herbemontgui/*macosx: Don't rely on carbon or on old non 64...
2009-04-12 Felix Paul... macosx: get rid of the infamous 'get' prefixes everywhe...
2009-04-12 Felix Paul... macosx: experimental 64bit support
2009-04-12 Felix Paul... configure: default disable the deprecated quicktime...
2009-04-12 Laurent AimarFixed segfault with some dvd subttile streams.
2009-04-12 Laurent AimarAlways use swab.
2009-04-12 Laurent AimarImplemented replacement for swab.
2009-04-12 Felix Paul... contribs: updated binary package for Mac OS X (i686...
2009-04-12 Felix Paul... contribs/ffmpeg: apply ppc-only patches on ppc only...
2009-04-12 Felix Paul... contribs: compile ffmpeg for Intel core2 on Darawin 10
2009-04-12 Felix Paul... macosx: let the about window show whether VLC runs...
2009-04-12 Rémi Denis... Remove unused vlc_(send|recv)msg
2009-04-12 Rémi Denis... Fix C++ linking
2009-04-11 Pierre d'Herbemontmacosx/framework: Back in business.
2009-04-11 Pierre d'HerbemontUse the nsobject for minimal_macosx.
2009-04-11 Pierre d'Herbemontlibvlc: Export _get/set_nsobject.
2009-04-11 Rémi Denis... Typo
2009-04-11 Rémi Denis... Win32: use the destructor function for TLS (fixes ...
2009-04-11 Rémi Denis... vlc_thread_fatal is not needed on production builds
2009-04-11 Rémi Denis... libvlc.dll needs libcompat.la
2009-04-11 Rémi Denis... Preprocessor is sufficient for mingw-runtime check
2009-04-11 Rémi Denis... Fix strcasestr replacement
2009-04-11 Rémi Denis... Deinline vlc_threadvar_(|s)get and kill useless indirection
2009-04-11 Rémi Denis... typo
2009-04-11 Rémi Denis... Rationalize string
2009-04-11 Jean-Philippe... Fix object leak (1 from my previous commit + 2 others)
2009-04-11 Jean-Philippe... Fix segfault: press Shift+A without an opened AOUT...
2009-04-11 Jean-Philippe... Qt: toggle minimal view should not change the interface...
2009-04-11 Jean-Philippe... Qt: no popup menu over the status bar and menu bar
2009-04-10 Rémi Denis... Remove buggy and unused vlc_wraptext()
2009-04-10 Derk-Jan Hartmanmacosx: fix compilation error introduced in [5c30d75fcc...
2009-04-10 Derk-Jan Hartmanmkv: remove unmatche #endif introduced [b870bc9ddf45f01...
2009-04-10 Rémi Denis... Merge branch 'master' of git@git.videolan.org:vlc
2009-04-10 Rémi Denis... Move remaining replacement to static import library
2009-04-10 Rémi Denis... Mention which standard replacements follow
2009-04-10 Felix Paul... macosx: NSApplication was subclassed in [408f769e5768bf...
2009-04-10 Rémi Denis... Avoid alloca()
2009-04-10 Rémi Denis... Use stack array rather than alloca
2009-04-10 Rémi Denis... Remove useless bsearch check
2009-04-10 Rémi Denis... Start moving replacement functions to a static import...
2009-04-10 Rémi Denis... Remove unused scandir check
2009-04-10 David Flynnwin32: delete old *printf fixup code.
2009-04-10 David Flynnwin32: Fix *printf & require mingw32-runtime version...
2009-04-10 David FlynnRevert "Revert "win32: remove old attempts to define...
2009-04-10 David Flynncontrib: fix building static liboil
2009-04-10 Rémi Denis... Remove useless check for time.h
2009-04-10 Rémi Denis... Remove useless (partially used) check for stdint.h
2009-04-10 Rémi Denis... Remove unused check for sys/sockio.h
2009-04-10 Rémi Denis... Remove useless (very partially used) check for errno.h
2009-04-10 Rémi Denis... Remove unused check for stdbool.h
2009-04-10 Rémi Denis... Remove unused check for wchar.h
2009-04-10 Rémi Denis... Remove unused check for sys/int_types.h
2009-04-10 Rémi Denis... Remove useless check for inttypes.h
2009-04-10 Rémi Denis... Remove useless check for (C89) <signal.h>
2009-04-10 Felix Paul... macosx: implement controll support for the Media Keys...
2009-04-10 Felix Paul... macosx: fixed crash in case either psz_module or psz_ms...
2009-04-09 Jean-Baptiste... Qt4: correct fix for Hotkeys preferences.
2009-04-09 Jean-Baptiste... Contribs: live-win32-nonblock.patch is unneeded now...
2009-04-09 Jean-Baptiste... Revert "win32: fix %zu fixups - dont use mingw's vsnprintf"
2009-04-09 Jean-Baptiste... Revert "win32: vlc_fix_format_string - various fixes"
2009-04-09 Jean-Baptiste... Revert "win32: make vlc_vsnprintf more like c99 vsnprintf"
2009-04-09 Jean-Baptiste... Revert "win32: remove old attempts to define snprintf...
2009-04-09 Jean-Baptiste... Revert "Qt: fix crashes possible in Hotkey settings."
2009-04-09 Laurent AimarImproved wav multichannel support.
2009-04-09 Rémi Denis... Compile fix
2009-04-09 Jean-Baptiste... Qt: fix crashes possible in Hotkey settings.
2009-04-09 Rémi Denis... XCB: resize support
2009-04-09 Rémi Denis... X11 common: code factorization
2009-04-09 Rémi Denis... xcb_window: implement VOUT_SET_SIZE
2009-04-09 Jean-Baptiste... Contrib: Force schroedinger to be mono-threaded, until...
2009-04-09 Felix Paul... macosx: updated window styles for VLCControllerWindow...
2009-04-09 Rémi Denis... Add vlm_MessageSimpleNew with --disable-vlm
2009-04-08 Laurent AimarFixed spu_t attach/detach sequence.
2009-04-08 Laurent AimarFixed sanetizing of file name in input_CreateFilename.
2009-04-08 Laurent AimarWarned about unused filename_sanitize result.
2009-04-08 Laurent AimarFixed integer overflow in avi index creation.
2009-04-08 Rémi Denis... Improve debug
2009-04-08 Rémi Denis... Cosmetic
2009-04-08 Rémi Denis... Forcefully update file size if read data past the forme...
2009-04-08 Rémi Denis... Reading regular and block files can always be paced
2009-04-08 Felix Paul... avi: set title instead of message. This looks better...
2009-04-08 Felix Paul... macosx: make sure that 'dialog-progress-bar' and 'dialo...
next