]> git.sesse.net Git - vlc/history - src
Implemented http proxy for mmsh (close #629)
[vlc] / src /
2007-02-27 Rémi Denis-CourmontSimplification
2007-02-27 Derk-Jan Hartman* Fix subtitle detection. utf8_stat returns 0 if file...
2007-02-27 Laurent AimarRemoved dead code.
2007-02-27 Laurent AimarAdded vlc_b64_decode_binary_to_buffer/vlc_b64_decode_bi...
2007-02-27 Damien Fouilleullibvlc-common.c: revert r19040
2007-02-27 Damien Fouilleul- libvlc: make sure that p_static_libvlc always point...
2007-02-27 Damien Fouilleul- libvlc control: uninitialiazed mutex and variables...
2007-02-26 Laurent AimarForce VLM stream to not use sout-keep.
2007-02-26 Laurent AimarImproved vout_Request when using a vout attached to...
2007-02-26 Rémi Denis-CourmontSimplify shutdown() portability
2007-02-26 Rémi Denis-Courmontnet_Close() is a one-liner, so inline it
2007-02-26 Rémi Denis-CourmontDo what the previous commit pretended to do
2007-02-26 Rémi Denis-CourmontRemove net_ReadNonBlock(),
2007-02-26 Rémi Denis-Courmont- Fix handling of POLLHUP and POLLNVAL events
2007-02-25 Antoine CellerierGraa.
2007-02-25 Antoine CellerierCleaner fix to the "object is not attached" issue with...
2007-02-25 Antoine CellerierAdd undocumented play feature to help output.
2007-02-25 Filippo Caronelibvlc_video_get_handle renamed to _get_parent
2007-02-25 Filippo Caronelibvlc_video_get_handle function added
2007-02-25 Laurent AimarFixed a memory access error (net_ReadInner)
2007-02-25 Laurent AimarFixed double input_thread_t free for VOD.
2007-02-25 Laurent AimarRework a bit http socket handling to avoid uninitialize...
2007-02-25 Laurent AimarCopy complete es format descriptor when extra data...
2007-02-25 Laurent AimarAdded vlc_b64_encode_binary (include/vlc_strings.h...
2007-02-25 Laurent AimarFixed httpd stack corruption.
2007-02-25 Antoine CellerierSimplify.
2007-02-25 Antoine CellerierOops ?
2007-02-25 Antoine CellerierFix "object is not attached" error when quiting VLC...
2007-02-25 Antoine CellerierPrevent these errors when using help flag
2007-02-24 Antoine CellerierUntested new hotkeys:
2007-02-23 Dennis van Amerongen* src/network/error.c: added a few more Winsock and...
2007-02-23 Felix Paul Kühne* renamed it, since it's plain C now and doesn't contai...
2007-02-23 Felix Paul Kühne* fixed minor typo
2007-02-23 Felix Paul Kühne* patch by Pierre d'Herbemont which cleans up our local...
2007-02-22 Laurent AimarFixed subtitle/osd memory leaks (subpicture_region_t...
2007-02-22 Laurent AimarImprove input_Preparse clean up (memory leaks).
2007-02-22 Jean-Paul SamanRemove unused headerfile
2007-02-22 Jean-Paul SamanIndentation fix
2007-02-22 Antoine Cellerierplay command fix by ILEoo (see [18938]).
2007-02-21 Laurent AimarChanged input_DestroyThread to take care of detaching...
2007-02-21 Christophe MutricyCompile fix
2007-02-21 Damien Fouilleul- io.c: meaningful error message on win32 when input...
2007-02-21 Antoine Cellerier[PATCH] vlm: play command index same as inputdeln index...
2007-02-21 Rémi Denis-Courmont- Do not store HTTPd clients addresses (unused anyway)
2007-02-21 Rémi Denis-Courmont- Use poll in net_Accept
2007-02-21 Rémi Denis-CourmontAnother mdate() caching optimization
2007-02-21 Rémi Denis-Courmont- Use poll() instead of select to allow breaking the...
2007-02-21 Rémi Denis-CourmontMinor code factorization
2007-02-20 Christophe MutricyCompile fix - Pointed by vcxx
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-18 Jean-Paul SamanDeclare local functions static.
2007-02-15 Rémi Denis-CourmontYet another version.c fix.
2007-02-15 Filippo Caronelibvlc_Internal* need to be exported for libvlc-control
2007-02-15 Rémi Denis-CourmontRemove timeout in network read APIs - closes #1056
2007-02-15 Rémi Denis-CourmontSuppress timeout parameter from net_Select() - refs...
2007-02-15 Rémi Denis-Courmont- Fix error reporting in net_Read* (refs #1056)
2007-02-15 Rémi Denis-Courmonts/vlc_object_die/vlc_object_kill/
2007-02-15 Rémi Denis-Courmontvlc_object_die() opaque wrapper to set b_die, so we...
2007-02-15 Rémi Denis-CourmontUse size_t or ssize_t when appropriate
2007-02-15 Christophe Mutricywin32 replacement for inet_ntop()
2007-02-14 Rémi Denis-CourmontMake some room for !TCP connection-oriented protocols
2007-02-14 Rémi Denis-CourmontInline net_ListenTCP
2007-02-14 Rémi Denis-CourmontRemove seemingly misleading comment
2007-02-13 Rémi Denis-CourmontRework signal handling so that it is async-safe
2007-02-12 Rémi Denis-CourmontUse poll() always and fix terrible bug due to #ifdefs
2007-02-12 Damien Fouilleul- src/vlc.c: compile fix for win32
2007-02-12 Rémi Denis-CourmontFix minor errors
2007-02-12 Rémi Denis-Courmontpoll() replacement
2007-02-12 Damien Fouilleul- getaddrinfo.c: use Win32 shim functions to load getna...
2007-02-12 Christophe MutricyCompile fix. In mingw32 there is a sys/time.h with...
2007-02-12 Rafaël CarréFixes album art local discovery and preparsing for...
2007-02-12 Marian DurkovicMove __wgetmainargs into VLC's main.
2007-02-11 Filippo Caroneplaylist_ItemGetByInputId now included in libvlc
2007-02-11 Rémi Denis-CourmontRemove useless parameter to net_Select
2007-02-11 Christophe Mutricygettimeofday() implementaion for Win32. Leverage from...
2007-02-11 Rémi Denis-CourmontI need some more sleep.
2007-02-11 Rémi Denis-CourmontRemove debug
2007-02-11 Rémi Denis-CourmontReally put socket into non-blocking mode
2007-02-11 Rémi Denis-CourmontPut accept'd socket into non-blocking mode as the others
2007-02-11 Christophe MutricyBetter compile fix by Pierre d'Herbemont
2007-02-11 Rémi Denis-CourmontCosmetic fix
2007-02-11 Rémi Denis-CourmontByte order fix
2007-02-11 Rémi Denis-CourmontFix link-scoped IPv6 addresses
2007-02-11 Christophe Mutricycompile fix
2007-02-10 Rémi Denis-CourmontRepair SAP + SSM
2007-02-10 Rémi Denis-CourmontDisable xpsf playlist until it stops breaking streaming...
2007-02-10 Rémi Denis-CourmontLittle typo, little buffer overflow
2007-02-10 Rémi Denis-CourmontFix a bunch of bugs
2007-02-10 Rémi Denis-CourmontPartial support for COMEDIA in SAP announcer
2007-02-10 Rémi Denis-CourmontRestore some kind of SAP support
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2007-02-10 Rémi Denis-CourmontAdd pf_control to access_output
2007-02-10 Rémi Denis-CourmontBig SAP/announce cleanup
2007-02-10 Rémi Denis-CourmontDe-inline base64 decoder
2007-02-10 Rémi Denis-CourmontAdd support for session description
2007-02-10 Rémi Denis-CourmontCosmetic
2007-02-09 Rémi Denis-CourmontPartial announce API cleanup
2007-02-09 Rémi Denis-CourmontRemove use SAP/TTL cruft
2007-02-09 Rémi Denis-CourmontFix a few warnings
2007-02-09 Rémi Denis-CourmontAdd SDP generation helper with a bunch of would-be...
next