git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Use the normal vlm lock to protect access to the condition variable.
[vlc.git]
/
src
/
input
/
vlm.c
2010-02-10
Antoine Cellerier
Use the normal vlm lock to protect access to the condit...
blob
|
commitdiff
2010-02-08
Antoine Cellerier
Fix VLM scheduling.
blob
|
commitdiff
|
diff to current
2010-02-07
Rémi Denis-Courmont
Split file path functions out of vlc_charset.h into...
blob
|
commitdiff
|
diff to current
2010-02-07
Rémi Denis-Courmont
VLM: remove leading underscores
blob
|
commitdiff
|
diff to current
2010-02-06
Antoine Cellerier
Add some locking.
blob
|
commitdiff
|
diff to current
2010-02-06
Antoine Cellerier
Remove msleep() from vlm. It should work but testing...
blob
|
commitdiff
|
diff to current
2010-02-05
Pierre Ynard
vlm: make vod input objects children of vod server
blob
|
commitdiff
|
diff to current
2010-01-28
Rémi Denis-Courmont
Remove useless vlc_object_detach() before vlc_object_re...
blob
|
commitdiff
|
diff to current
2009-12-28
Rémi Duraffort
vlm: use a static mutex instead of a mutex variable...
blob
|
commitdiff
|
diff to current
2009-11-23
Rémi Denis-Courmont
Convert "rate" variable to float everywhere
blob
|
commitdiff
|
diff to current
2009-11-03
Rafaël Carré
vlm object is needed early, store it when it's allocated
blob
|
commitdiff
|
diff to current
2009-10-18
Sébastien Escudier
VLM : Fix a race condition when input event is triggere...
blob
|
commitdiff
|
diff to current
2009-09-14
Laurent Aimar
Used input_Create+input_Start in vlm.
blob
|
commitdiff
|
diff to current
2009-09-14
Sébastien Escudier
vod preparsing : if muxer is specified, only wait for...
blob
|
commitdiff
|
diff to current
2009-09-14
Sébastien Escudier
vod input preparsing : use input events instead of...
blob
|
commitdiff
|
diff to current
2009-08-29
Rémi Denis-Courmont
VLM: fix aliasing
blob
|
commitdiff
|
diff to current
2009-08-24
Sébastien Escudier
VLM : move input event callback deletion. In order...
blob
|
commitdiff
|
diff to current
2009-08-20
Pierre d'Herbemont
vlm: More unused parameter warning fix.
blob
|
commitdiff
|
diff to current
2009-07-06
Sébastien Escudier
VLM add input events
blob
|
commitdiff
|
diff to current
2009-05-08
Laurent Aimar
Fixed a race condition with input creation and events.
blob
|
commitdiff
|
diff to current
2009-04-10
Rémi Denis-Courmont
Remove useless check for time.h
blob
|
commitdiff
|
diff to current
2009-04-06
Rémi Denis-Courmont
Attach VLM inputs to LibVLC. Fixes #2639.
blob
|
commitdiff
|
diff to current
2009-04-05
Sébastien Escudier
VLM : Add media name in callbacks
blob
|
commitdiff
|
diff to current
2009-04-05
Rémi Denis-Courmont
Attach VOD task to libvlc rather than VLM - fixes ...
blob
|
commitdiff
|
diff to current
2009-03-09
Laurent Aimar
Added a INPUT_EVENT_ABORT event to detect user requeste...
blob
|
commitdiff
|
diff to current
2009-03-08
Laurent Aimar
Added basic VLM events.
blob
|
commitdiff
|
diff to current
2009-03-01
Rémi Denis-Courmont
Ressource -> Resource
blob
|
commitdiff
|
diff to current
2009-03-01
Rémi Denis-Courmont
Spell resource the English way
blob
|
commitdiff
|
diff to current
2009-02-19
Geoffroy Couprie
WinCE: add missing include in vlm.c
blob
|
commitdiff
|
diff to current
2009-01-17
Laurent Aimar
Renamed input_item_AddOpt to input_item_AddOption.
blob
|
commitdiff
|
diff to current
2009-01-05
Laurent Aimar
Activated vout/aout recycling with playlist inputs.
blob
|
commitdiff
|
diff to current
2009-01-05
Laurent Aimar
Prepare for safe (sout)/vout/aout recycling.
blob
|
commitdiff
|
diff to current
2008-12-13
Rémi Duraffort
module_need wants pointers and boolean so give NULL...
blob
|
commitdiff
|
diff to current
2008-12-12
Rémi Duraffort
Use calloc instead of malloc+memset.
blob
|
commitdiff
|
diff to current
2008-12-12
Sébastien Escudier
Use NULL for pointer
blob
|
commitdiff
|
diff to current
2008-11-04
Sébastien Escudier
input_DetachSout corrections
blob
|
commitdiff
|
diff to current
2008-10-06
Geoffroy Couprie
WinCE: compile vlm
blob
|
commitdiff
|
diff to current
2008-09-21
Rémi Denis-Courmont
lower case the module_* functions
blob
|
commitdiff
|
diff to current
2008-09-20
Antoine Cellerier
s/vlc_object_yield/vlc_object_release/
blob
|
commitdiff
|
diff to current
2008-09-01
Rafaël Carré
VLM: be sure the input thread has terminated
blob
|
commitdiff
|
diff to current
2008-08-27
Rémi Denis-Courmont
libvlccore: push threads cancellation down vlc_thread_c...
blob
|
commitdiff
|
diff to current
2008-08-25
Rémi Denis-Courmont
VLM: cleanup VLM threading
blob
|
commitdiff
|
diff to current
2008-08-24
Rémi Denis-Courmont
Work around^W^WFix VLM multiple thread join (closes...
blob
|
commitdiff
|
diff to current
2008-08-17
Rémi Denis-Courmont
VLM: join before destroy
blob
|
commitdiff
|
diff to current
2008-08-17
Rémi Denis-Courmont
Join the input thread before we destroy the input object
blob
|
commitdiff
|
diff to current
2008-08-14
Pierre d'Herbemont
codecleanup: Replace input_Item by input_item.
blob
|
commitdiff
|
diff to current
2008-08-13
Rémi Denis-Courmont
*whistle* ladada
blob
|
commitdiff
|
diff to current
2008-08-13
Rémi Duraffort
Check asprintf return value and fix memleak.
blob
|
commitdiff
|
diff to current
2008-08-07
Rémi Duraffort
Fix threaded function declaration.
blob
|
commitdiff
|
diff to current
2008-07-14
Rémi Duraffort
Check asprintf return value and avoid potential segfault.
blob
|
commitdiff
|
diff to current
2008-07-02
Rémi Denis-Courmont
VLM: build if ENABLE_VLM rather than ENABLE_SOUT
blob
|
commitdiff
|
diff to current
2008-06-19
Rémi Duraffort
Remove msg_Err about memory allocation.
blob
|
commitdiff
|
diff to current
2008-06-14
Jean-Baptiste Kempf
Remove unused variable.
blob
|
commitdiff
|
diff to current
2008-06-04
Rémi Denis-Courmont
VLM: remove the unneeded sout-keep hack
blob
|
commitdiff
|
diff to current
2008-05-31
Rémi Denis-Courmont
libvlc: use vlc_common.h (libvlccore) instead of vlc...
blob
|
commitdiff
|
diff to current
2008-05-12
Rémi Denis-Courmont
Try to split the mind boggingly big vlm.c
blob
|
commitdiff
|
diff to current
2008-05-10
Pierre d'Herbemont
vlm: Fix a warning about a non initialized pointer...
blob
|
commitdiff
|
diff to current
2008-05-08
Rémi Denis-Courmont
Fix a bunch of warnings (error handling)
blob
|
commitdiff
|
diff to current
2008-05-08
Rémi Denis-Courmont
Fix yesterday's VLM bug
blob
|
commitdiff
|
diff to current
2008-05-07
Rémi Denis-Courmont
Tag a bug so that I don't forget about it
blob
|
commitdiff
|
diff to current
2008-05-07
Rémi Denis-Courmont
We know where VLM is, no need to find it.
blob
|
commitdiff
|
diff to current
2008-05-04
Rémi Denis-Courmont
vlc_mutex_init: remove unused paramter
blob
|
commitdiff
|
diff to current
2008-05-01
Rémi Denis-Courmont
Remnants of I64F.
blob
|
commitdiff
|
diff to current
2008-04-29
Adrien Grand
Fix the interpretation of command "help" by VLM.
blob
|
commitdiff
|
diff to current
2008-04-14
Pierre d'Herbemont
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
blob
|
commitdiff
|
diff to current
2008-04-08
Filippo Carone
decref the correct value in vlm_ControlMediaDel
blob
|
commitdiff
|
diff to current
2008-03-30
Pierre d'Herbemont
vlm: Only use gc enabled input item. (input_ItemClean...
blob
|
commitdiff
|
diff to current
2008-03-29
Rémi Denis-Courmont
Fix size of VOD objects
blob
|
commitdiff
|
diff to current
2008-03-29
Rémi Denis-Courmont
Create VLM as a custom object
blob
|
commitdiff
|
diff to current
2008-03-29
Rémi Denis-Courmont
Missing #include
blob
|
commitdiff
|
diff to current
2008-03-29
Rémi Denis-Courmont
Remove VOD object type - not actually needed
blob
|
commitdiff
|
diff to current
2008-03-26
Pierre d'Herbemont
vlm: No need to vlc_object_kill() nor vlc_thread_join...
blob
|
commitdiff
|
diff to current
2008-03-23
Pierre d'Herbemont
input: Remove input_DestroyThread() as it is now handle...
blob
|
commitdiff
|
diff to current
2008-03-19
Rémi Denis-Courmont
Factorize the localtime_r replacement
blob
|
commitdiff
|
diff to current
2008-03-19
Pierre d'Herbemont
vlm: Don't automatically detach in vlm_Delete if not...
blob
|
commitdiff
|
diff to current
2008-03-19
Pierre d'Herbemont
vlm: Fix destruction by using correctly using refcounting.
blob
|
commitdiff
|
diff to current
2008-03-18
Pierre d'Herbemont
input: Get rid of Destroy(), and move sout keeping...
blob
|
commitdiff
|
diff to current
2008-03-17
Rémi Denis-Courmont
VLM: use input_ItemAddOption
blob
|
commitdiff
|
diff to current
2008-03-12
Rémi Duraffort
Remove useless test before freeing something.
blob
|
commitdiff
|
diff to current
2008-02-26
Pierre d'Herbemont
misc/objects.c: Don't rely on vlc_object_destroy()...
blob
|
commitdiff
|
diff to current
2008-01-29
Rafaël Carré
vlm: kludge to avoid well-handled NULL format string...
blob
|
commitdiff
|
diff to current
2008-01-27
Rémi Denis-Courmont
Fix VLM compilation with --disable-vlm - fixes #1431
blob
|
commitdiff
|
diff to current
2008-01-27
Rafaël Carré
missing header
blob
|
commitdiff
|
diff to current
2008-01-23
Rémi Denis-Courmont
Don't include config.h from the headers - refs #297.
blob
|
commitdiff
|
diff to current
2007-12-16
Jean-Paul Saman
remove excess whitespace
blob
|
commitdiff
|
diff to current
2007-11-01
Rémi Denis-Courmont
vlm: Use RT rather than monotonic clock - fixes #1288
blob
|
commitdiff
|
diff to current
2007-10-26
Jean-Paul Saman
Fix potential memleaks in src/input/vlm.c
blob
|
commitdiff
|
diff to current
2007-09-30
Rémi Denis-Courmont
Hide object reference counter.
blob
|
commitdiff
|
diff to current
2007-09-10
Rafaël Carré
Removes trailing spaces. Removes tabs.
blob
|
commitdiff
|
diff to current
2007-09-01
Rémi Denis-Courmont
Fix (Win32) precompiler warnings
blob
|
commitdiff
|
diff to current
2007-08-22
Rafaël Carré
Input access locking, part 3 (final).
blob
|
commitdiff
|
diff to current
2007-08-20
Rémi Denis-Courmont
Remember not to include anything before vlc/vlc.h
blob
|
commitdiff
|
diff to current
2007-08-16
Rémi Denis-Courmont
Remove redumdant parameter to vlc_global
blob
|
commitdiff
|
diff to current
2007-05-19
Rémi Denis-Courmont
Use vlc_object_kill(). Needs triple checking.
blob
|
commitdiff
|
diff to current
2007-05-04
Antoine Cellerier
"[PATCH] add play <url> ability to vlm" by Ilkka Ollakka
blob
|
commitdiff
|
diff to current
2007-05-04
Antoine Cellerier
"[PATCH] show input index-number in vlm show" by Ilkka...
blob
|
commitdiff
|
diff to current
2007-03-08
Laurent Aimar
Fixed media looping (Patch by Ilkka Ollakka)
blob
|
commitdiff
|
diff to current
2007-03-07
Laurent Aimar
Clean up vlm script parsing and introduce new API.
blob
|
commitdiff
|
diff to current
2007-03-02
Laurent Aimar
Implemented sout-keep per media support.
blob
|
commitdiff
|
diff to current
2007-03-01
Laurent Aimar
Start cleaning up VLM + fixed vlm_New() race condition.
blob
|
commitdiff
|
diff to current
next