- 17 Feb, 2011 18 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This tries to prioritize stuff a little better and more uniformly: - less than 20: console (text) - less than 50: plain frame buffers - less than 100: no embedded windowing - less than 150: SW scaling - less than 200: SW chroma conversion - rest: good stuff :-) This removes multiple plugins with identical priorities. On Windows, native outputs are now priorized over XCB (as there now is a Win32 port of XCB). The ordering amongst native Windows outputs is preserved. On X11, GLX is put ahead of plain as it supports scaling. SDL and DirectFB are demoted as they cannot be embedded. Old order: - XCB XVideo - Windows Direct3D (Vista+) - Windows DirectX - XCB X11 - Windows Direct3D (XP-) - Windows Direct2D - DirectFB, SDL - XCB GLX - Linux FB - Windows GL - Windows GAPI - Colored ASCII Art - ASCII Art - Windows GDI New order: - Windows Direct3D (Vista+) - Windows DirectX - Windows Direct3D (XP-) - XCB XVideo - Windows Direct2D - Windows GL - XCB GLX - Windows GAPI - Windows GDI - XCB X11 - SDL - DirectFB - Linux FB - Colored ASCII Art - ASCII Art
-
Pierre Ynard authored
They contain no translatable string
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
This is evil!
-
Jean-Baptiste Kempf authored
I am going to kill camcorder manufacturers
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This is equivalent, but seems to be working better on mingw
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
By adding include the same way as in charset.c
-
Jean-Baptiste Kempf authored
-
- 16 Feb, 2011 5 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Corresponding to Laurent's explanation on IRC
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
- 15 Feb, 2011 17 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Johannes Weißl authored
Currently, vlc puts the value *and* the description in the value field for id3 TXXX tags, e.g. in Media Information: REPLAYGAIN_TRACK_GAIN: REPLAYGAIN_TRACK_GAIN +3.30 dB This leads to vlc_audio_replay_gain_MergeFromMeta() failing because it can't parse the floating point value. Since the fieldList() of an UserTextIdentificationFrame has exactly two members, it is safe to just use the last (value) member. In Media Information: REPLAYGAIN_TRACK_GAIN: +3.30 dB This makes ReplayGain work for mp3 files. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Those are not used (currently). This commit is only meant to avoid the error messages for unknown formats.
-
Rémi Denis-Courmont authored
AV16 (RGBA 4-bits per channel) was mistaken for RV16 otherwise. Pixels occupy 16 bits, of which all 16 bits are useful, for both formats.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We already removed hd1000v, so this was not really any use.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-