- 19 Nov, 2010 9 commits
-
-
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 15 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.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids iterating through all config items of each modules. On my system, this cuts the vlcrc load time in half, and is also far simpler. The loader is essentially ignoring the config section, which reflects the architectural "limitation" of the VLC configuration. This also avoids loosing settings during VLC upgrades if an option moves from one module to another one (which did happen in the past).
-
Pierre Ynard authored
These are never used
-
Pierre Ynard authored
-
Erwan Tulou authored
For clarity, i_children can be -1 (at init) or 0 for no child. Yet, there was no bug, since buildNode was just a noop for -1. pointed out on the forum
-
- 16 Nov, 2010 7 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
Cleaner and better working solution for VoD than the bad hack that we currently have. Instead of (badly) duplicating large portions of codes, it reuses the existing RTSP stack and factorizes the RTP payload code, and provides support for a number of ES not limited to one audio and one video tracks, as well as for missing features in RTSP headers. The VoD module is responsible for starting and running the RTSP stack. When a VoD media instance is started, the VLM passes down media and session parameters as variables to the RTP stream output object, that uses them to hook back into the VoD code (and through it, into the RTSP stack), to retrieve accurate, already set up parameters, and provide playback data.
-
Jonas Gehring authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This lead to way too many false positive and complaints when VLC tried to open a .txt file that had nothing to do with a subtitle Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 15 Nov, 2010 2 commits
-
-
Jean-Baptiste Kempf authored
This calls a var_GetBool each time a menu is redrawn. This may be not optimal. Maybe a callback on "play-and-exit" would be better? Do we care about the performance on that part (menu display)? Close #3842
-
Jean-Baptiste Kempf authored
Should close #4332
-