]> git.sesse.net Git - vlc/history - modules
vlc_arrays.h: Implement vlc_array_index_of_item.
[vlc] / modules /
2007-11-19 Rafaël Carréncurses: display the input's title if it's present...
2007-11-19 Rafaël Carréncurses: yield() the playlist only once
2007-11-19 Rafaël Carréncurses: store the current playlist node in p_sys
2007-11-19 Jean-Baptiste KempfReal/Sipr, try to use a correct flavor detection, witho...
2007-11-19 Felix Paul Kühne* forward-port [23152]
2007-11-18 Jean-Baptiste KempfReal demuxer: Comments about support/non-support
2007-11-18 Rafaël Carréncurses: add a 'g' shortcut to go to the current playin...
2007-11-18 Jean-Paul SamanDisable MMXEXT (MMX2) mode for swScaler since it crashes.
2007-11-18 Jean-Paul SamanChroma conversion using swscaler module.
2007-11-18 Rafaël Carréxspf muxer: determinates correctly if we're handling...
2007-11-18 Rafaël Carréncurses: various bugfixes
2007-11-18 Jean-Paul SamanIndentation.
2007-11-18 Jean-Paul SamanTest for PIX_FMT_RGBA iso swscale.
2007-11-18 Jean-Paul SamanPatch by Richard Hosking: Honor user specified chroma...
2007-11-18 Jean-Baptiste KempfOops.
2007-11-18 Jean-Paul SamanAttempt to implement chroma conversion using swscale...
2007-11-18 Rafaël Carréxspf: don't use %encoding for node title, but only...
2007-11-18 Jean-Baptiste KempfRealv3: support for broken streams that speciy a wrong...
2007-11-18 Rafaël Carréncurses: various bugfixes & new box
2007-11-18 Rafaël Carréxspf muxer: %encode '+' since decode_URI() will decode...
2007-11-18 Rafaël Carrédbus: super annoying typo
2007-11-17 Pierre d'Herbemontmodules/codec/ffmpeg/video.c: Fix Remi Duraffort's...
2007-11-17 Jean-Paul SamanPatch by Richard Hosking: v4l2 minor patch to fix silly...
2007-11-17 Jean-Baptiste KempfAdd a forgotten break; in a case.
2007-11-17 Jean-Baptiste KempfExtra Data code factorisation: This shouldn't destroy...
2007-11-17 Jean-Baptiste KempfCosmetic and mention about unsupported ralf codec.
2007-11-17 Jean-Baptiste KempfReindent after previous commit.
2007-11-17 Jean-Baptiste KempfReal Demuxer: Support for RM version 3. Tested and...
2007-11-16 Christophe Mutricysvn:keywords
2007-11-15 Rémi Denis-CourmontTypo
2007-11-15 Rémi Denis-Courmont- exit() cannot return negative (or large) values
2007-11-15 Jean-Paul SamanFix various memleaks in error paths.
2007-11-15 Jean-Paul SamanImplement clickable osdmenu. The clickable positioning...
2007-11-14 Antoine CellerierLayout fixes in COPYING (and use spaces instead of...
2007-11-14 Jean-Paul SamanCleanup on osdmenu video filter.
2007-11-14 Jean-Paul SamanIndentation
2007-11-14 Jean-Paul SamanUse the filename passed and not the configuration file.
2007-11-14 Jean-Paul SamanCleanup indentation.
2007-11-14 Jean-Paul SamanRefactor osdmenu parsing logic.
2007-11-14 Jean-Paul SamanAdd new files which should have been in previous commit.
2007-11-14 Jean-Paul SamanFurther factoring out osdmenu parser functionality...
2007-11-14 Jean-Paul SamanAdd newline to end of file, shuts up the compiler.
2007-11-14 Jean-Paul SamanFix merge conflicts for src/osd/osd.c
2007-11-14 Jean-Paul SamanMake PIX_FMT_RGBA dependend on ffmpeg with swscale...
2007-11-13 Rafaël Carréxspf: fix nodes encoding. big up to yoannp for fully...
2007-11-13 Christophe MutricyCosmetic
2007-11-13 Yoann Peronneau* XSPF nested playlist
2007-11-13 Rafaël Carréxspf demuxer: fix extension reading
2007-11-13 Jean-Baptiste KempfCosmetic and initial support of sipr in rm demuxer...
2007-11-13 Jean-Baptiste KempfReal decoder: Use the real libraries to decode atrac...
2007-11-13 Jean-Baptiste KempfReal Demuxer: Support for Atrac-3 codecs in Real files...
2007-11-12 Ilkka OllakkaGET_PARAMETERS doesn't seem to work so well agains...
2007-11-12 Antoine CellerierFix problem with the search lua wrapper (it always...
2007-11-12 Antoine CellerierAdd services discovery support and enhance playlist...
2007-11-12 Rafaël Carréxspf export: write the extension tag before the trackLi...
2007-11-12 Pierre d'Herbemontmodules/services_discovery/upnp_intel.cpp: Add a todo...
2007-11-12 Rafaël Carréservices_discovery_SetLocalizedName() is now mandatory...
2007-11-12 Jean-Baptiste KempfWx: this should fix the [23027] commit for compilation...
2007-11-11 Antoine CellerierUse the services_discovery_GetServicesNames() function...
2007-11-11 Rafaël Carréalsa: use the pcm status to compute the delay. fix...
2007-11-11 Jean-Baptiste KempfReal Audio: Add support for RealPlayer 10/10GOLD .so
2007-11-11 Jean-Baptiste KempfMore Real Codecs paths.
2007-11-11 Jean-Baptiste KempfRealAudio, more paths to search realAudio codecs.
2007-11-11 Jean-Baptiste KempfQt4 - Use >= instead of == in loopA-B (thanks funman)
2007-11-11 Jean-Baptiste KempfQt4 - A to B Loop implementation.
2007-11-11 Jean-Baptiste KempfStore the time and length in int, since we use only...
2007-11-10 Felix Paul Kühne* a few more
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-11-10 Antoine CellerierPort the http interface to the Lua Interface Module...
2007-11-09 Jean-Baptiste KempfQt4 - Sprefs: cosmetic and string change.
2007-11-09 Christophe MutricyTypo
2007-11-09 Jean-Paul SamanFix some potential segfaults, some cleanup and fix...
2007-11-09 Jean-Baptiste KempfQt4 - Open: clean again, and fix the clear() bug.
2007-11-09 Jean-Baptiste KempfQt4 - Open Dialog: Code cosmetic.
2007-11-09 Jean-Baptiste KempfQt4 - Slight string change and code cosmetic.
2007-11-08 Jean-Baptiste KempfQt4 - strings modif.
2007-11-08 Jean-Baptiste KempfQt4 - Interfaces, strings change.
2007-11-07 Jean-Baptiste KempfFFmpeg - add the MPCK fourCC, that seems to be associat...
2007-11-07 Jean-Baptiste KempfQt4 - Add the meta-fetcher option to the privacy part...
2007-11-07 Jean-Baptiste KempfQt4 - Add some privacy options to Simple Preferences.
2007-11-07 Jean-Baptiste KempfQt4 - Display "--:--" in the status bar when vlc can...
2007-11-07 Jean-Baptiste KempfQt4 - MainInterface, Don't show remaining time when...
2007-11-06 Jean-Baptiste KempfQt4 - SPrefs, make the hotkeys module take all the...
2007-11-06 Jean-Baptiste KempfQt4 - Long lines, cosmetics and trailing spaces fixes.
2007-11-06 Jean-Baptiste KempfQt4 - SPrefs: use a switch to remove stupid iterative...
2007-11-06 Jean-Baptiste KempfQt4 - Remove unreachable code.
2007-11-06 Jean-Baptiste KempfQt4 - Hotkeys Preferences: * Create the QLabel warning...
2007-11-06 Jean-Baptiste KempfQt4 - Hotkeys, correct some unicode problem and change...
2007-11-05 Jean-Baptiste KempfQt4 - Remove now unneeded files.
2007-11-05 Jean-Baptiste KempfQt4 - Unification of Hotkeys for Sprefs et Adv Preferences.
2007-11-05 Jean-Baptiste KempfQt4 - make GNOME and KDE people happy.
2007-11-05 Jean-Baptiste KempfQt4 - Improve the hotkeys preferences.
2007-11-05 Antoine Cellerier * modules/misc/lua:
2007-11-05 Rémi Denis-CourmontCosmetic fix (excessive indentation)
2007-11-05 Rémi Denis-CourmontFix a few minor race conditions
2007-11-05 Rémi Denis-CourmontFix previous commit
2007-11-05 Rémi Denis-CourmontRecover from ALSA suspend properly if the device does...
2007-11-05 Jean-Baptiste KempfQt4 - Preferences, improve a bit the Hotkeys. Preparato...
2007-11-05 Jean-Baptiste KempfQt4 - Preferences: spaces and comments.
2007-11-05 Jean-Baptiste Kempfqt4 - SPrefs: define a caching general value ( Custom...
next