- 10 Apr, 2012 4 commits
-
-
Hugo Beauzée-Luyssen authored
-
Martin Storsjö authored
Make sure we always remove all output frames from the output frame queue, even if there's no picture. This fixes (for most practical cases at least) the issue where the app could hang repeating "can't get output picture" after stopping playback with omxil video decoding. In that case, the vout didn't return any picture to write the decoded frames into, causing the omxil codec to run out of output buffers, blocking, and thus running out of input buffers, blocking the decoder thread while waiting for a free input buffer. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Georgi Chorbadzhiyski authored
Without this fix the second CSA key can not be set, which results in a stream that is impossible to decrypt. Tested with: cvlc \ -I dummy -vv \ --sout '#standard{access=udp,mux=ts,dst=239.78.78.78:5000}' \ --sout-ts-crypt-audio --no-sout-ts-crypt-video \ --sout-ts-csa-ck=1111111111111111 \ --sout-ts-csa2-ck=0000000000000000 \ http://example.com/source.ts Before the patch: mux_ts mux debug: using CSA (de)scrambling with odd key=11:11:11:11:11:11:11:11 mux_ts mux debug: no CSA found mux_ts mux debug: no CSA found After the patch: mux_ts mux debug: using CSA (de)scrambling with odd key=11:11:11:11:11:11:11:11 mux_ts mux debug: using CSA (de)scrambling with even key=0:0:0:0:0:0:0:0 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 09 Apr, 2012 14 commits
-
-
Jean-Baptiste Kempf authored
Maybe it could work with VC-1 Main, but no samples so far
-
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
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
macosx: added 'subsdelay' to the track synchro panel and removed the bogus, non HIG-compliant plus and minux buttons
-
Felix Paul Kühne authored
-
- 08 Apr, 2012 13 commits
-
-
Felix Paul Kühne authored
macosx: implemented drag & drop from playlist to media library and vice verca. additionally, drag from SD to ML or PL is supported. (close #6044)
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Close #6575 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frode Tennebø authored
Shoulc close #5952 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
macosx: removed VLCControllerView, which was superseeded by VLBrushedMetalImageView and VLCThreePartDropView
-
Felix Paul Kühne authored
macosx: refuse file drops on the playlist table if the current root item is neither the local playlist nor the media library
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
vout_macosx: re-write VOUT_DISPLAY_CHANGE_FULLSCREEN the way it was intended and update the display size correctly, so we get sharp OSD rendering
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
macosx: fixed appearance issue when collapsing / expanding the playlist while it is empty (close #6382)
-
- 07 Apr, 2012 8 commits
-
-
Felix Paul Kühne authored
macosx: set a sane minimum size for the advanced prefs window, so the options remain useable (close #5994)
-
Rémi Denis-Courmont authored
Previously, VLC would assume 4/3 picture aspect ratio. That was quite lame. This patch makes --v4l2-aspect-ratio redundant.
-
Rémi Denis-Courmont authored
This disables driver-specific modes that VLC would not know about. This also disables high quality (i.e. still camera) mode since we want video, as well as other any other future abnormal modes.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 06 Apr, 2012 1 commit
-
-
Felix Paul Kühne authored
-