]> git.sesse.net Git - vlc/history - modules
Rename the files here also
[vlc] / modules /
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
2008-04-22 Antoine CellerierAdd picture specific alpha setting for mosaic pictures.
2008-04-22 Rafaël CarréRevert play & send durations, read preroll as 64 bits
2008-04-22 Jean-Paul SamanPut extra debugging behind ifdef ZVBI_DEBUG.
2008-04-22 Jean-Paul SamanCleanup
2008-04-22 Jean-Paul SamanFix error in undef zvbi private define ZVBI_PIXFMT_RGBA...
2008-04-22 Jean-Paul SamanRework to use asprintf() in live555 demux
2008-04-22 Pierre d'Herbemontstream_out/description.c: Add some debug msg to better...
2008-04-21 Rémi Denis-CourmontDo not touch m4/private.m4 from modules/genmf
2008-04-21 Felix Paul KühneSave the Last.FM account's password correctly
2008-04-21 Rémi Denis-CourmontComplete flags factorization
2008-04-21 Rémi Denis-CourmontSimplify
2008-04-21 Rémi Denis-CourmontRemove dead code
2008-04-21 Rémi Denis-CourmontFix genmf invocation
2008-04-21 Rémi Denis-CourmontRemove dead and ugly code of mine
2008-04-21 Rémi Denis-CourmontExcess whitespace
2008-04-21 Rémi Denis-CourmontMakefile factorization
2008-04-21 Rémi Denis-CourmontPut common modules Makefiles stuff to an include file
2008-04-20 Rafaël CarréFix ddf73ca0199b45de2b8b924a131df3922e5d48b5 : the...
2008-04-20 Rafaël CarréCheck dialog return value
2008-04-20 Rafaël CarréRelease the input in PopupMenu
2008-04-19 Mirsal EnnaimeFix MPRIS method names
2008-04-19 Mirsal EnnaimeAvoid a deadlock.
2008-04-18 Rafaël CarréFix display of album art
2008-04-18 Antoine CellerierSimplify.
2008-04-18 Antoine CellerierAdd NEWS about HTTP access supporting Digest Auth and...
2008-04-18 Felix Paul KühneImproved functionality, thanks to the feedback by Rober...
2008-04-18 Jean-Baptiste KempfFix the drag'n drop of directories on windows. Thanks...
2008-04-17 Jean-Baptiste KempfFix for [oCERT-2008-004] multiple speex implementations...
2008-04-17 Richard Hoskingi_fd is not applicable for Alsa so don't try and close...
2008-04-17 Jean-Paul SamanFix RTSP client receiving on standard RTSP port 554.
2008-04-16 Rafaël CarréRemove unused i_enabled member from the playlist struct
2008-04-16 Rafaël CarréMissing header (was included by ncurses.h in previous...
2008-04-16 Rafaël CarréDo not leak
2008-04-16 Jean-Baptiste KempfFix for the LAMERS that don't haev Qt4.4
2008-04-16 Antoine CellerierWhen demuxing with ffmpeg, set the VLC block I frame...
2008-04-16 Jean-Baptiste KempfTabstops and buddies in UI.
2008-04-16 Jean-Baptiste KempfCode factorization.
2008-04-16 Jean-Baptiste KempfSimple Preferences - Audio: Don't build widget not...
2008-04-16 Jean-Baptiste KempfUI buddies and tab stop for audio prefs.
2008-04-16 Jean-Baptiste KempfEsthetic modification for Oxygen-like theme.
2008-04-16 Jean-Baptiste KempfSmall menu fix.
2008-04-15 Rémi DuraffortAdd the missing modules in modules/LIST.
2008-04-15 Rémi DuraffortFix the update in wxwidgets.
2008-04-15 Rafaël CarréFix MacOSX update checking - inverted behavior
2008-04-15 Jean-Baptiste KempfSupport for ML20 (mimic codec) for MSN webcams.
2008-04-15 Jérôme DecoodtAvoid segfaulting if live555 error is neither a HTTP...
2008-04-14 Rafaël CarréSets the output channel configuration when opening...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Jean-Paul Samanupdate module LIST file.
2008-04-14 Jean-Paul SamanPut filter count to zero after releasing all audio...
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-13 Jean-Paul SamanMove ppsz_input_state[] to modules/control/rc.c because...
2008-04-13 Jean-Paul SamanDon't compile dynamicoverlay when there is no POSIX...
2008-04-13 Jean-Paul SamanRename LoadImage() to blendbench_LoadImage() because...
2008-04-13 Jean-Paul SamanMake comment a bit more descriptive.
2008-04-13 Ibraheem Paredathaccess.c: Fix a warning "In function 'Close':WARNING...
2008-04-13 Rafaël CarréUse the correct access
2008-04-13 Michael Ploujnikovimproved QT4 strings
2008-04-12 Pierre d'Herbemontwxwidgets: Comments cleanup for previous commit.
2008-04-12 Dominique Leuenbergerwxwidgets: Replace Volume Bar's wxGauge subclass by...
2008-04-11 Pierre d'Herbemontmacosx: Fix some input_item_t leaks.
2008-04-11 Ilkka Ollakkasmall rebert for i_length, enables to get meta itags...
2008-04-11 Jean-Paul SamanRewrite rendering logic in fbosd gui.
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-11 Jean-Paul SamanSanitize STATUS_CHANGE messages.
2008-04-11 Jean-Paul SamanCleanup
2008-04-10 Jean-Paul SamanProperly detect XvMC capabilities.
2008-04-10 Jean-Paul SamanLower xvmc priority because it is untested.
2008-04-10 Rafaël CarréFix RTSP server
2008-04-10 Rafaël Carréfaad: sets physical channel configuration in all cases
2008-04-09 Antoine CellerierFix tiny 9 byte memleak per Authentication-Info header...
2008-04-09 Antoine CellerierCheck the server's reply upon successful authentication...
2008-04-09 Antoine CellerierSimplify the HTTP Digest Access Authentification code.
2008-04-09 Jean-Paul SamanMerge branch 'dynamicoverlay'
2008-04-09 Jean-Paul SamanDon't leak memory.
2008-04-09 Jean-Paul SamanCompile fix.
2008-04-09 Jean-Paul SamanRewrite old command definitions to no longer use those...
2008-04-09 Jean-Paul SamanRefactor dynamic overlays from Google Summer of Code...
2008-04-09 Jean-Paul SamanCleanup blendbench videofilter
2008-04-09 Jean-Paul SamanFix compilation of blendbench
2008-04-09 Jean-Paul SamanBuild blendbench module
2008-04-09 Søren BøgBlending - Added blend benchmarking filter
2008-04-09 Jean-Paul SamanAdd alpha value to each subpicture region.
2008-04-08 Antoine CellerierPreliminary HTTP Digest Access Authentication client...
2008-04-08 Felix Paul KühneSlightly cleaned the way we delete items
2008-04-08 Felix Paul KühneFixed a compilation warning
2008-04-08 Dominique Leuenbergerwxwidgets: Don't forget to vlc_gc_decref() the input_it...
2008-04-08 Rafaël CarréWhen specifying --sout-transcode-samplerate and --sout...
2008-04-08 maxime RipardBugfix Stats Panel
2008-04-08 Jean-Philippe AndreFix SLIDERCOL_LONGTEXT like in commit 2848880a144e0aa18...
2008-04-07 Rémi DuraffortImprove playlist drawing with rc.
2008-04-07 Pierre d'Herbemontqt4: Don't forget to vlc_gc_decref() the input_item_t...
2008-04-07 Rémi DuraffortFix #1530 : with thr rc interface you can now draw...
2008-04-07 Rémi DuraffortWe don't need the update system with the rc interface.
2008-04-07 Sam HocevarFix transform plugin 90-degree rotations on I422.
2008-04-07 Felix Paul KühneCompilation fixes
next