]> git.sesse.net Git - vlc/history - modules
* forwardport of [15426] and [15516]
[vlc] / modules /
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 Olivier Teulière * skins2/src/generic_layout.cpp: do not draw on top...
2006-05-01 Cyril Deguet* forward port of [15504]
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 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-CourmontFix segfault
2006-04-30 Clément StenacDitto
2006-04-30 Clément StenacWoops
2006-04-30 Clément StenacFortune
2006-04-30 Antoine CellerierForward port podcast fixes [15462] and [15465].
2006-04-30 Felix Paul Kühne* forward-port [15464] and update the TODO-list at...
2006-04-30 Antoine CellerierForward port [15458].
2006-04-30 Antoine CellerierFix statistics panel alignement
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-29 Benjamin Pracht* Support for saving xspf playlist files
2006-04-29 Antoine CellerierForward port [15418] and [15420].
2006-04-29 Rémi Denis-CourmontHmm 512 bytes to format a decimal integer sounds a...
2006-04-29 Rémi Denis-CourmontAnother overflow
2006-04-29 Rémi Denis-CourmontFix likely stack buffer overflow
2006-04-29 Rémi Denis-Courmont- Don't nul-terminate after snprintf(), it does it...
2006-04-29 Rémi Denis-CourmontClean up
2006-04-29 Rémi Denis-CourmontUse strlcpy
2006-04-29 Rémi Denis-CourmontOpenBSDish strlcpy()
2006-04-29 Rémi Denis-CourmontWin32 compile fix
2006-04-29 Rémi Denis-CourmontNul terminate
2006-04-29 Rémi Denis-Courmont- 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-CourmontUse strncpy() rather than strncat() when the destinatio...
2006-04-29 Rémi Denis-CourmontDon'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-CourmontSimplification assuming that sizeof(char) = 1
2006-04-29 Rémi Denis-CourmontFix copyright
2006-04-28 Rémi Denis-CourmontCompile fix
2006-04-28 Rémi Denis-CourmontAnother select() -> poll()
2006-04-28 Rémi Denis-CourmontUse poll() instead of select() so we won't fall for...
2006-04-28 Antoine CellerierDisplay file size instead of svn revision in update...
2006-04-27 Antoine CellerierAhem...
2006-04-27 Antoine CellerierAdd option (--shoutcast-show-adult) to show porn^WNC17...
2006-04-27 Rémi Denis-CourmontWhenever 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-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 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 Antoine CellerierSome more cleaning
2006-04-24 Christophe Mutricyshoutcast.c: Memleak hunt.
2006-04-24 Sam Hocevar * modules/video_output/caca.c: synced caca output...
2006-04-24 Antoine Cellerier * Handle submodules correctly in the prefs (so we...
2006-04-23 Antoine CellerierSupport for Shoutcast TV. vp3 streams segfault, vp5...
2006-04-23 Antoine CellerierHack to handle service discovery submodules correctly...
2006-04-23 Benjamin Pracht* Support for gnome-screensaver
2006-04-23 Jérome DecoodtAdd %T modifier to filename refs: #561
2006-04-23 Benjamin Pracht* bit masks for RV15 and RV16 were inverted (!) (or...
2006-04-23 Rémi Denis-CourmontUse Doxygen syntax for comments
2006-04-23 Rémi Denis-CourmontAdd missing white space
2006-04-23 Rémi Denis-CourmontRemove extra white space
2006-04-23 Benjamin Pracht* Try to fix endianness in the opengl output on unixes
2006-04-22 Cyril Deguet* all: new handling of vout controls to allow serveral...
2006-04-22 Antoine Cellerier * shout.c : change playlist layout (remove 1 node)
2006-04-22 Antoine CellerierChange shoutcast service discovery module and write...
2006-04-20 Felix Paul Kühne* show the svn-revision only if it isn't 'exported'
2006-04-19 Antoine CellerierHackish fix for 'TITLE' vlc_meta_get
2006-04-19 Benjamin Pracht* Fix always on top when exiting fullscreen
2006-04-19 Felix Paul Kühne* quickly forward-port the previous commit so joneskoo...
2006-04-18 Clément StenacAdd a dialogs.playlist() command
2006-04-18 Clément StenacAdd dialogs.audioPopup, dialogs.videoPopup and dialogs...
2006-04-18 Clément StenacAdd vlc.hasAudio variable
2006-04-18 Clément StenacFix refcount bug
2006-04-18 Clément StenacAdd separate audio and video popup menus
2006-04-18 Clément StenacMake sure we hide the skins playlist
2006-04-17 Antoine CellerierAdd vlc_get_meta function. Argument can be:
2006-04-17 Clément StenacAdd todo
2006-04-17 Clément StenacAdd a (default enabled) skinned-playlist option
2006-04-17 Felix Paul Kühne* revert 2 hacky compilation fixes which were accidente...
2006-04-17 Felix Paul Kühne* mark some buggy strings as pointed out by Mathias...
2006-04-17 Cyril Deguet* all: convert keys in INI files to lower case, to...
2006-04-17 Cyril Deguet* jack.c: fixed non-stereo audio streams
2006-04-17 Cyril Deguet* ctrl_checkbox: fixed initial image of checkbox
2006-04-17 Olivier Teulière * skins2/controls/ctrl_tree.cpp: I forgot 1 occurrence...
2006-04-17 Olivier Teulière * skins2/controls/ctrl_tree.cpp: Check that the iterat...
2006-04-17 Cyril Deguet* all: added a INI file parser in skins2. For instance...
2006-04-16 Felix Paul Kühne* removed instability warning, which was introduced...
2006-04-15 Cyril Deguet* all: added a new skin text variable "$S" to get the...
2006-04-15 Damien Fouilleul- the resurected mozilla plugin for Safari/Firefox...
2006-04-15 Derk-Jan Hartman* Support for Topfield .rec recordings. It's MPEG-TS...
2006-04-14 Rémi Denis-CourmontFix missing #include
2006-04-14 Rémi Denis-CourmontSame as previous commit (refs #581)
2006-04-14 Antoine CellerierPrevent some segfaults when using hotkeys with no vout
2006-04-14 Derk-Jan Hartman* Fix a crash in the MacOS X vout if p_real_vout isn...
next