]> git.sesse.net Git - vlc/history - src
Lalala
[vlc] / src /
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...
2006-09-02 Clément StenacRemember random/loop/repeat
2006-09-02 Clément StenacAdd --play-and-exit option to quit after no more items...
2006-09-02 Antoine CellerierFix refcount issues and only vlc_object_find when needed
2006-09-02 Clément StenacFixes for random + live search
2006-09-02 Antoine Celleriersubpicture_t now has a b_pausable attribute. When set...
2006-09-02 Clément StenacRe-enable random.
2006-09-02 Clément StenacFix a few quirks with playlist filters
2006-09-02 Clément StenacActually use the --playlist-tree option
2006-09-01 Pavlov KonstantinThis also could be named in non-UTF, recode it
2006-08-31 Clément Stenac* Move the embedded option to libvlc
2006-08-31 Rémi Denis-CourmontExport utf8_vfprintf and utf8_fprintf
2006-08-30 Rémi Denis-Courmont*Really* fix base 64 encoding
2006-08-30 Rémi Denis-CourmontFix base64 encoding and add regression test
2006-08-29 Christophe MutricyAdd include/vlc_intf_strings.h to tarball
2006-08-29 Jean-Paul SamanGive i_skip a sensible value to start with.
2006-08-29 Jean-Paul SamanProvide return statements in non-void function
2006-08-28 Felix Paul Kühne* GCC 2.x patch by Cian Duffy <myob87@gmail.com>. BTW...
2006-08-28 Rémi Denis-CourmontWork-around to not use IPv6 for braindead unusable...
2006-08-27 Damien Fouilleulall: rewrite of mozilla plugin
2006-08-27 Clément StenacFix for deletion of current item
2006-08-26 Clément Stenac* Allow service discoveries to state whether they prefe...
2006-08-24 Clément StenacTemplate for profile parser
2006-08-23 Eric PetitBeOS / gcc 2.x fixes, patch by Cian Duffy
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-20 Jean-Paul Samanuse memset
2006-08-19 Clément Stenac* B-search macro
2006-08-18 Damien Fouilleul- fixed Cygwin issue when linking/building shared libvl...
2006-08-17 Gildas Bazin* modules/demux/mp4/mp4.c, src/input/decoder.c: support...
2006-08-17 Gildas Bazin* src/misc/messages.c, src/input/input.c: revert 16279...
2006-08-17 Clément StenacFix interaction locking
2006-08-16 Gildas Bazin* src/misc/messages.c: if OBJECT_FLAGS_NODBG is specifi...
2006-08-11 Christophe MutricyShould fix compilation. Not tested
2006-08-11 Clément StenacAdd functions to use the media library
2006-08-11 Clément StenacGah, forgot to commit this: fix a potential crash in...
2006-08-07 Clément StenacFix sort by artist
2006-08-06 Clément StenacFix deletion of items when changing them to nodes
2006-08-06 Clément StenacOh look ! Bananas !
2006-08-06 Jean-Paul SamanPut just deleted objects to NULL.
2006-08-06 Jean-Paul SamanFix compiler warning on uninitialized variable.
2006-08-06 Jean-Paul SamanFix compiler warning on uninitialized variable.
2006-08-06 Clément StenacThis should fix the locking problems with stats
2006-08-03 Clément StenacThis dichotomy code apparently still is buggy. Todo...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-08-03 Clément Stenac* Some Qt interaction stuff
2006-08-02 Clément StenacInteraction cleanup, remove some unused functions,...
2006-08-01 Rémi Denis-CourmontApparently, someone does not about "make".
2006-08-01 Filippo CaroneFixed a missing assert.h inclusion.
2006-08-01 Clément Stenacsrc/control: a bit of cleanup here and there
next