]> git.sesse.net Git - vlc/history - src
* modules/gui/qt4/qt4.cpp: lower the priority of the QT4 dialogs provider so the...
[vlc] / src /
2006-10-13 Derk-Jan HartmanDon't add MPEG-TS program data for programs that don...
2006-10-11 Gildas Bazin* src/input/input.c: fixed nasty bug with preparsing...
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-08 Gildas Bazin* src/input/input.c: fixed memory leak.
2006-10-08 Christophe MutricyAdd Slovak l10n (Forward port of [16989], [16990] and...
2006-10-07 Gildas Bazin* src/input/stream.c: fixed invalid memory access in...
2006-10-07 Gildas Bazin* src/input/meta.c: stop the spamming of the meta engine.
2006-10-07 Gildas Bazin* Fixed a bunch of memory leaks.
2006-10-07 Clément StenacPanoramix video filter by Cédric Cocquebert.
2006-10-05 Gildas Bazin* modules/demux/mpeg/m4v.c,h264.c: fixed detection...
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-10-04 Damien Fouilleul- use nearest integer value from integer division ...
2006-10-04 Clément StenacFix a few bugs
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-10-01 Antoine Cellerieruse config chain for the --sub-filter option.
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-10-01 Clément StenacLazy allocation of the stat structure
2006-10-01 Jean-Paul SamanFix for ticket #752 by ye zhang (yzhang90003 _at_ gmail...
2006-09-30 Antoine Cellerier - Don't cache files to ~/.vlc/art/(null)/(null)/
2006-09-30 Clément StenacRe-enable art fetching when in "ALL" mode
2006-09-29 Clément StenacDon't loop preparse threads when idle
2006-09-29 Clément StenacImprove meta/art logic
2006-09-26 Damien Fouilleuloops, it sounds like I f**d * my last revert
2006-09-26 Olivier Aubertmediacontrol_core.c: prepend the argv[0] here, since...
2006-09-26 Damien Fouilleul- revert 16847, this breaks the activex and mozilla...
2006-09-26 Olivier Aubertsrc/control/mediacontrol_core.c: libvlc_input now uses...
2006-09-26 Damien Fouilleul- input: make sure time units are in milliseconds,...
2006-09-25 Christophe MutricySuppress references to mediacontrol_{init,plugin}
2006-09-25 Olivier Aubertmediacontrol_new: new API (pass argc and argv), use...
2006-09-25 Olivier Aubertsrc/control/mediacontrol_audio_video.c: use RAISE_NULL...
2006-09-25 Olivier Aubertsrc/control/core.c: prepend a dummy argv[0] to libvlc_n...
2006-09-24 Antoine CellerierSome more (mostly) untested stuff:
2006-09-24 Antoine CellerierSome more meta changes (mostly cleanup and check the...
2006-09-24 Clément Stenac* Split download function in find/download
2006-09-24 Clément StenacMark meta as fetched
2006-09-24 Clément StenacStart splitting the various meta module types
2006-09-24 Antoine CellerierUse DIR_SEP
2006-09-24 Antoine CellerierDefine DIR_SEP only once
2006-09-24 Clément StenacDon't notify playlist several times while preparsing
2006-09-24 Clément StenacStart supporting preparse status
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-24 Clément StenacConvert hotkeys to using cond_wait/cond_signal
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-23 Antoine CellerierAdd an "album art download policy" (--album-art) option...
2006-09-23 Antoine Cellerierutf8_stat doesn't work if 2nd arg is NULL ... too bad :(
2006-09-23 Antoine CellerierMove the album art download thing to a separate proccess
2006-09-23 Antoine CellerierRemove useless stuff.
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-23 Clément Stenac* Add switch to skins
2006-09-22 Christophe Mutricyi18n fixes pointed by Marian Hikanik
2006-09-22 Olivier Aubertmediacontrol API: (mostly) use the new libvlc API
2006-09-22 Damien Fouilleulinput.c: fixed the playback rate (0.5 is half the speed...
2006-09-21 Sam Hocevar * "synch" -> "sync" (gniihiihiimineeeeerveuh)
2006-09-20 Antoine Cellerier2nd try
2006-09-18 Clément StenacClean up a bit queues handling. Do not use dynamic...
2006-09-18 Clément StenacUse a separate message bank for each libvlc instance
2006-09-18 Clément StenacOnly deinit non-refcounted core data if we're the last...
2006-09-18 Clément StenacA bit of cleanup and test
2006-09-18 Clément StenacFix spurious release at end
2006-09-18 Clément StenacFix deadlock
2006-09-17 Felix Paul Kühne* fixed __intf_UserStringInput
2006-09-17 Clément StenacDon't forget to reset skipping when adding a new item
2006-09-17 Clément StenacReduce wakeup frequencies
2006-09-17 Clément StenacServices discovery are not forced to have a run function
2006-09-17 Clément StenacInterfaces are now allowed not to have a Run function.
2006-09-16 Clément StenacFix crash
2006-09-16 Clément StenacCorrectly handle "no-skip" items
2006-09-16 Clément Stenacannoying typo :)
2006-09-16 Clément StenacShould fix OS X build
2006-09-16 Clément StenacEven if we are asked to wait for data, bail out if...
2006-09-15 Clément StenacOups
2006-09-15 Clément StenacRemove vlc_object_find for playlist from the core
2006-09-15 Clément StenacHopefully fix OS X
2006-09-15 Clément StenacConvert the new libvlc API (so, the one that is in...
2006-09-15 Clément StenacSplit libvlc.c:
2006-09-15 Christophe MutricyThose files where forgoten in [16658]
2006-09-15 Clément StenacStore playlist object in instance-specific object
2006-09-15 Clément StenacMove stats stuff to the per-instance object
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-15 Clément StenacRename playlist_NodesCreateForSD to playlist_NodesPairC...
2006-09-14 Clément StenacFix a number of problems with interaction dialogs
2006-09-14 Clément StenacFilter handling helpers moved to core
2006-09-14 Clément StenacAdd missing actions in popup
2006-09-13 Clément Stenac* Handle parameters in streaming profiles
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-09-12 Sam Hocevar * src/network/io.c: zorglub: gnagnagna ! :)
2006-09-12 Sam Hocevar * src/misc/network/io.c: coding style fixes.
2006-09-11 Rémi Denis-Courmont***Partial*** Solaris compile fix
2006-09-11 Rémi Denis-CourmontImprove socket polling logic so that errors to avoid...
2006-09-11 Sam Hocevar * No longer use the $(pic) variable, since all flags...
2006-09-11 Sam Hocevar * Don't use PIC on WIN32.
2006-09-10 Clément StenacRemove useless debug
2006-09-10 Antoine Celleriervout-filter is now part of the video-filter option...
2006-09-10 Rémi Denis-CourmontEnsure libvlc only export symbols from libvlc API
2006-09-10 Sam Hocevar * src/Makefile.am: do not use -avoid-version. [ported...
2006-09-09 Rémi Denis-CourmontSwitch net_Write to poll() to avoid fd set overflow.
2006-09-09 Rémi Denis-CourmontAccept non-socket handles through net_Read* (closes...
2006-09-09 Clément StenacOne more outdated copyright
2006-09-09 Rémi Denis-Courmont* Add multicast source filter (RFC4570),
2006-09-09 Rémi Denis-CourmontAnother SDP ordering fix
next