Rémi Denis-Courmont
94d47f83b3
v4l2: only use bits mask controls where supported
15 years ago
Felix Paul Kühne
298ca276a1
macosx: added 'deinterlace' and 'deinterlace-mode' to the video category of the simple preferences
15 years ago
Felix Paul Kühne
127ae211fb
macosx: added options to modify the subtitle outline to the simple preferences
15 years ago
Francois Cartegnie
ad1ec863f7
lua http: reveal interface buttons.
Somewhat fixes a big usability problem: tiny buttons, unrevealant icons
and associated text shown as tooltip.
We now reveal all text on mouseover.
15 years ago
Jean-Baptiste Kempf
f33918cf4b
MP4: better debug message with VERBOSITY activated
15 years ago
Felix Paul Kühne
8687ceac8e
macosx: added an option for the AR lock to prevent angry users
15 years ago
Jean-Baptiste Kempf
d48c1e3f54
MP4: better debug message when FOURCC not recognized
15 years ago
Jean-Baptiste Kempf
b4dc61ce93
Support VC-1 in mp4, as muxed by L-Smash
We will get more and more of those samples soon...
15 years ago
Felix Paul Kühne
f325462b08
macosx: re-implement 'keep aspect ratio' ( close #6430 )
15 years ago
Felix Paul Kühne
6cbf48f1f9
macosx: work-around a racing condition ( close #6412 )
15 years ago
Jean-Baptiste Kempf
2059bea41c
Qt: fix semantics and behaviour for chapters buttons
No sense to display chapter buttons with 1title&1chapter
15 years ago
Felix Paul Kühne
de93266466
macosx: prevent a crash by stopping the current input when changing the 'video embedded' variable ( close #6063 )
15 years ago
Felix Paul Kühne
25cf83bcac
vout_macosx: slightly improve the resize behavior in a few corner cases (refs #6427 )
15 years ago
Jean-Baptiste Kempf
28a17b3a42
MKV: show title when in Information section
Close #6337
15 years ago
Jean-Baptiste Kempf
457fda26b4
Deactivate HTTP proxy inheritance from IE
The parsing is not complete enough to be on by default.
http-use-IE-proxy option was removed in ac40aef7f6
Should close/delay #5782
15 years ago
Rémi Denis-Courmont
308e4bdcaf
v4l2: disable compressed formats where not available (Linux < 3.1)
15 years ago
Rémi Denis-Courmont
bd23dee8f9
v4l2: work around missing V4L2_IN_CAP_STD on old kernels
15 years ago
Jean-Baptiste Kempf
e466c8278d
Twolame: bump priority and accept mp2a fourcc
This restores compatibility with 1.1 command lines and docs
Close #6227
15 years ago
Rafaël Carré
43a501def8
fix zsh completion
15 years ago
Jean-Baptiste Kempf
7f807d9bb7
Correctly detect alac in mp4 properties
Should close #6570
15 years ago
Jean-Baptiste Kempf
1b283ecd6a
MP4: more fourcc replacements
15 years ago
Jean-Baptiste Kempf
00837ad681
mp4: replace some fourcc by VLC_CODEC_
15 years ago
Jean-Baptiste Kempf
b1b423c17b
Fix vorbis in mp4 sample
15 years ago
Rafaël Carré
4f1cfd1ce3
DXVA2: VIA's vendor ID is 0x1106
15 years ago
Jean-Baptiste Kempf
106127b6df
Vorbis: permit to return attachments too
15 years ago
Jean-Baptiste Kempf
fd94f73fff
Ogg: permit attachments
15 years ago
Jean-Baptiste Kempf
d004373647
Parse embedded art in METADATA_BLOCK_PICTURE
Note: It is not yet passed to the demuxer or the core
15 years ago
Jean-Baptiste Kempf
4263f5f79f
Flac: cosmetics
15 years ago
Jean-Baptiste Kempf
98bc0e32ce
Split FLAC picture parsing from flac.c
15 years ago
Jean-Baptiste Kempf
88d6c46591
Ogg: Add parsing for publisher meta
15 years ago
Jean-Baptiste Kempf
71a82406e2
Vorbis: do not display meaningless data in meta
It can even crash Qt interface
15 years ago
Rémi Denis-Courmont
590f52e6d0
v4l2: rewrite frame rate and resolution negotiation
* Enumerate frame sizes once rather than twice.
* Do not enumerate frame rates if not supported.
* Get actual frame rate from the device driverr.
* Get exact fractional frame rate rather than round to single precision
floating point.
Notes:
* --v4l2-fps becomes totally redumdant. It should probably be redefined
to select a maximum capture frame rate.
* --v4l2-width and --v4l2-height are ignored. This is a regression.
Maybe they should be redefined as maxima as well as --v4l2-fps.
15 years ago
Christoph Miebach
2a9b79e479
Changing address for getting names to match.
Probably more recent address.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Christoph Miebach
949209bb52
Better translators detection; adjusting extraction from AUTHORS
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Frédéric Yhuel
0ef7876bbd
HLS: don't use floats when not necessary
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Martin Storsjö
c2841b2243
omxil: Pass pts as timestamp on the ducati decoder
This decoder reorders timestamps according to the frame reordering,
and thus should be given pts instead of dts. Other decoders don't
do this reordering and should be given dts.
Still to be investigated how android/stagefright handles this,
since it always seems pass pts, not dts, to decoders.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Jean-Baptiste Kempf
98be9ffa89
Wav: cosmetics (alignment, unlikely, locality)
15 years ago
Jean-Baptiste Kempf
efeb2e7123
Contrib: update libpng to 1.5.10
CVE-2011-3048 (serious vulnerability)
15 years ago
Rémi Denis-Courmont
57ec6a0c15
v4l2: remove stray structure
15 years ago
Rémi Denis-Courmont
644e9c55ea
v4l2: remove dead userptr code
15 years ago
Rémi Denis-Courmont
630c264593
v4l2: remove useless switch(), cosmetic, no functional changes
15 years ago
Piotr Fusik
44b34340a6
gme: fixed out-of-memory/out-of-range tests
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Kaarlo Raiha
0505e0641e
Add range to cols and rows of Wall video filter
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Rémi Denis-Courmont
acc48997c1
v4l2: do not #define enumeration member
Integer values outside a C enumeration are not defined (this is a bug in
V4L2 API really), so this would not work anyway.
15 years ago
Rémi Denis-Courmont
b80cbc8a31
v4l2: use device node capabilities rather than whole device's
"capabilities" counter-intuitively specifies the overall capabilities of
all device nodes provided by the given instance of the device driver.
"device_caps" specifies the capabilities of the opened device node,
if the V4L2_CAP_DEVICE_CAPS bit is set in "capabilities" (phew!).
Those two sets of capabilities are different if the hardware has
multiple functions, e.g. both video and VBI capture.
VLC cares about the fact that the specific device node supports video
capture or not, so lets use "device_caps" when available. Unfortatunely,
this requires kernel version 3.4. In practice, this would only cause an
actual failure if V4L2_CAP_STREAMING is set even though the current node
does not support streaming I/O, I think.
15 years ago
Frédéric Yhuel
c0e768b8fd
network/io.c: minor fix
Unlike POLLERR, POLLHUP, and POLLNVAL, POLLRDHUP is not set by default.
See http://man7.org/linux/man-pages/man2/poll.2.html
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Martin Storsjö
cd0112a546
omxil: Get the new port definition on crop rect changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Martin Storsjö
f27586eff6
omxil: Don't do a full reconfigure for all settings changed events
Only do it for the right events.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Martin Storsjö
0ce57ba010
omxil: Use larger buffers on the OMAP4 decoder
This makes buffer allocation not fail.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Martin Storsjö
1ac14a51ba
omxil: Show crop rect info in PrintOmx
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago