- 05 Nov, 2010 3 commits
-
-
Geoffroy Couprie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
Start playback right after successfull downloading of the first segment. Switch to a higher bandwidth later on. By the time peeking and first segment have been played the next segment is available.
-
Pierre Ynard authored
This fixes this kind of scenario: you want to save a video from your favorite video website. So you open the VLC GUI, you copy/paste the URL into the convert dialog and you click on okay. The corresponding playlist lua script processes the URL and a new item is added into the playlist, but the :sout option is lost in the process, and you start watching a video that is never saved.
-
- 04 Nov, 2010 17 commits
-
-
Srikanth Raju authored
-
Rémi Duraffort authored
-
Geoffroy Couprie authored
Skins: don't use GetProcAddress for TransparentBlt, AlphaBlend and SetLayeredWindowAttributes they're available since win2k Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Geoffroy Couprie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Geoffroy Couprie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Srikanth Raju authored
-
Srikanth Raju authored
Media library features sql_monitor - directory scanner ml_watch - playlist watcher item_list - items being watched by ml_watch media_pool - list of active media in vlc
-
Srikanth Raju authored
-
Srikanth Raju authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
It has become so slow in 1.2.0, especially on Win32, that this isn't funny. Maybe the new rands() are slower (4d6247fd) Ref #4290
-
- 03 Nov, 2010 20 commits
-
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
The code is quite ugly and the comments in IconvText() where wrongs...
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
Sorry for the noise, I won't touch it anymore...
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
André Weber authored
do copy the in picture to out picture like all other video filters also if it is not needed for the atmo purpose just to get it working again.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Parental advisory: explicit kludge.
-
Rémi Denis-Courmont authored
This reverts commit c46366ce.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
HTTP Live Streams are number from 0 in vlc_array_t. The condition in Download() excluded 0 as valid stream. The first element in the array is at index 0, so consider this to be valid. (cherry picked from commit 7acbd2448c289cf28a80cfc0dd2ece21860aa6e9)
-
Jean-Paul Saman authored
If block_Realloc() fails in the function AccessDownload() then resolving segment->data->i_buffer results in a segmentation error. Instead of continuing when block_Realloc() has failed, just cleanup and leave the function.
-
Jean-Baptiste Kempf authored
This reverts commit 0861691f. This should not be possible, probably the backtraces were corrupted.
-
Jean-Baptiste Kempf authored
-