- 22 Dec, 2010 2 commits
-
-
Jean-Paul Saman authored
Rename wrongly named segment->length to segment->duration.
-
Jean-Paul Saman authored
Make locking more consistent.
-
- 21 Dec, 2010 6 commits
-
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Srikanth Raju authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 20 Dec, 2010 3 commits
-
-
Jakub Wieczorek authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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 10 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.
-