]> git.sesse.net Git - vlc/shortlog
vlc
2008-05-26 Antoine CellerierFix --enable-lua flag description in configure.ac
2008-05-26 Antoine CellerierFix pkg-config based libswscale detection tests.
2008-05-26 Antoine CellerierRemove unused variable.
2008-05-26 Pierre d'Herbemontlibvlc: libvlc_vlm_get_media_instance_* is in header...
2008-05-26 Pierre d'Herbemontlibvlc: Remove libvlc_event_(init|fini) as they were...
2008-05-26 Pierre d'Herbemontlibvlc: Prefix internal function with VLC_PRIVATE_API.
2008-05-26 Pierre d'HerbemontRevert "Remove VLC_PRIVATE_API"
2008-05-26 Antoine CellerierImplement partial screen capture for x11. Feel free...
2008-05-26 Rafaël CarréDo not malloc(0) - to make valgrind not report 0 byte...
2008-05-26 Ilkka Ollakkamodify logger-module rrd-output to use time for timesta...
2008-05-26 Rafaël CarréPDA intf: clean up
2008-05-26 Pierre d'Herbemontqtcapture: Don't use the pts provided by qtkit. I don...
2008-05-26 Pierre d'Herbemontqtcapture: Fix a warning.
2008-05-26 Pierre d'Herbemontqtcapture: Tab fixes, plus attempt to get the real...
2008-05-26 Pierre d'Herbemontqtcapture: statification and comment.
2008-05-26 Pierre d'Herbemontqtcapture: msg_Err->msg_Dbg
2008-05-26 Pierre d'Herbemontqtcapture: New access_demux module (QTKit based) to...
2008-05-25 Antoine CellerierTake program prefix and suffix into account in the...
2008-05-25 Jean-Baptiste... GNUTls fixed the vasprintf bug. No need to delete the...
2008-05-25 Felix Paul... Added ChangeLog info
2008-05-25 Antoine CellerierAdd UYVY to the list of chromas tried by default in...
2008-05-25 Rémi Denis... access_out_file: fix append mode, relax stdout support...
2008-05-25 Rafaël CarréOption to link ffmpeg plugin with libdca when using...
2008-05-25 Rémi Denis... Fix va_start invocation
2008-05-25 Rafaël CarréWe don't use paranoia_mode_t if libcdio <= 0.72
2008-05-25 Rafaël CarréPARANOIA_MODE_* were introduced in libcdio 0.72
2008-05-25 Rémi Denis... Remove audio output recycling support. It kept crashing.
2008-05-24 Rémi Denis... VLC_EXPORT is meant for libvlccore, not libvlc-control
2008-05-24 Rémi Denis... More symbols fixes
2008-05-24 Rémi Denis... Remove non-sensical connect->listen transition
2008-05-24 Rémi Denis... Don't parse no options
2008-05-24 Rémi Denis... Inline and fix some linking errors
2008-05-24 Rafaël CarréFix rtmp access_output building
2008-05-24 Rafaël CarréC++ needs explicit casting
2008-05-24 Miguel Angel... RTMP access output module
2008-05-24 Jean-Baptiste... Thanks for MMS/TCP patch.
2008-05-24 Felix Paul... Added another couple of missing symbols.
2008-05-24 Felix Paul... Updated the symbols
2008-05-24 Felix Paul... Add GNU Make 3.81 for Darwin 8
2008-05-24 Felix Paul... Disable the default compilation of cmake as its support...
2008-05-24 Rémi Denis... Fix win32 linking
2008-05-24 Rémi Denis... vlc_scandir: remove (dead) code
2008-05-24 Rémi Denis... Simplify, fix and inline strcasecmp and strncasecmp
2008-05-24 Rémi Denis... VLC update: provide stubs
2008-05-24 Rémi Denis... Inline strnlen() and use it
2008-05-24 Rémi Denis... Try to fix make check
2008-05-24 Rémi Denis... Provide default for vlc_pthread_fatal
2008-05-24 Rémi Denis... Inline atoll and atof
2008-05-24 Rémi Denis... Inline strdup, strndup, lldiv and getenv
2008-05-24 Rémi Denis... provide default block_mmap_Alloc
2008-05-24 Rémi Denis... Fix header problem
2008-05-24 Rémi Denis... vlc_wclosedir is still needed on Windows
2008-05-24 Rémi Denis... Remove VLC_INTERNAL
2008-05-24 Rémi Denis... Win32 vlc_w.*dir: declare internally
2008-05-24 Rémi Denis... vlc_.*dir: declare internally, as it's only used with...
2008-05-24 Rémi Denis... vlc_current_charset: declare internally
2008-05-24 Rémi Denis... vlc_fix_readdir: declare internally
2008-05-24 Rémi Denis... seekdir, telldir: unused, remove
2008-05-24 Rémi Denis... Remove VLC_PRIVATE_API
2008-05-24 Rémi Denis... -export-dynamic is no sense for libs, use -export-symbo...
2008-05-24 Pierre d'Herbemonttranscode: If no module is explicitely selected, print...
2008-05-24 Pierre d'Herbemonttranscode: When failing also print the fourcc we were...
2008-05-24 Pierre d'Herbemonttranscode: Put more details in error messages.
2008-05-23 Pierre d'HerbemontRevert "stats: Don't crash if there is no timer to...
2008-05-23 Pierre d'Herbemonttranscode: One more occurence of pf_encode_video()...
2008-05-23 Jean-Baptiste... Thanks.
2008-05-23 Jean-Baptiste... Cosmetic et metadata fixes.
2008-05-23 Wang Boreal file index and seek
2008-05-23 Pierre d'Herbemontconfig: Clean up for the -psn cmd line argument case...
2008-05-23 Pierre d'Herbemonttranscode: Measure the time taken to encode one audio...
2008-05-23 Pierre d'Herbemontstats: Don't crash if there is no timer to dump.
2008-05-23 Rémi Denis... VLC: remove win32 stuff
2008-05-23 Rémi Denis... Separate and refactor the win32 main code
2008-05-23 Rémi Denis... Code factorization
2008-05-23 Rafaël CarréBe lazy : let modules do what they want with stats...
2008-05-23 bl4mms/tcp: send requested media file path to the server...
2008-05-23 Antoine CellerierDon't do pts changes to telx blocks if we're not runing...
2008-05-23 Rafaël CarréHelp to fight NULL pointer dereference in stats
2008-05-23 Rafaël CarréAdd gtk2 cflags/libs to gtk2_main
2008-05-23 Felix Paul... Fix linking when compiling with enabled update checker
2008-05-23 Felix Paul... We need xlocale.h here too
2008-05-23 Felix Paul... Include xlocale.h on OS X for locale_t
2008-05-23 Antoine CellerierKeep a good rendering quality when rendering zvbi subs...
2008-05-23 Antoine CellerierFix the display date in zvbi.
2008-05-23 Antoine CellerierOnly keep the full pes packet if using the zvbi teletex...
2008-05-22 Alexis BallierFix wx build
2008-05-22 Rémi DuraffortCheck malloc return value when needed and don't print...
2008-05-22 Rémi Denis... Use netinet macros instead of pointer access
2008-05-22 Rémi Denis... Fix vlc_threadvar_delete
2008-05-22 Rémi Denis... Remove (hopefully) unused #include
2008-05-22 Rémi Denis... Remove THREAD_COND_TIMEOUT
2008-05-22 Rémi Denis... Provide vlc_gettext on all platforms
2008-05-22 Rémi Denis... Move _ and N_ to the right header
2008-05-22 Rémi Denis... Remove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-22 Rémi Denis... Make config_GetHomeDir return a const string too
2008-05-22 Rémi Denis... Store the home directory statically, as it cannot change
2008-05-22 Rafaël CarréWorkaround f*cked up iTunes
2008-05-22 Rémi Denis... If uselocale() is absent, assume libc does no localization
2008-05-22 Rémi Denis... Put the _same_ _platform-independent_ stuff in the...
2008-05-22 Rémi Denis... Use the same directory layout on all platforms.
next