]> git.sesse.net Git - vlc/shortlog
vlc
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
2011-05-05 Rémi Denis... XML: encode C0/C1 control codes correctly (fix #4737)
2011-05-04 Mike HoubenContribs: Updated Sparkle Framework to allow Delta...
2011-05-04 Rémi Denis... Rename vlc_key_t to vlc_action_t
2011-05-04 Pierre Ynarddeinterlace: add missing file to sources
2011-05-04 Pierre YnardOSS: fix Makefile typo
2011-05-03 Pierre Ynardi18n: fix POTFILES list
2011-05-03 Rémi Denis... V4L2: v4l2-dev is not obsolete
2011-05-03 Rémi Denis... config.h must be included first and always
2011-05-03 Jean-Baptiste... MMS: fix a potential crash
2011-05-03 Rémi Denis... Remove references to non-existent Altivec plugins
2011-05-02 Juha Jeronendeinterlace: some more authorship fixes
2011-05-02 Felix Paul... macosx: don't release a window on close, if you want...
2011-05-02 Jean-Baptiste... Qt: fix simple volume alignment
2011-05-02 Felix Paul... macosx_dialog_provider: removed duplicate config_saveConfig
2011-05-02 Felix Paul... macosx: adapted to latest config API changes
2011-05-02 Felix Paul... contribs: fixed TOOLS creation order for Mac
2011-05-02 Rémi Denis... Reset config if module bank works, save config if VLC...
2011-05-02 Juha Jeronendeinterlace: a small factoring to DarkenField() in...
2011-05-02 Juha Jeronendeinterlace: fixed authors for X and the Yadif glue
2011-05-02 Juha Jeronendeinterlace: bugfix to CalculateInterlaceScore()
2011-05-02 Juha Jeronendeinterlace: algo_ivtc.h: typo in comment
2011-05-02 Jean-Baptiste... Mux/Demux avformat: add the "avformat" shortcut
2011-05-02 Rémi Denis... Move common predefined macros to config.h and common.am
2011-05-02 Rémi Denis... Remove some leftovers from pre-libtool era
2011-05-02 Rémi Denis... Remove ugly builtin support
2011-05-02 Rémi Denis... Remove old vlc-config pic
2011-05-02 Rémi Denis... vlc-config: remove unused linkage command
2011-05-01 Rémi Denis... Only check optimization flags when useful
2011-05-01 Rémi Denis... Do not force -O0 with --disable-optimizations
2011-05-01 Rémi Denis... Gather and cleanup debug and profiling configuration
2011-05-01 Rémi Denis... Remove code size optimization
2011-05-01 Rémi Denis... config_StringEscape: iterate through string twice rathe...
2011-05-01 Rémi Denis... OSS: define HAVE_OSS, and disable on Linux by default
2011-05-01 Rémi Denis... ALSA: require alsa-lib on Linux by default if PulseAudi...
2011-05-01 Rémi Denis... PulseAudio: define HAVE_PULSE
2011-05-01 Felix Paul... macosx: fixed corner-case crash
2011-05-01 Felix Paul... avi: don't enable debug in release builds
2011-05-01 Rémi Duraffortfreetype: fix memory leaks.
2011-05-01 Rémi Duraffortfreetype: simplifications.
2011-05-01 Akash MehrotraAdded Force pause, force resume Updated pl_pause to...
2011-05-01 Rémi Denis... deinterlace: u_cpu is used only if MMXEXT can be compiled
2011-05-01 Juha JeronenRefactored deinterlacer module
2011-05-01 Rémi Denis... Revert "deinterlace: u_cpu is used only if MMXEXT can...
2011-05-01 Alexey SokolovFix doxygen command in a comment
2011-05-01 Thierry RedingV4L2: Allow device to be specified with option.
2011-04-30 Felix Paul... macosx: fixed represented file indicator in the vout...
2011-04-30 Felix Paul... macosx: fixed Reveal-in-Finder when path contains space...
2011-04-30 Felix Paul... macosx dialog provider: complete EXTENSION_WIDGET_SPIN_...
2011-04-30 Rémi Denis... swscale_omap: remove dead OMAP2 (really ARMv6) CPU...
2011-04-30 Rémi Denis... Automatically save all configuration items
2011-04-30 Rémi Denis... Use AS_HELP_STRING (partly)
2011-04-30 Rémi Denis... configure: remove redumdant check
2011-04-30 Rémi Denis... Revert "Add an automate variable to detect Android...
2011-04-30 Rémi Denis... Qt4: fix input item now playing
2011-04-30 Rémi Denis... vlc_towc(): unroll multibyte sequence decoding, fix...
2011-04-30 Rémi DuraffortAdd an automate variable to detect Android builb and...
2011-04-30 Rémi Denis... RC: fix format string
2011-04-30 Rémi Denis... RC: fix warning
2011-04-29 Rémi Denis... Remove unused config_SaveConfigFile parameter
2011-04-29 Rémi Denis... podcast: no need to force configuration save
2011-04-29 Rémi Denis... Qt4: no need to save podcast configuration
2011-04-29 Rémi Denis... Really save bookmarks automatically
2011-04-29 Rémi Denis... hotkeys: remove ineffective config save
2011-04-29 Jean-Baptiste... Update NEWS
2011-04-29 Jean-Baptiste... Contribs: fix dvbpsi compilation
2011-04-28 Jean-Baptiste... Qt, playlist: fix copyright and small change
2011-04-28 Jean-Baptiste... Qt, playlist: simplifications
2011-04-28 Laurent AimarCleared render targets only when needed (direct3d).
next