Rémi Denis-Courmont
7e12ffcadc
v4l2: reset crop after selecting the format
Cropping depends on the image resolution, which is selected while
setting the format.
15 years ago
Erwan Tulou
076851b74b
skins2: fix forgotten initialization in copy constructor
This bug was unnoticed because this constructor is only called in a situation
where really copying from origin or leaving it to the compiler to set it via
the default constructor leads to the same result (an empty list). Yet, this
was a bug.
It may solve trac #6599 though,
(a Linux port where there is a real initialization issue)
15 years ago
Felix Paul Kühne
e908f36fd2
macosx: make sure that the main window's split view is correctly resized on relaunch ( close #6597 )
15 years ago
Jean-Baptiste Kempf
1dcc6e6f79
MP4: code cosmetics
15 years ago
Jean-Baptiste Kempf
a5e1acf939
MP4: fill the orientation flag in video_format_t
Ref #2882
15 years ago
Jean-Baptiste Kempf
70f8744805
MP4: remove trailing spaces
15 years ago
Felix Paul Kühne
c55ac4febf
macosx: re-implement drag & drop support for VLCVoutView ( close #6604 )
additionally, clean up misc.m and move code shared by VLCVoutView, VLBrushedMetalImageView and VLCThreePartDropView to VLCCoreInteraction
15 years ago
Hugo Beauzée-Luyssen
abbeb91f61
subtitles: Cosmetics.
15 years ago
Hugo Beauzée-Luyssen
8748391fd5
subtitles: Do as stated in the doc.
("0 = no subtitles autodetected\n")
15 years ago
Hugo Beauzée-Luyssen
c517279280
subtitles: Remove unneeded clause
15 years ago
Hugo Beauzée-Luyssen
2ae88e927c
subtitles: Fix "any subtitle" detection.
15 years ago
Hugo Beauzée-Luyssen
f97effab97
subtitles: Remove unneeded clauses.
15 years ago
Hugo Beauzée-Luyssen
5395e9b85e
subtitles: Fix subtitles detection.
15 years ago
Martin Storsjö
a7d96e4432
omxil: Dequeue output frames even if there's no picture to write them into
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>
15 years ago
Georgi Chorbadzhiyski
79bb067aed
mux/ts: Fix setting of even CSA key.
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>
15 years ago
Jean-Baptiste Kempf
3273505a50
Qt: correctly destroy EPG dialog
15 years ago
Jean-Baptiste Kempf
ba1316be25
MP4: be more picky wrt VC-1 profiles we accept
Maybe it could work with VC-1 Main, but no samples so far
15 years ago
Jean-Baptiste Kempf
6c6beb6290
MKV: kill a sign warning
15 years ago
Jean-Baptiste Kempf
f5bb58e308
MKV: remove unused variable
15 years ago
Jean-Baptiste Kempf
3c5ab022d9
mp4: reindent and regroup
15 years ago
Rémi Denis-Courmont
9ad094db2b
dvdread: fix use after free on error (refs #6594 )
15 years ago
Rémi Denis-Courmont
4c09ad1996
v4l2: device parameter is a file path
15 years ago
Felix Paul Kühne
337aaf7c1f
macosx: make sure that all sidebar items are visible on the very first launch
15 years ago
Felix Paul Kühne
e16774656a
macosx: update old preferences detection code
15 years ago
Felix Paul Kühne
470ccf4d27
macosx: don't show focus ring for the sidebar
15 years ago
Felix Paul Kühne
815b2ce838
macosx: save the expanded/collapsed state of the sidebar items ( close #6389 )
15 years ago
Rémi Denis-Courmont
1bb938e4d9
v4l2: avoid a pair of nested loops if frame rate is constant
15 years ago
Rémi Denis-Courmont
cd4578a1dc
v4l2: rationalize/factorize frame rate handling
15 years ago
Felix Paul Kühne
3e73ad2a8a
macosx: added 'subsdelay' to the track synchro panel and removed the bogus, non HIG-compliant plus and minux buttons
15 years ago
Felix Paul Kühne
03ad78e9e4
macosx: sync track-synchro l10n strings with the qt4 intf
15 years ago
Felix Paul Kühne
09aae32b04
macosx: implemented drag & drop from playlist to media library and vice verca. additionally, drag from SD to ML or PL is supported. ( close #6044 )
15 years ago
Kaarlo Raiha
b378ac85ae
Add file extension .gvi aka Google video
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Denis Charmet
4599e6a449
MKV: Don't crash when loading a directory with no uid MKV files
Close #6575
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Frode Tennebø
7f99f183c0
Fix problem with black and/or random colours for paletted codecs, like MSRLE.
Shoulc close #5952
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Kaarlo Raiha
ab01c5b583
Add ranges to Panoramix
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Felix Paul Kühne
84e84d3fab
macosx: removed VLCControllerView, which was superseeded by VLBrushedMetalImageView and VLCThreePartDropView
15 years ago
Felix Paul Kühne
7bb775484f
macosx: refuse file drops on the playlist table if the current root item is neither the local playlist nor the media library
15 years ago
Felix Paul Kühne
c789f858d4
macosx: fixed drag & drop handling of optical media by re-writing it
15 years ago
Felix Paul Kühne
4a10b45f31
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
15 years ago
Rémi Duraffort
9e30334303
asf: fix typo in fourcc
15 years ago
Rémi Duraffort
af9d444f74
update LIST
15 years ago
Rémi Duraffort
d2a4fbf984
real: fix potential memory leak.
15 years ago
Felix Paul Kühne
a80d58fe13
macosx: fixed appearance issue when collapsing / expanding the playlist while it is empty ( close #6382 )
15 years ago
Felix Paul Kühne
219dd45d31
macosx: set a sane minimum size for the advanced prefs window, so the options remain useable ( close #5994 )
15 years ago
Rémi Denis-Courmont
bf9da75bf5
v4l2: get aspect ratio from V4L2 crop capabilities (rather than user)
Previously, VLC would assume 4/3 picture aspect ratio. That was quite
lame. This patch makes --v4l2-aspect-ratio redundant.
15 years ago
Rémi Denis-Courmont
31bbe4eb35
v4l2: force normal capture mode
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.
15 years ago
Rémi Denis-Courmont
9e4f91d7f0
360p is still low resolution
15 years ago
Rémi Denis-Courmont
9ee16e2591
stl: fix sign warning
15 years ago
Rémi Denis-Courmont
9b49f7c96a
v4l2: update headers version check
15 years ago
Rémi Denis-Courmont
3359912de6
v4l2: fix warning on old systems
15 years ago