- 15 Feb, 2011 2 commits
-
-
Jean-Paul Saman authored
Make sure stream_out_select also builds on windows (Win32, Win64, WinCE).
-
Jean-Paul Saman authored
Improve wording of comments and description
-
- 11 Feb, 2011 5 commits
-
-
Jean-Paul Saman authored
Replace an existing ES with another without disrupting the client. It can be used in combination with VLM. Here is an example vlm command file: # VLC media player VLM command batch # http://www.videolan.org/vlc/ # MPEG-TS stream new ts broadcast enabled setup ts input "file:///<path_to_some_file_to_play>" setup ts output #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio} setup ts loop # Mic input new mic broadcast enabled setup mic input "alsa://" setup mic output #transcode{acodec=mpga,ab=192,channels=2}:bridge-in{id-offset=0}:select{disable=0}:setid{id=0,newid=0xa3}:autodel:std{access=udp,mux=ts,dst=127.0.0.1:1234} # Fire it up control ts play control mic play
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Anuradha Suraparaju authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 1c2a95b85ef3e984fd963e7fff6c1c03693b9255) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 09 Feb, 2011 3 commits
-
-
Rémi Denis-Courmont authored
-
Daniel Mierswa authored
based on vlc.git 7be936ca451fa0c052069895460dcc0e67f4dfa3 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Daniel Mierswa authored
based on vlc.git b985df9294dc563ba9da13795b3fb1a728db7073 they're available since version 1.0.0 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Feb, 2011 5 commits
-
-
Jean-Paul Saman authored
If allocating fails, then graciously fail instead of crash.
-
Jean-Paul Saman authored
Graciously fail if snd_pcm_start() returns an error.
-
Jean-Paul Saman authored
The framerate as specified by the user or detected by the v4l2 access input was overwritten by the rawvideo decoder. The module did not specify: es_fmt.video.i_frame_rate es_fmt.video.i_frame_rate_base Their default values are 0. The rawvideo decoder detects that there is no framerate specified and resorts to its own default (fps 25.0). Through setting framerate and framerate_base in the v4l2 es format the correct fps is communicated to vlc core.
-
Jean-Paul Saman authored
The framerate reduction code is not needed. If the user did not set the requested framerate, then the v4l2 module asks the driver for its default value. When fps is specified by the user then that one is used.
-
Jean-Paul Saman authored
-
- 07 Feb, 2011 5 commits
-
-
Mindaugas Baranauskas authored
here I rename „VLC grotuvas“ to „VLC leistuvė“ according to recommendations (because „grotuvas“ is better word for technical device and „leistuvė“ is better for software application) Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Marián Hikaník authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Mindaugas Baranauskas authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
(cherry picked from commit 82f06bd0e7d0112a8448914e2fddec771f35792d)
-
- 04 Feb, 2011 2 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
- 03 Feb, 2011 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 01 Feb, 2011 16 commits
-
-
Pierre Ynard authored
Kludge beurk beurk (cherry picked from commit 26edb0ca8af568cbba61b0e1b3b3b6fffa680b8f) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
Fix a busy loop and socket leak (cherry picked from commit d16bdb968e2d1ef40e1cc109b79a4a0f3322b61f) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit 90000056f6c533170b92dd37fe1655e25f85c317) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit 415dab3b66f17c808045d41577c0b97d7732db33) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
Fix a busy loop and socket leak. Thanks to Santiago Gimeno for pointing it out (Debian bug #607869) (cherry picked from commit 8e49d55a31f2e96d56e0c65e49b25c4c45589ea6) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
This reverts commit a1b3978d280993a87033ee3de22b08d6dad9544f. It doesn't fix anything and it breaks new connections Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr> (cherry picked from commit c4e65e386a753aef5d9954b2dc280056b8682e4b) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Gonçalo Cordeiro authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Juha Jeronen authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Thomas De Rocker authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Mario Siegmann authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Fumio Nakayama authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Rémi Denis-Courmont authored
This reverts commit 1b29a131. This reverts commit 79f476d6.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-