Christoph Miebach
6053dcfa7c
String removal
13 years ago
Rémi Denis-Courmont
d9c8170226
demux: fix path extension on non-local inputs ( fixes #8115 )
13 years ago
Jean-Baptiste Kempf
d9b28c03a7
Qt: disable focus on widgets for hotkeys selection
Ref #7929
13 years ago
Jean-Baptiste Kempf
3e4a7850a3
Update VLSub.lua
13 years ago
Rémi Denis-Courmont
53ac08c95d
transcode: use aout filters instead of filter chain ( fixes #8447 )
13 years ago
Rémi Denis-Courmont
83660dd106
aout: export aout_Filters*() functions
13 years ago
Rémi Denis-Courmont
9804ce5cad
aout: remove (most) filters dependencies on audio_output_t
13 years ago
Rémi Denis-Courmont
2b25517641
aout: second guess whether the video output should be recycled
This restores the brittle logic from VLC version 2.0.x (fixes #8499 ).
I strongly suspect there are some false positives left, which would
lead to ghost video outputs.
13 years ago
Rémi Denis-Courmont
e7c8efb821
aout: clean up filters handling of vout request
13 years ago
Rémi Denis-Courmont
5576aaac5b
aout: revector filters chain (part 1)
This tries to make the aout filters reusable outside of the aout
(refs #8447 ).
13 years ago
Rémi Denis-Courmont
683f96fa8d
aout: remove redundant parameter
Since audio filters and visualization all have a priority of zero,
forced module loading has no effects.
13 years ago
David Fuhrmann
77021c9782
auhal: do not output noise, and robustify output callbacks
Previously, noise occured in stereo mode because only
half of the buffer was zeroed out.
fixes #8507
13 years ago
Felix Paul Kühne
2c698a7be7
macosx: remove http proxy settings from simplified preferences since the networking core will automatically use the system settings now
13 years ago
Felix Paul Kühne
8fd204df7e
macosx: improve handling of module lists within the simple preferenences ( close #8440 )
13 years ago
Erwan Tulou
c5ca8aa09e
skins2: sliderBg (same issue as slider wrt to notifyLayout)
13 years ago
Erwan Tulou
56d4e908e1
skins2: simplify equalizer initialization
13 years ago
Erwan Tulou
6d2b8a0ae2
skins2: slider fix notifyLayout wrongly removed
redefining notifyLayout is mandatory for sliders, because the default
notifyLayout based on position doesn't work well for this complicated control.
This function is called when visibility is turned on or off.
13 years ago
Rémi Denis-Courmont
c14d222d8c
aout: do not allow visualization in audio-filter and simplify
--audio-visual should be used instead. Using --audio-filter does not
play well with video output recycling.
13 years ago
Rémi Denis-Courmont
f0e288aca9
aout: drop 2 version number from "visualization2" capability
13 years ago
Rémi Denis-Courmont
711e7b044c
xcb: fix X11 key table ordering
13 years ago
Felix Paul Kühne
599b30e838
macosx: save 19 l10n strings by replacing them with already present strings from other modules
13 years ago
Felix Paul Kühne
8d947cf53a
subtitle-demux: unify 'Frames per Second' vs. 'Frames per second' (-1 l10n string)
13 years ago
Felix Paul Kühne
cc8ed6374d
*: unify 'none' vs. 'None' (-1 l10n string)
13 years ago
David Fuhrmann
673a01e1dd
auhal: fix handling and reporting of volume and mute
Especially in the case that volume-save was set to false...
This adapts to behaviour of the other aout modules.
fixes #8501
13 years ago
Felix Paul Kühne
788b268750
macosx: save 6 l10n strings
13 years ago
Rémi Denis-Courmont
d3232605e1
Remove unused AOUT_VAR_*
13 years ago
Rémi Denis-Courmont
1fce1ba885
DirectSound: remove "audio-device" variable and simplify accordingly
13 years ago
Rémi Denis-Courmont
be54e5fb5f
DirectSound: remove unused "audio-device" variable choices
13 years ago
Rémi Denis-Courmont
a95c4343d6
KAI: remove unused "audio-device" variable
13 years ago
Jean-Baptiste Kempf
2e3e4f6672
DirectSound: use float output by default
13 years ago
Felix Paul Kühne
79a0dc92e3
vda: correctly link module against libavcodec ( close #8440 )
13 years ago
Felix Paul Kühne
5f9a4c4ff3
vda: add debug messages (refs #8440 )
13 years ago
Felix Paul Kühne
605feec52f
auhal: cosmetics
13 years ago
Rafaël Carré
3ac2b4f966
Do not use multimedia timers in WinStore app
13 years ago
Rémi Denis-Courmont
d744f13bcc
waveout: report initially selected output device
13 years ago
Rémi Denis-Courmont
5d828ad279
DirectSound: report initially selected device
13 years ago
Rémi Denis-Courmont
5632a0ad30
DirectSound: add default device choice in configuration
13 years ago
Denis Charmet
fb1e0eea57
MKV: show forced subtitles even if they are not default
Close #8500
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years ago
Rafaël Carré
399c991f19
HLS demux: fix crash on invalid playlist
Close #8498
13 years ago
Francois Cartegnie
f24ef231ee
Qt: PLModel: missing qfu()
13 years ago
Rémi Denis-Courmont
23cf6e3637
aout: dead code
(request_vout is always non-NULL)
13 years ago
Rémi Denis-Courmont
57720af12f
Use NULL rather than 0 as pointer
13 years ago
Rémi Denis-Courmont
ee5f3335a8
goom: fix error path
13 years ago
Rémi Denis-Courmont
fb55232e13
Fix spelling
13 years ago
Rémi Denis-Courmont
5e7e45dead
stream_ReadLine: correctly return an error on overflow ( fixes #7361 )
13 years ago
Timothy B. Terriberry
c10e43a9ea
Update FLAC/Vorbis cover scores to match ID3v2.
taglib.cpp had a completely ordered priority list of picture types to
use for album art from ID3v2 tags.
Since FLAC uses the same picture type field as ID3v2, use the same
priorities.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years ago
Timothy B. Terriberry
7af45378c3
Use FLAC's picture selection for Vorbis/Opus.
When multiple pictures are embedded in a file, the FLAC demuxer
prioritizes them based on the picture type.
This ports the same algorithm over so it can be used by Vorbis and Opus.
It also extends its behavior for FLAC to work with both pictures
embedded in VORBIS_COMMENT blocks and in normal PICTURE blocks.
This also plugs a memory leak in vorbis_ParseComment() when parsing
METADATA_BLOCK_PICTURE tags.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years ago
Timothy B. Terriberry
e4673369e8
Update attachments when updating metadata.
This makes album art work for formats like Vorbis and Opus which do
not have metadata available immediately after Open().
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years ago
David Fuhrmann
bb98ea7e6e
macosx: use height method for controls bar
13 years ago
David Fuhrmann
7f85575cbe
macosx: fix video view and bottom bar framings
... to allow toggling between playlist and video view in lion
fullscreen mode.
close #8496
13 years ago