]> git.sesse.net Git - vlc/history - src
Do not compute values that are never used (anymore)
[vlc] / src /
2007-09-17 Rémi Denis-Courmont- Fix potential use after free
2007-09-17 Rémi Denis-CourmontSignal the playlist BEFORE unlocking it.
2007-09-17 Pierre d'Herbemontmisc/threads.c: On non-linux create a PTHREAD_MUTEX_ERR...
2007-09-16 Rémi Denis-CourmontOut-of-line __pl_Get and __pl_Release - depend on libvl...
2007-09-16 Christophe MutricyFree no longer needed after changes in getNonEmptyString
2007-09-16 Rémi Denis-CourmontMark the test programs as not installable
2007-09-16 Rémi Denis-Courmontblock_FifoWake: force the block_FifoGet()'ing thread...
2007-09-16 Rémi Denis-Courmontnew API
2007-09-16 Rémi Denis-CourmontUse new API too
2007-09-16 Rémi Denis-CourmontUse new API
2007-09-16 Rémi Denis-CourmontTypo
2007-09-16 Rémi Denis-CourmontInline vlc_object_signal
2007-09-16 Rémi Denis-CourmontCosmetic
2007-09-16 Rémi Denis-CourmontAlso use the new API here
2007-09-16 Rémi Denis-CourmontWrappers around thread signaling functions for object:
2007-09-16 Rémi Denis-CourmontConst cleanup
2007-09-16 Rémi Denis-Courmontvar_CreateGetNEString simplications
2007-09-16 Rémi Denis-CourmontSwitch the few var_GetString remains to var_GetNonEmpty...
2007-09-16 Rémi Denis-Courmonttypo
2007-09-16 Rémi Denis-CourmontPartial memory error handling
2007-09-16 Rémi Denis-CourmontError handling
2007-09-16 Rémi Denis-CourmontMemory error handling
2007-09-16 Rémi Denis-CourmontSimplification / memory error handling
2007-09-16 Rémi Denis-CourmontFix condition variable clock ifdef
2007-09-15 Rémi Denis-CourmontAnnounce API simplification
2007-09-15 Rémi Denis-CourmontRemove dead code
2007-09-15 Rémi Denis-CourmontUnexport some unused APIs
2007-09-15 Rémi Denis-CourmontTypo
2007-09-15 Rémi Denis-CourmontVLC-specific playlist group support
2007-09-15 Rémi Denis-CourmontRework SDP API a little
2007-09-15 Rémi Denis-CourmontPrice of the most useless piece of code of the day
2007-09-15 Rémi Denis-CourmontFix MacOS linking
2007-09-15 Rémi Denis-CourmontAnother MacOS compile fix
2007-09-15 Rémi Denis-CourmontAttempt to fix MacOS build
2007-09-15 Rémi Denis-CourmontUse monotonic clock when available only
2007-09-15 Rémi Denis-CourmontCheck for <linux/dccp.h> before including it
2007-09-15 Rémi Denis-CourmontMake sure we use the same clock for condition variable
2007-09-15 Rémi Denis-CourmontWhen killing libvlc, also kill all its immediate children
2007-09-15 Rémi Denis-CourmontFix doc
2007-09-15 Rémi Denis-CourmontWakes an object when it is being killed
2007-09-15 Rémi Denis-CourmontRemove interface b_block property.
2007-09-15 Rémi Denis-CourmontDon't crash if a client sends an overly large header
2007-09-15 Rémi Denis-CourmontRemove auto-update. This is blatantly insecure.
2007-09-14 Rémi Denis-CourmontHide (+minor changes) block_fifo_t layout
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-09-14 Rémi Denis-CourmontWrite accessor for relevant block_fifo_t state
2007-09-13 Rafaël CarréRemove debug not intended to be committed, however...
2007-09-13 Rafaël CarréChecks ncursesw/curses.h presence
2007-09-13 Rémi Denis-CourmontUse size_t instead of socklen_t
2007-09-12 Rémi Denis-CourmontDSO friendlyness
2007-09-12 Rafaël CarréAsserts p_this on __vlc_mutex_init()
2007-09-12 Rémi Denis-CourmontCosmetic
2007-09-12 Rémi Denis-CourmontRemove extra va_end; code factorization
2007-09-11 Christophe MutricyRemove always true tests
2007-09-11 Ilkka Ollakkause va_copy, so you don't use same va_list twice.
2007-09-11 Rémi Denis-CourmontDon't forget bitrate
2007-09-11 Rémi Denis-CourmontFix *printf usage
2007-09-11 Rémi Denis-CourmontMissing CRLF
2007-09-11 Rémi Denis-CourmontFix segfault
2007-09-11 Rémi Denis-CourmontTry to improve and export the SDP formatting helpers
2007-09-10 Antoine CellerierSort the VLC translation languages alphabeticaly accord...
2007-09-10 Antoine CellerierFix horrible bug in language id list (must have broken...
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
next