]> git.sesse.net Git - vlc/history - src
Partial unfinished pipes conditional fallback for condition variables.
[vlc] / src /
2007-09-30 Rémi Denis-CourmontPartial unfinished pipes conditional fallback for condi...
2007-09-30 Rémi Denis-CourmontAdd missing copyright and license header
2007-09-30 Rémi Denis-CourmontFix segmentation fault
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-30 Rémi Denis-CourmontFix tiny race condition
2007-09-30 Rémi Denis-CourmontHide object reference counter.
2007-09-29 Laurent AimarFixed a regression with --sub-autodetect-path
2007-09-29 Laurent AimarCheck all(?) memory allocations (if you do it, do it...
2007-09-29 Laurent AimarFixed segfault if more than 1 subtitle has been detecte...
2007-09-28 Laurent AimarAdded CD+G file support:
2007-09-28 Rafaël Carrémodules.c: removes unneeded hack
2007-09-28 Rafaël CarréAdds an input option "meta-file" to be used by input...
2007-09-28 Rafaël Carréinput: Removes unused variable
2007-09-27 Rafaël CarréPATH_MAX is defined in limits.h
2007-09-26 Rémi Denis-CourmontImprove debug messages (tracking down some DCCP issues)
2007-09-24 Rémi Denis-CourmontFix up HTTP/RTSP version detection:
2007-09-24 Rémi Denis-CourmontPartial fix to response protocol version detection
2007-09-24 Rémi Denis-CourmontIgnore leading "white" characters in HTTP and RTSP...
2007-09-24 Rémi Denis-CourmontAdd HTTP 505 error
2007-09-23 Jean-Paul SamanFix spu_RenderSubpictures() rendering of TEXT subtitles...
2007-09-23 Rémi Denis-CourmontPass --playlist-enqueue from started instance to runnin...
2007-09-23 Rémi Denis-CourmontMark playlist-enqueue as non-saveable - refs #869
2007-09-23 Rémi Denis-CourmontFix use-after-free when the input is still in use by...
2007-09-23 Rémi Denis-CourmontAssume UTF-8 instead of ASCII.
2007-09-23 Rémi Denis-CourmontRe-do [18770] - fixes #1287.
2007-09-23 Pierre d'Herbemontlibvlc: Implement the _get_state function. Fix a leak...
2007-09-23 Felix Paul Kühne* hacky compilation fix for OSX PPC. Please review
2007-09-23 Rémi Denis-CourmontSet verbosity to something until we parse the command...
2007-09-23 Rémi Denis-CourmontDo not force set VLC_VERBOSE.
2007-09-23 Jean-Paul Samanfix osdmenu-file-path option
2007-09-23 Rémi Denis-CourmontOnly override verbosity from VLC_VERBOSE if actually set
2007-09-23 Rémi Denis-CourmontFix console support autodetection.
2007-09-23 Rémi Denis-CourmontConfigure the message queue parameter before we use...
2007-09-22 Rémi Denis-CourmontFix directory permission again
2007-09-22 Rémi Denis-CourmontAdd mode parameter to utf8_mkdir, and stop creating...
2007-09-22 Rémi Denis-CourmontSave plugin cache to .cache/vlc/ rather than .cache...
2007-09-22 Rémi Denis-CourmontLast part of the Speex/RTP patch - fixes #1291
2007-09-22 Rémi Denis-CourmontExport utf8_mkdir
2007-09-22 Rémi Denis-CourmontFix error message on failed TCP connection
2007-09-22 Rémi Denis-CourmontFix TLS session cleanup
2007-09-22 Rémi Denis-CourmontCleanup server name parameter handling
2007-09-22 Rémi Denis-CourmontRework/simplify the TLS plugin interface (LibVLC <...
2007-09-20 Jean-Paul SamanFix return values for spu_Create() and spu_Init().
2007-09-20 Pierre d'Herbemontinterface.c: Default b_should_run_on_first_thread to...
2007-09-20 Pierre d'HerbemontRevert Previous commit.
2007-09-20 Pierre d'Herbemontinterface.c: Default b_should_run_on_first_thread to...
2007-09-20 Pierre d'Herbemontinterface.c: Better comment.
2007-09-20 Pierre d'Herbemontinterface.c: Support execution of the interface Run...
2007-09-20 Pierre d'Herbemontlibvlc: Implement media_list_view, which will be used...
2007-09-19 Rémi Denis-CourmontAvoid setlocale - not thread-safe
2007-09-19 Rémi Denis-CourmontDo not set locale twice (it is already taken care of...
2007-09-19 Rémi Denis-CourmontDo not set never used value
2007-09-19 Rémi Denis-CourmontFix DCCP support
2007-09-19 Rémi Denis-CourmontSupport for DCCP in net_Listen
2007-09-19 Rémi Denis-CourmontFix previous commit
2007-09-19 Rémi Denis-CourmontHandle lack of listener in net_Accept
2007-09-19 Rémi Denis-CourmontSimplify net_Listen (no real use for family and type...
2007-09-19 Rémi Denis-CourmontFixup DCCP include ordering
2007-09-18 Rémi Denis-CourmontRemove remaining strerror() calls from core - refs...
2007-09-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
2007-09-18 Rémi Denis-CourmontPrint Winsock error instead of errno if applicable
2007-09-18 Rémi Denis-Courmont- Make language list more diff-friendly
2007-09-17 Rafaël Carréplaylist: removes useless variable, only preparse files
2007-09-17 Rafaël Carréstr_format_meta(): fix HUGE memory leak & segfault.
2007-09-17 Rémi Denis-CourmontGNU libc-like support for "%m" expanded as strerror...
2007-09-17 Rafaël CarréFactorize [22111]
2007-09-17 Rémi Denis-CourmontAdd an assertion
2007-09-17 Rémi Denis-CourmontForce fallback to realtime clock when clock selection...
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
next