- 05 Oct, 2009 19 commits
-
-
Laurent Aimar authored
The deinterlace hotkey now turns of/off deinterlacing.
-
Laurent Aimar authored
At the core and vout, you now have 2 variables: - deinterlace: on/off/auto (off is default). It let you say if you want to deinterlace or not. - deinterlace-mode: discard, blend, ... (blend is default). It let you specify the mode used when deinterlacing is equal to on/auto. The mode auto is not yet supported and simply default to on.
-
Laurent Aimar authored
-
Laurent Aimar authored
It will allow using "deinterlace-mode" as a core option.
-
Laurent Aimar authored
-
Felix Paul Kühne authored
quartztext: removed dependency on Carbon and implemented support for bold, italic and underline text styles TODO: shadow drawing and handling
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
Qt: uniformize ui previews, drop xml declaration related to changes made by 2779ac98Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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
-
Rémi Denis-Courmont authored
Only the RC interface still used it, and it was not really needed (net_Accept() returns -1 when the object is killed).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 04 Oct, 2009 12 commits
-
-
Rémi Denis-Courmont authored
This saves all third party LibVLC application from having to set it (The library depending on VLC configuration was really lame IMHO).
-
Rémi Denis-Courmont authored
This avoids getting a totally misplaced controller if the resolution is larger than in previous runs, or if the multi-screen layout was changed.
-
Laurent Aimar authored
-
Laurent Aimar authored
The output timestamp/length wasn't set anymore.
-
Laurent Aimar authored
It will allow to - have a working simple preference in GUI - specify it in playlist (safe). - have an "auto" mode.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
There is 2 new deinterlacing modes: "Yadif" and "Yadif (2x)". "Yadif (2x)" doubles the frame rate, whereas "Yadif" throws away one field. yadif.h comes from vf_yadif.c (GPLv2+) from MPayer project. I have stripped it a bit but let the functions unmodified for easier maintainance.
-
Rémi Denis-Courmont authored
We simply make sure the buffer is big enough, instead of trying (and failing) to guess the biggest possible size.
-
Rémi Denis-Courmont authored
-
- 03 Oct, 2009 9 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
List all standards and not standard groups. Fix debug output.
-
Laurent Aimar authored
The data offset was wrong (at each chunk).
-
Laurent Aimar authored
-
Antoine Cellerier authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It does change the timestamp of the audio buffer after a discontinuity.
-
Laurent Aimar authored
-