]> git.sesse.net Git - vlc/shortlog
vlc
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.
2008-05-22 Rémi Denis... No need for huge automake if's
2008-05-22 Rémi Denis... Split directory handling and core configuration
2008-05-22 Rémi Denis... Cosmetic
2008-05-22 Jean-Baptiste... GnuTLS and libgcrypt bump from 2.2.2 to 2.2.5 and 1...
2008-05-21 Jean-Baptiste... Update NEWS and interface string about the latest parsi...
2008-05-21 Rémi Denis... us_strtod: do not make any kludgy assumptions about...
2008-05-21 Rémi Denis... Don't rely on scanf when parsing floats from files
2008-05-21 Christophe... Win32 also has and needs fcntl.h
2008-05-21 Rémi Denis... Remove unused i18n_atof
2008-05-21 Rémi Denis... VLM: use american numbers too here
2008-05-21 Rémi Denis... Parse vlcrc following American standards for numbers
2008-05-21 Rafaël CarréUse cmake 2.6.0 release
2008-05-21 Rafaël Carrémake.pl: matches gcc-xx and g++-xx
2008-05-21 Rémi Denis... Always print numbers (floats) in American format in...
2008-05-21 Rémi Denis... French uses comma as a decimal separator
2008-05-21 Rémi Denis... Remove i18n_strtod - nobody uses it and it's an ugly...
2008-05-21 Rémi Denis... Fix previous commit
next