]> git.sesse.net Git - vlc/history - src
Remove useless assert(len>0) because (len == 0) is already tested on line 159.
[vlc] / src /
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...
2007-02-09 Rémi Denis-CourmontNTPtime64() returns an NTP timestamp
2007-02-07 Sigmund Augdal HelbergDon't crash on messed up aspect ratios.
2007-02-06 Pavlov KonstantinFix indentation.
2007-02-06 Pavlov KonstantinRemove pid file on exit.
2007-02-06 Pavlov KonstantinAdded symbols needed to link vlc.
2007-02-06 Jean-Paul SamanFix by thresh for syslog logging. Initialized pointers...
2007-02-05 Rémi Denis-CourmontWarning: Explicit kludge - parental advisory
2007-02-05 Rémi Denis-CourmontUDP-Lite access output
2007-02-05 Rémi Denis-CourmontFix memory leaks and dummy error messages in net_OpenDgram
2007-02-05 Damien Fouilleul- vlc.c: commented out rootwrap() till it is properly...
2007-02-05 Rémi Denis-CourmontUDP-Lite access
2007-02-04 Jean-Baptiste KempfAdd a module_Exists() function for Simple_Prefs. Don...
2007-02-03 Damien Fouilleul- added controlled symbol export support for win32...
2007-02-02 Antoine CellerierUse DIR_SEP instead of "/"
2007-02-01 Rafaël CarréAlways initialise dbus threads
2007-01-30 Jean-Paul SamanFixed crash on vlc exit/quit and added sanity checking...
2007-01-26 Antoine CellerierOops.
2007-01-26 Antoine Cellerieradd new filename_sanitize and path_sanitize functions...
2007-01-25 Christophe MutricyChange the default for sout-keep to enabled.
2007-01-23 Antoine Cellerier * Enable format time/meta stuff in snapshot-prefix.
2007-01-23 Christophe Massiot * modules/demux/ts.c: Fixed stream output mode detection.
2007-01-23 Sam Hocevar * Win32 timer bug (0x100000000 * 1000 != 0x100000000000).
2007-01-16 Derk-Jan Hartman* Ehm, MAX, not MIN of course. And let's check both...
2007-01-16 Derk-Jan Hartman* Don't allow negative offsets when blending
2007-01-14 Rémi Denis-CourmontOups (again)
2007-01-14 Rémi Denis-CourmontFix out-of-bound read uncovered by sam
2007-01-10 Damien Fouilleulmtime.c: previous codepath prevented RTC from ever...
2007-01-09 Damien Fouilleul- src/Makefile.am: make sure libvlc.dll is always rebui...
2007-01-08 Damien Fouilleul - added libvlc_video_set/get_crop_geometry() api
next