An error occurred fetching the project authors.
- 07 Feb, 2010 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 06 Feb, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also fix a potential crash in case of stale subscriber (print debug message to stderr).
-
- 05 Feb, 2010 1 commit
-
-
Laurent Aimar authored
-
- 04 Feb, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Feb, 2010 2 commits
-
-
Jakob Leben authored
input_item: compress two functions into one and rename "Add" into "Post" for clarity and consistency
-
Pierre d'Herbemont authored
input_item: Remove input_item_AddSubItem2 and send subitem_added event from input_item_node_AppendNode(). This means that we don't need input_item_AddSubItem if there is an input_item_node_Append*(). input_item_AddSubItem now send the subitem_tree_added event as well.
-
- 02 Feb, 2010 4 commits
-
-
Adrien Maglo authored
Signed-off-by:
Laurent Aimar <fenrir@videolan.org>
-
Jakob Leben authored
-
Jakob Leben authored
-
Jakob Leben authored
- Playlist items are stored only once. No category / onelevel separation - Services Discovery nodes always stay a tree - The playlist and Media Library are tree or flat depending on variable "playlist-tree". It means that if the setting variable says flat, the items that come from playlist demuxers are flattened into a single level list. - The design demanded a different playlist demuxing system. Now playlist demuxers should construct a tree of items under an input_item_node_t root and send that using input_item_AddSubItemTree. Currently, the old scheme will be retained in modules, because there is still some listening to the old event in code (the libvlc media system for example)
-
- 30 Jan, 2010 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 28 Jan, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is needed for out-of-tree modules. We need to translate their plugin descriptor strings from their domain.
-
- 27 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 Jan, 2010 1 commit
-
-
Laurent Aimar authored
-
- 24 Jan, 2010 1 commit
-
-
Jean-Philippe André authored
-
- 19 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 Jan, 2010 1 commit
-
-
Rafaël Carré authored
The stream_out_t chain creation is modified: all modules are created by the core (or by stream_out_duplicate) instead of being created by the previous module. sout_StreamChain{New,Delete} replace sout_Stream{New,Delete} to handle modules chains instead of individual modules sout_Stream{New,Delete} are still used by those new functions but made static inside stream_output.c Remove now unneeded psz_chain from struct sout_instance_t Replace pointer to chain of next module by pointer to next module in struct sout_stream_t Example use: vlc --sout-all input.mp4 --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}" (dst=transcode without acodec/vcodec is a hack to pass the encoded stream to stream_out_standard without transcoding)
-
- 10 Jan, 2010 1 commit
-
-
Francois Cartegnie authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 06 Jan, 2010 3 commits
-
-
Christophe Mutricy authored
-
Pierre d'Herbemont authored
meta: Make vlc_meta_t an opaque structure and move a bunch of static inline function to their private .c files.
-
Rémi Denis-Courmont authored
-
- 30 Dec, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Dec, 2009 1 commit
-
-
Antoine Cellerier authored
vlc_GetActionId() is used to get an ACTIONID from the action's name, which is way better than getting the hotkey setting from the hotkey name and then, if the hotkey was set, looking up the corresponding action id ... since this also works if the hotkey isn't set. Export this function in lua and use in common.hotkey().
-
- 26 Dec, 2009 1 commit
-
-
Rémi Denis-Courmont authored
This enables passing a below state in addition to currently supported always-on-top (above) and normal. (However, none of the window provider support it just yet).
-
- 21 Dec, 2009 2 commits
-
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
- 19 Dec, 2009 1 commit
-
-
Jean-Philippe André authored
-
- 13 Dec, 2009 1 commit
-
-
Laurent Aimar authored
-
- 08 Dec, 2009 1 commit
-
-
Rafaël Carré authored
-
- 11 Nov, 2009 1 commit
-
-
Nick Briggs authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-