git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Sanitize input headers (pass 4).
[vlc.git]
/
src
/
input
/
vlm.c
2008-10-06
Geoffroy Couprie
WinCE: compile vlm
blob
|
commitdiff
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
2007-02-28
Laurent Aimar
Reworked/improved the way sout-keep works. (VLM sout...
blob
|
commitdiff
|
diff to current
2007-02-26
Laurent Aimar
Force VLM stream to not use sout-keep.
blob
|
commitdiff
|
diff to current
2007-02-25
Antoine Cellerier
Add undocumented play feature to help output.
blob
|
commitdiff
|
diff to current
2007-02-25
Laurent Aimar
Fixed double input_thread_t free for VOD.
blob
|
commitdiff
|
diff to current
2007-02-22
Antoine Cellerier
play command fix by ILEoo (see [18938]).
blob
|
commitdiff
|
diff to current
2007-02-21
Laurent Aimar
Changed input_DestroyThread to take care of detaching...
blob
|
commitdiff
|
diff to current
2007-02-21
Christophe Mutricy
Compile fix
blob
|
commitdiff
|
diff to current
2007-02-21
Antoine Cellerier
[PATCH] vlm: play command index same as inputdeln index...
blob
|
commitdiff
|
diff to current
2006-12-06
Marian Durkovic
Remove duplicate code. The new Unescape() is already...
blob
|
commitdiff
|
diff to current
2006-12-04
Marian Durkovic
VLM quoting magic for partially quoted strings
blob
|
commitdiff
|
diff to current
2006-12-03
Marian Durkovic
Implement shell-style escaping also for double quotes...
blob
|
commitdiff
|
diff to current
2006-12-03
Antoine Cellerier
Export vlm_MessageNew and vlm_MessageAdd.
blob
|
commitdiff
|
diff to current
2006-12-03
Rémi Denis-Courmont
- fix input memleak
blob
|
commitdiff
|
diff to current