]> git.sesse.net Git - vlc/history - src
Removes trailing spaces. Removes tabs.
[vlc] / src /
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-10 Bernie PurcellSelect subtitle stream from the mkv container automatically
2007-09-09 Rémi Denis-CourmontCut & paste error
2007-09-09 Rafaël Carrémedia library loading: Adds a fixme reminder for pdherb...
2007-09-09 Rémi Denis-Courmontnet_SetCSCov: sets checksum coverages of a socket
2007-09-09 Antoine CellerierXDG Base Directory Specification fix. I wasn't using...
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-09-09 Rafaël CarréFixes segfault
2007-09-08 Rafaël CarréMakes services_discovery option strictly load the given...
2007-09-08 Rémi Denis-CourmontRemove dummy error
2007-09-07 Pierre d'Herbemontmisc/darwin_specific.c: Fix identation (oops). Fix...
2007-09-05 Pierre d'Herbemontmisc/darwin_specific.c: Fix framework detection.
2007-09-05 Rémi Denis-CourmontRationalize TCP error messages a bit
2007-09-05 Rémi Denis-CourmontAllow SOCKS server to be a hostname rather than an...
2007-09-05 Pierre d'Herbemontmisc/darwin_specific.c: Correctly detect the Mac OS...
2007-09-05 Pierre d'Herbemontisrc/Makefile.am: Include media_list_path.h to fix...
2007-09-05 Rémi Denis-Courmont#include order
2007-09-05 Rémi Denis-Courmontsize_t / int confusion
2007-09-04 Rémi Denis-CourmontFix pointer-int casts warnings
2007-09-03 Rémi Denis-Courmontsubdir build fix
2007-09-03 Rémi Denis-CourmontBSD make fix
2007-09-03 Damien Fouilleulmisc/rand.c: cleanup and fix a stupid bug
2007-09-02 Damien Fouilleulmisc/rand.c: actually, windows comes with a particulari...
2007-09-02 Antoine CellerierAttach service discovery objects to the playlist (and...
2007-09-02 Rémi Denis-Courmont! It did say NON-PREDICTIBLE at the top of the file...
2007-09-02 Rémi Denis-CourmontFixes
2007-09-02 Rémi Denis-CourmontHandle HTTP OPTIONS
2007-09-02 Rémi Denis-CourmontDon't claim to support HTTP 1.x where x > 1
2007-09-01 Christophe Mutricyrand_s() is only in Win XP and latest. so use rand...
2007-09-01 Antoine CellerierFix the use of commands list, tree and vars in the...
2007-09-01 Rémi Denis-CourmontFix a few warnings
2007-09-01 Rafaël Carrénet_Read(): Checks p_libvlc->b_die
2007-09-01 Rémi Denis-CourmontFix crash (once more, this would be easily avoided by
2007-09-01 Rémi Denis-CourmontFix signedness
2007-09-01 Rémi Denis-CourmontFix warning
2007-09-01 Rémi Denis-CourmontFix compiler warning
2007-09-01 Rémi Denis-CourmontFix (Win32) precompiler warnings
2007-09-01 Rémi Denis-CourmontTry to fix a compiler warning
2007-09-01 Rémi Denis-CourmontUse HMAC-MD5 rather than plain MD5
2007-09-01 Rémi Denis-CourmontRemove a big bunch of #include that are not needed...
2007-09-01 Rémi Denis-CourmontAdd nonce generator vlc_rand_bytes
2007-09-01 Rémi Denis-CourmontFixup AddMD5 prototype
2007-09-01 Rémi Denis-CourmontDo not export DigestMD5; it's an internal subprocedure
2007-08-31 Christophe MutricyAdd a nice target here also
2007-08-31 Rémi Denis-CourmontImplement dummy RTSP GET_PARAMETER so that clients...
2007-08-31 Rémi Denis-CourmontDequeue "dummy" signals
2007-08-31 Rémi Denis-CourmontUse 1400 rather than 1500 as default *application-layer...
2007-08-31 Rémi Denis-CourmontDocument signal handling
2007-08-31 Pierre d'Herbemontmedia_discoverer.c: Raise an exception on error.
2007-08-30 Rémi Denis-CourmontAdd some const qualifiers
2007-08-30 Rafaël CarréChecks if ml.xsp is present before loading it
2007-08-30 Rafaël CarréReenables media library loading
2007-08-30 Rafaël CarréRemembers art url when an input with same artist &...
2007-08-29 Rafaël CarréDon't cache local album art
2007-08-29 Pierre d'Herbemontcontrol/media_descriptor.c: Set the media descriptor...
2007-08-29 Pierre d'Herbemontcontrol/media_list.c: Replace set_name/name by set_medi...
2007-08-28 Pierre d'Herbemontlibvlc_internal.h: Fix media_list_player compilation...
2007-08-28 Pierre d'Herbemontlibvlc_internal.h: We have to put media_list_path here...
2007-08-28 Pierre d'Herbemontcontrol/media_list_path.h: Add a forgotten libvlc_...
2007-08-28 Pierre d'Herbemontcontrol/media_list_path.h: Fix previous omit.
2007-08-28 Pierre d'Herbemontcontrol/media_list_player.c: Add support for playing...
2007-08-28 Pierre d'Herbemontinput/meta.c: Attempt to find art in input_ArtFind...
2007-08-28 Pierre d'Herbemontinput/input_internal.h: Send variables callback on...
2007-08-28 Pierre d'Herbemontcontrol/tree.c: Remove this unused object implementation.
2007-08-28 Pierre d'Herbemontlibvlc.h: Don't expose libvlc_tree. It will get deleted.
2007-08-28 Pierre d'Herbemontcontrol/media_list.c: Get rid of libvlc_MediaListItemCh...
2007-08-28 Pierre d'Herbemontdynamic_media_list.c: Fix compilation.
2007-08-28 Pierre d'Herbemontcontrol/media_list.c: Don't send MediaListItemChanged...
2007-08-28 Pierre d'Herbemontcontrol/flat_media_list.c: Fix a bunch of bug, plus...
2007-08-28 Pierre d'Herbemontcontrol/event.c: Make detach-ing from an event safe...
2007-08-27 Pierre d'Herbemontcontrol/event.c: Don't leak the ARRAY.
2007-08-27 Pierre d'Herbemontmisc/events.c: Avoid leaking the array.
2007-08-27 Pierre d'Herbemontcontrol/event.c: Fix wrong code.
2007-08-27 Pierre d'Herbemontmisc/events.c: Remove unwanted code.
2007-08-27 Pierre d'Herbemontmisc/events.c: (Thanks to ileoo) Fix a crash.
2007-08-27 Pierre d'Herbemontmisc/events.c: Fix previous commit.
2007-08-27 Pierre d'Herbemontmisc/events.c: Fix a leak in debug mode.
2007-08-27 Pierre d'Herbemontmisc/events.c: Proper callback caching to avoid the...
2007-08-27 Pierre d'Herbemontmedia_list_player.c: Fix previous commit.
2007-08-27 Pierre d'Herbemontcontrol: Fix multiple event_manager leaks.
2007-08-27 Pierre d'Herbemontcontrol/event.c: Locking for libvlc event.
2007-08-27 Pierre d'Herbemontcontrol/media_list.c: add_media_descriptor at the end...
2007-08-26 Pierre d'Herbemontplaylist/items.c: Add a left over that might prevent...
2007-08-26 Rémi Denis-CourmontImplement the Timestamp header
2007-08-25 Pierre d'Herbemontmisc/events.c: Here we really would need a recursive...
2007-08-25 Pierre d'Herbemontcontrol/media_descriptor.c: Fix yet an other typo....
2007-08-25 Rémi Denis-CourmontFix typo
2007-08-25 Pierre d'Herbemontcontrol/media_descriptor.c: Remove a typo that makes...
2007-08-25 Pierre d'Herbemontcontrol/flat_media_list.c: Remove an other typo that...
2007-08-25 Pierre d'Herbemontcontrol/flat_media_list.c: Remove a typo that causes...
2007-08-25 Pierre d'Herbemontmisc/events.c: Remove a trailing \n in debug log.
2007-08-25 Pierre d'Herbemontmisc/events.c: Fix event debugging.
2007-08-25 Pierre d'Herbemontcontrol/media_descriptor.c: Expose event_manager().
2007-08-25 Pierre d'Herbemontmisc/events.c: Add some debug code. (turnable on and...
2007-08-25 Pierre d'Herbemontcontrol/media_instance.c: Retain the media descriptor...
2007-08-25 Pierre d'Herbemontcontrol/media_descriptor.c: Make sure not to retain...
2007-08-24 Pierre d'Herbemontplaylist/services_discovery.c: Implement and expose...
2007-08-24 Pierre d'Herbemontmodules/modules.c: Implement and Expose GetModulesNames...
2007-08-24 Pierre d'Herbemontcontrol/media_descriptor.c: Give access to the subitems.
2007-08-24 Rémi Denis-CourmontBug-to-bug compatibility with Winsock
next