- 10 Apr, 2012 2 commits
-
-
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 3 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Francois Cartegnie authored
Somewhat fixes a big usability problem: tiny buttons, unrevealant icons and associated text shown as tooltip. We now reveal all text on mouseover.
-