- 21 Nov, 2010 4 commits
-
-
Rémi Denis-Courmont authored
LibVLC applications can now select their video memory format when the video output is created. In particular, this allows preservation of the original pixel dimensions. While untested, this should also enable planar YCbCr rendering. Until this, vmem assumed that all planes had equal pitches, so that subsampled planes would not really work.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should fix #3359.
-
Rémi Denis-Courmont authored
-
- 20 Nov, 2010 8 commits
-
-
Pierre d'Herbemont authored
Make sure the specified SDK exists, add a verbose mode, allow to change the default SDK.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
Seems like most likely cause to #4078 (reappeared near sametime as toURI was introduced).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is untested. Doxygen does not seem to work anymore here: no module lists, no function documentation, only source code.
-
- 19 Nov, 2010 12 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
With this, we can parse an SDP the same way if it comes from SAP (as sdp://...) or from a file or the network.
-
Rafaël Carré authored
Windows CE for example doesn't have this function
-
Pierre Ynard authored
Having to type "mux mp2t" was lame
-
Rafaël Carré authored
remove obsolete patch forgotten in [4b6e13d3]
-
Pierre Ynard authored
RTSP doesn't toggle pause state, it sends unconditional PLAY/PAUSE commands. Let the VLM handle it.
-
Ilkka Ollakka authored
-
Rémi Duraffort authored
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 18 Nov, 2010 7 commits
-
-
Erwan Tulou authored
This option prevents windows from being displayed in the alt-tab list. This should fix trac #4343 for Vista and Win7 (to be tested)
-
Rafaël Carré authored
We don't want an universal build on osx
-
Rafaël Carré authored
-
Rafaël Carré authored
redraw happens on getch() return, on timeout (1 second), or on keypress wether the key was handled or not. input change is now checked in the main loop
-
Rafaël Carré authored
It contains the x264 version info and options used for encoding If we let it in extradata it will not be present in the final file libavcodec does that already, and this makes it easier to compare x264 options used by VLC and FFmpeg. Comparing FFmpeg and VLC with the exact same set of options might help finding why mpeg (at least mpeg2/mpeg4/flv) encoding is 5 times slower with vlc than with ffmpeg, supposedly for the same set of options.
-
Rafaël Carré authored
avoids integer overflow with aspect ratio = BIG:BIG fixes #4312
-
Rémi Duraffort authored
-
- 17 Nov, 2010 9 commits
-
-
Rémi Denis-Courmont authored
This will allow the SDP parsers to set their PTS delay according to rtsp-caching/rtp-caching rather than the caching value of the access module. The access module is irrelevant in that particular case.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre Ynard authored
RTSP uses NPT in seconds, so don't convert for nothing...
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
We want to be able to re-create the exact same build for a given vlc version, including contrib.
-