- 03 Dec, 2010 3 commits
-
-
Rémi Duraffort authored
-
Pierre Ynard authored
-
Pierre Ynard authored
This is an alternative to SDP to convey the codec configuration necessary to decode the stream. The configuration is sent only once at the beginning of the stream; at least you won't be tempted to waste bandwidth with retransmissions. This is a ad-hoc hack, but it's not too bad or pervasive.
-
- 02 Dec, 2010 19 commits
-
-
Rafaël Carré authored
This reverts commit 193aeeff. Conflicts: include/vlc/libvlc_media.h
-
Laurent Aimar authored
Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
Rafaël Carré authored
This reverts commit 2ca4cf27.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Pierre Ynard authored
Not enabled yet
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Brian Kurle authored
If the the link is relative, psz_uri is dynamically allocated a string of the absolute URI (which is also returned by the function). However, if it isn't, NULL is returned and nothing is allocated. segment_New performs a strdup, so the pointer is not saved. Thus, check if the allocation occurred and clean up if needed. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jean-Paul Saman authored
The defined HAVE_AVCODEC_MT is used by modules/codec/avcodec/avcodec.c and modules/codec/avcodec/video.c. It was only defined in modules/codec/avcodec/video.c. This patch moves the define to modules/codec/avcodec/avcodec.h.
-
Jean-Paul Saman authored
Take into account that HLS streams with bandwidth specified are not in ascending (or descending) order. Choose really the best wrt to measurements.
-
Jean-Paul Saman authored
Download the first couple of segments to determine the best bandwidth match and to ensure smooth playback.
-
Jean-Paul Saman authored
src/stream_output/stream_output.c: input_UpdateStatistics() expects an INPUT_STATISTIC_* not an SOUT_STATISTIC_* input_UpdateStatistics() expects an INPUT_STATISTIC_* not an SOUT_STATISTIC_*
-
Pierre Ynard authored
This doesn't quite follow the outdated draft-barbato-avt-rtp-theora-01, but keeps consistant with RFC 5215 (vorbis) and with the ffmpeg implementation
-
- 01 Dec, 2010 5 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Jean-Baptiste Kempf authored
This is a good example of how to use Mac native widgets (NSView) inside QtVLC For some reason, this is broken on the main playlist, but it works great on the plugins dialog or the simple prefs/keys Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 30 Nov, 2010 13 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
TUDURI Benoît authored
Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-