]> git.sesse.net Git - vlc/shortlog
vlc
2006-05-02 Rémi Denis... Avoid code duplication
2006-05-02 Olivier Teulière * forwardport of [15426] and [15516]
2006-05-01 Sreng JeanFirst rough demux2 implementation for game music files...
2006-05-01 Sreng Jean Use strrchr to extract the file's extension
2006-05-01 Antoine CellerierWin95/98/Me file opening and stat "fix". Thanks to...
2006-05-01 Rémi Denis... - Save one malloc()
2006-05-01 Antoine CellerierHum
2006-05-01 Antoine CellerierAdd some more debug (this is easier than compiling...
2006-05-01 Olivier Teulière * skins2/src/generic_layout.cpp: do not draw on top...
2006-05-01 Antoine CellerierFix tabs and add some debug.
2006-05-01 Cyril Deguet* forward port of [15504]
2006-05-01 Felix Paul... * forward-port [15502]
2006-05-01 Damien Fouilleul- unicode.c: possible fix for UTF8 filename support...
2006-05-01 Clément StenacForwardport [15492]
2006-04-30 Clément StenacFix handling of buffer underruns in ALSA. Probably...
2006-04-30 Derk-Jan Hartman* Fix searching in aggregate mode for the RTSP VoD...
2006-04-30 Rémi Denis... Rah forgot to commit this file
2006-04-30 Benjamin Pracht* Patch from Basil Achermann to handle esc and space...
2006-04-30 Antoine CellerierForward port [15485] and [15486].
2006-04-30 Rémi Denis... Fix segfault
2006-04-30 Damien Fouilleul- MacOS X: bundle 'VLC Internet Plug-In' package into...
2006-04-30 Clément StenacDitto
2006-04-30 Clément StenacWoops
2006-04-30 Clément StenacFortune
2006-04-30 Rémi Denis... Also set SO_REUSEADDR here
2006-04-30 Rémi Denis... Set SO_REUSEADDR on client sockets
2006-04-30 Antoine CellerierRemove the Thumbs.db files here too
2006-04-30 Rémi Denis... Fix memleak
2006-04-30 Antoine CellerierForward port podcast fixes [15462] and [15465].
2006-04-30 Felix Paul... * forward-port [15464] and update the TODO-list at...
2006-04-30 Damien Fouilleul- added installer for MacOSX VLC Plugin
2006-04-30 Antoine CellerierForward port [15458].
2006-04-30 Eric PetitBuild fix
2006-04-30 Antoine CellerierFix statistics panel alignement
2006-04-30 Felix Paul... * forward-port [15453]
2006-04-30 Cyril Deguet* generic_layout.cpp: don't draw controls of an invisib...
2006-04-30 Clément StenacAdd support for Windows Media Audio 9 Speech (Closes...
2006-04-30 Cyril Deguet* all: added a SliderBackground to the volume slider...
2006-04-29 Benjamin Pracht* Support for saving xspf playlist files
2006-04-29 Christophe... Re-enables the XOSD plugin in debian nightlies
2006-04-29 Antoine CellerierForward port [15418] and [15420].
2006-04-29 Rémi Denis... Hmm 512 bytes to format a decimal integer sounds a...
2006-04-29 Rémi Denis... Another overflow
2006-04-29 Rémi Denis... Fix likely stack buffer overflow
2006-04-29 Rémi Denis... - Don't nul-terminate after snprintf(), it does it...
2006-04-29 Rémi Denis... Clean up
2006-04-29 Rémi Denis... Use strlcpy
2006-04-29 Rémi Denis... Also use strlcpy()
2006-04-29 Rémi Denis... Use strlcpy()
2006-04-29 Rémi Denis... OpenBSDish strlcpy()
2006-04-29 Clément StenacUpdate ru.po from rosetta
2006-04-29 Clément StenacInitialize variables
2006-04-29 Rémi Denis... Win32 compile fix
2006-04-29 Rémi Denis... Remove some unused configure checks
2006-04-29 Rémi Denis... Nul terminate
2006-04-29 Rémi Denis... - Use poll() instead of select() so we don't depend...
2006-04-29 Benjamin Pracht* Fix for some strange x drivers that return 8 bits...
2006-04-29 Rémi Denis... Use strncpy() rather than strncat() when the destinatio...
2006-04-29 Rémi Denis... Don't use #ifdef + alloca() when we have something...
2006-04-29 Clément StenacBe sure to write correct time values
2006-04-29 Rémi Denis... Simplification assuming that sizeof(char) = 1
2006-04-29 Rémi Denis... Fix copyright
2006-04-29 Antoine CellerierForward port [15410]
2006-04-28 Clément StenacSet skip-frames to default enabled
2006-04-28 Rémi Denis... Compile fix
2006-04-28 Rémi Denis... Another select() -> poll()
2006-04-28 Rémi Denis... Use poll() instead of select() so we won't fall for...
2006-04-28 Benjamin Pracht* Revert 15357, as it would make vlc crash if you try...
2006-04-28 Antoine CellerierDisplay file size instead of svn revision in update...
2006-04-28 Antoine CellerierWoops
2006-04-28 Antoine CellerierRemove local copies of Mozilla plugin and ActiveX dlls
2006-04-28 Rémi Denis... Another close-on-exec
2006-04-28 Rémi Denis... - Fix POSIX setting of non-blocking mode (we were clear...
2006-04-28 Rémi Denis... Only check FD_SETSIZE limit on POSIX OSes.
2006-04-28 Rémi Denis... Hmm, damn stupid fd_set implementation by Winsock does...
2006-04-28 Antoine CellerierShoutcast changed
2006-04-28 Antoine CellerierNew default skin by aLtgLasS. Many thanks for making...
2006-04-28 Antoine CellerierRemove playtree skin
2006-04-28 Antoine CellerierRemove old default skin
2006-04-28 Clément StenacHA HA ! (Refs:#658)
2006-04-27 Antoine CellerierAhem...
2006-04-27 Antoine CellerierAdd option (--shoutcast-show-adult) to show porn^WNC17...
2006-04-27 Jean-Paul SamanAdded Rob Casey to THANKS file.
2006-04-27 Rémi Denis... Whenever using select() companion macro FD_SET(), one...
2006-04-27 Jean-Paul SamanFix for VLM commands when 'new test vod mux mp2ts enabl...
2006-04-27 Jean-Paul SamanPlay VOD RTSP from Amino STB with RTSP url: 'rtsp:...
2006-04-27 Damien Fouilleul- fix for problem reported in http://forum.videolan...
2006-04-27 Jean-Paul SamanRemove whitespace
2006-04-27 Jean-Paul SamanRemove whitespace
2006-04-26 Felix Paul... * forward-port [15368]
2006-04-26 Antoine CellerierAdd option to force timeshift filter even if access...
2006-04-26 Olivier Teulière * skins2: Added the vlc.snapshot() action
2006-04-26 Antoine CellerierChanges to the default selected options in the installer
2006-04-26 Clément StenacOh look ! Bananas !
2006-04-25 Cyril Deguet* top_window.cpp: stupid bug...
2006-04-25 Benjamin Pracht* screensaver.c, configure.ac: use directly dbus to...
2006-04-25 Clément StenacAdd edit button for VLM (Closes:#530)
2006-04-24 Olivier Teulière * skins2/parser/interpreter.cpp: Fixed a crash when...
2006-04-24 Felix Paul... * add --enable-pic to x264's configure on PPC as well...
2006-04-24 Antoine CellerierSome more cleaning
next