- 20 Dec, 2010 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Maybe .au demuxer should be modified accordingly
-
- 19 Dec, 2010 8 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This new module works with BCM70015 Crystal HD video decoders It handles hardware decoding of H264, VC-1 and mpeg2 So far, it only works on GNU/Linux with the appropriate driver and library. Windows version is still limited. This is the first part, since mpeg4, interlaced and BCM70012 are not working yet.
-
Rune Botten authored
--0016e64f6886ef58a30497a17561 Content-Type: text/plain; charset=ISO-8859-1 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rune Botten authored
--00163631086b52edd30497a17858 Content-Type: text/plain; charset=ISO-8859-1 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 18 Dec, 2010 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 17 Dec, 2010 7 commits
-
-
Srikanth Raju authored
-
Pierre Ynard authored
-
Pierre Ynard authored
Half of it is still unimplemented, so it's just sweeping under the VLM rug
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 16 Dec, 2010 1 commit
-
-
Daniel Marth authored
The URL box in the "Open Network Stream" dialog has now always focus when opened and its content is automatically selected. The patch is for ticket #4361 and was created as a part of a GCI-task (http://www.google-melange.com/gci/task/show/google/gci2010/videolan/t129200306101). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Dec, 2010 1 commit
-
-
Pierre Ynard authored
-
- 14 Dec, 2010 12 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Pierre Ynard authored
-
Pierre Ynard authored
This will allow to clean up multicast parameters
-
Jean-Paul Saman authored
This reverts commit d20cd478. Conflicts: modules/stream_filter/httplive.c
-
Jean-Paul Saman authored
Determine which HLS stream can be served best by this server. If found, then download the first two segments and start playback.
-
Jean-Paul Saman authored
Try picking the best quality stream possible. Then start downloading first 3 segments to ensure a smooth playback start.
-
Jean-Paul Saman authored
The value for segment->sequence is of by one. It is specified to start at 0 and the code lets it start by 1.
-
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.
-
Rémi Duraffort authored
This reverts commit e1d4b62a.
-
- 13 Dec, 2010 5 commits
-
-
Rune Botten authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre Ynard authored
-
- 12 Dec, 2010 2 commits
-
-
Jean-Baptiste Kempf authored
Sure, naming a static library *_static.a is _VERY_ useful (and helps the linker find it... not) And of course, installing .svn on make install is clever Do not ask me why noone uses MPC these days...
-
Rémi Denis-Courmont authored
Some people want to seek backward, resume and pause again at end-of-stream.
-