- Dec 13, 2017
-
-
By default YUV formats are favored. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
David authored
VLC 2.2.x fully controlled VLCs audio or videofilter-related config variables with the filter dialogs and the video or audio effects panel overwrote any changes from config with the values from the panel. In VLC 3.0, the config is left alone and filter parameters are only read from the preset strings. Additionally, by default the Default profile (with default off settings) will be loaded at startup, to ensure that no filters accidentially stay enabled. Therefore, for migration, from 2.2.x to 3.0 versions, lets clear the audio-filter and video-filter variables. Users with custom profiles still keep their settings. close #19260
-
David authored
For now, disable the code which duplicated EQ settings. This code currently always duplicates settings if something was touched, as the comparison with index 0 (flat profile) will very likey fail. This needs more improvements beyond the current code, before we can activate auto-saving of EQ changes, mainly: - Figure out a way how to deal with (likely unchangable) default profiles - Correctly mark own created profiles - Correctly save own created profiles once overall preset is changed, but not override standard profiles - Save own EQ profiles at exit automatically if desired. - If above problems are solved, AND the user selected a default EQ profile and changed it inbetween, the commented code can be reconsidered. This commit basically changes behaviour back to vlc 2.2.x, where a new EQ Profile needs to be explicitly saved if desired (using the dropdown menu). refs #19260
-
David authored
Load audio filters correctly. Previously, only new filters were added, but removed filters not disabled. playlist_EnableAudioFilter ensures correct filter order in addition to modifying the audio-filters variable. As the profile string is created and changed with playlist_EnableAudioFilter, the saved string conforms to the rules, so here it can be directly loaded. Also removes redundant UI updates, which are done in a different method already. refs #19260
-
David authored
This ports over video effects profile handling to audio effects. Behaviour is the same for the main audio profile. This also fixes an occasion where equalizer was not updated correctly. refs #19260
-
David authored
The default entry cannot be deleted anymore, so lets not show it in the deletion dialog at all. Also remove usage of self inside the block to avoid strong reference cycles. refs #19260
-
Rémi Denis-Courmont authored
Unknown or partially read box can be loaded succesfully even if it overflows the parent. This lead to an integer underflow and infinite loop until memory exhaustion.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Thomas Guillem authored
This commit follow f75db2e7.
-
Thomas Guillem authored
And abort if the vtsession can't handle a profile/level.
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Now that we fixed the interpolation issues with CPU decoders. Fixes #19199 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
This will ease the artefacts on the bottom/right sides of the texture when linear interpolation is used. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rather than failing in the middle and copying only part of the planes. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
This fixes a off-by-one issue in the ICY parser that would happen in the case the ICY metadata is unquoted. (StreamTitle=test;). With empty metadata without ; (StreamTitle=) this would lead to a buffer over-read. Credit to Filip Roséen who discovered this issue. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
The filter chain is not recomputed and we may use pictures not coming from the right pool. Fix crash in #19266 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Marvin Scholz authored
-
- Dec 12, 2017
-
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There are no reasons why it couldn´t change between two inputs.
-
Rémi Denis-Courmont authored
-