]> git.sesse.net Git - vlc/history - src
- revert 16847, this breaks the activex and mozilla plugins, and passing a argv[0...
[vlc] / src /
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
2006-09-08 Rémi Denis-CourmontComplete(?) migration to net_strerror/net_errno
2006-09-08 Rémi Denis-CourmontWell, this time maybe
2006-09-08 Rémi Denis-CourmontMight fix Win32 compilation
2006-09-08 Rémi Denis-CourmontAdd missing const qualifier and fix warnings
2006-09-08 Rémi Denis-CourmontActually wreak havoc to the network API.
2006-09-08 Rémi Denis-CourmontFixes
2006-09-08 Rémi Denis-CourmontReallow file descriptor above FD_SETSIZE since we now...
2006-09-08 Rémi Denis-CourmontExperimental poll()-capable merge of net_Read, net_Read...
2006-09-08 Rémi Denis-CourmontMore cleanup
2006-09-08 Rémi Denis-CourmontAdd message for most of the Winsock errors
2006-09-08 Rémi Denis-CourmontPartial cleanup and improved Windows error messages
2006-09-07 Rémi Denis-CourmontImplement net_SetDSCP() to set Diffserv code point...
2006-09-05 Clément StenacInclude errno.h
2006-09-05 Clément StenacSplit playlist include file in public/private
2006-09-04 Damien Fouilleulinput.c: fixed state (broke pause)
2006-09-04 Damien Fouilleul- added input state & input rate in control APIs
2006-09-04 Damien Fouilleul- input: added intermediate state info opening & buffering
2006-09-04 Sam Hocevar * src/input/decoder.c: sorry, I'm not allowed to...
2006-09-03 Sam Hocevar * src/input/decoder.c: use real, nice quotes.
2006-09-03 Sam Hocevar * src/input/decoder.c: fix "unsupported fourcc" fatal...
2006-09-03 Clément StenacAuto load and save media library (Closes:#433)
2006-09-03 Rémi Denis-CourmontFix type-punning breakage
2006-09-03 Rémi Denis-CourmontYou shall not pass NULL to IsUTF8().
2006-09-03 Pavlov Konstantinwrite comments in config file in user locale instead...
next