]> git.sesse.net Git - vlc/history - src
API cleanup
[vlc] / src /
2007-03-11 Rémi Denis-CourmontFix a bunch of errors in PO files (fuzzy file descripti...
2007-03-10 Jean-Paul SamanRevert [19273] because these asserts are meant to catch...
2007-03-10 Jean-Paul SamanDon't abort when nothing found in playlist.
2007-03-10 Jean-Paul SamanCheck return value of GetInput
2007-03-10 Jean-Paul SamanFix a bunch of potential memleaks.
2007-03-10 Jean-Paul SamanFix compiler warning
2007-03-10 Jean-Paul SamanDon't check return value of getopt_long against EOF...
2007-03-10 Jean-Paul SamanRemove unused headerfile
2007-03-10 Jean-Paul SamanProperly cleanup hal connection when connecting to...
2007-03-08 Laurent AimarFixed media looping (Patch by Ilkka Ollakka)
2007-03-07 Laurent AimarFixed sout leak on access error.
2007-03-07 Laurent AimarClean up vlm script parsing and introduce new API.
2007-03-07 Laurent AimarDisable control vlm.
2007-03-06 Rémi Denis-Courmontsetlocale() (very) early, so we may have a chance to...
2007-03-06 Rémi Denis-CourmontCompile fix
2007-03-06 Rémi Denis-CourmontCleanup text domain binding, and do not do it twice.
2007-03-06 Rémi Denis-CourmontUse vlc_b64_decode instead of local implementation
2007-03-05 Rémi Denis-CourmontUse replacement API for obsolete systems. Not tested.
2007-03-05 Damien Fouilleulgetaddrinfo.c: a word of warning ...
2007-03-05 Damien Fouilleulgettaddrinfo.c: fixed shims on win32 (tested on XP)
2007-03-05 Damien Fouilleul- control/video.c: clean up and more error/exception...
2007-03-05 Damien Fouilleul- control APIs: do not crash if exception parameter...
2007-03-03 Rémi Denis-CourmontI really have had enough with this getaddrinfo crashes.
2007-03-03 Rémi Denis-CourmontFix RC interface
2007-03-03 Rémi Denis-CourmontFix assertion failure
2007-03-03 Derk-Jan Hartman* Fix blocking intf launching without pf_run on OSX
2007-03-03 Pierre d'HerbemontMac OS X: Remove dead code. Make sure terminate: calls...
2007-03-03 Pierre d'HerbemontMac OS X: Make "Force Quit" works the first time it...
2007-03-03 Rémi Denis-CourmontFix a compiler warning and simplify
2007-03-03 Rémi Denis-CourmontReally fix race VLC_Die condition
2007-03-03 Rémi Denis-CourmontImprove getaddrinfo() replacement errors
2007-03-03 Rémi Denis-Courmont- Fix thread safety problem in [18812]
2007-03-03 Rémi Denis-CourmontFix linking.
2007-03-03 Rémi Denis-CourmontDo not chain multiple getaddrinfo implementation.
2007-03-03 Rémi Denis-CourmontRemove dead code
2007-03-03 Rémi Denis-CourmontRemove redumdant mutex
2007-03-03 Rémi Denis-CourmontAdd SSM definition for Vista (closes #313)
2007-03-03 Rémi Denis-CourmontMissing include
2007-03-03 Rémi Denis-CourmontFixups
2007-03-03 Rémi Denis-CourmontMissing error message
2007-03-02 Antoine CellerierDon't authorize "." or ".." for filenames.
2007-03-02 Laurent AimarOn pause and rate change from normal rate, call input_E...
2007-03-02 Laurent AimarImplemented sout-keep per media support.
2007-03-02 Laurent Aimar Do not use private VLM function (fixed in an ugly...
2007-03-02 Christophe MutricyCompile fix + define undefined error value
2007-03-02 Damien Fouilleul- log.c: fix for negative message count
2007-03-02 Rémi Denis-Courmont- Return errors in case of overflow
2007-03-02 Rémi Denis-CourmontRemove dead code:
2007-03-02 Rémi Denis-CourmontFix handling of EINTR in sleeping functions.
2007-03-02 Christophe MutricyDo not pass too much argument to sprintf
2007-03-02 Damien Fouilleul- libvlc ABIs: test that demux is available before...
2007-03-01 Laurent AimarFixed statistic counter leaks per host.
2007-03-01 Antoine CellerierOops.
2007-03-01 Antoine Cellerier * Fix forbiden windows characters list. (in fact it...
2007-03-01 Christophe MutricyCompile fix
2007-03-01 Pierre d'HerbemontFix a hang when quitting vlc on Mac OS X. This hang...
2007-03-01 Antoine CellerierDots are allowed in filenames (even on WIN32...). Thank...
2007-03-01 Laurent AimarStart cleaning up VLM + fixed vlm_New() race condition.
2007-03-01 Rémi Denis-CourmontCache system clock in userland to save a few avoidable...
2007-03-01 Rémi Denis-CourmontFix race condition and simplify SigHandler
2007-03-01 Rémi Denis-CourmontFix abortion if killing signals are re-used.
2007-03-01 Rémi Denis-CourmontRemoving a warning never solved a problem (revert ...
2007-03-01 Rémi Denis-CourmontFix incorrect string fix (revert [15025])
2007-03-01 Sigmund Augdal Helbergnone-sematic changes:
2007-02-28 Sigmund Augdal Helbergdisable clock_nanosleep for mwait for now. Fixes dvd...
2007-02-28 Laurent AimarReworked/improved the way sout-keep works. (VLM sout...
2007-02-28 Yoann Peronneau* src/playlist/loadsave.c: create directory before...
2007-02-28 Christophe Massiot * src/text/iso-639_def.h: Add original audio pseudo...
2007-02-28 Christophe MutricyMeaningfull typo
2007-02-28 Rémi Denis-Courmonttypo
2007-02-28 Rémi Denis-CourmontFix POL.*HUP handling: POLLHUP is for writing,
2007-02-27 Rémi Denis-Courmont*Ahem* compile testing is good, but it only works
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...
next