- 30 Dec, 2008 21 commits
-
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Qt: Change the rate scale in order to have 0.96x in the slider in order to help people who want to fix NTSC/PAL issues. Also remove lots of includes. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Are vlc_object_alive( p_input ) and !p_input->b_dead redundant? Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Code comments, remove useless include, document and rename a few variables. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
No functionnal change. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
basOS G authored
Make snapshot date convertion thread safe Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Ilkka Ollakka authored
that can be in url without encoding, \ doesnt seem to be one of them) relates to ticket #2218
-
Rémi Duraffort authored
-
- 29 Dec, 2008 14 commits
-
-
Rémi Denis-Courmont authored
-
basOS G authored
Snapshot files are named after the current local date Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
should fix #2218, thou getURI should return valid uri anyway. So this is kinda hack anyway.
-
Ilkka Ollakka authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Dominique Leuenberger authored
Fixes E: vlc-beta no-return-in-nonvoid-function menus.cpp:140 Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Denis-Courmont authored
-
- 28 Dec, 2008 5 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
additionally, the wizard now remembers the last selected encap format correctly
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
ogg.k.ogg.k authored
libtiger is a rendering library for Kate streams based on Pango and Cairo, and supports almost everything Kate streams can do. There's a bit of wonkiness with rendering on regions as VLC then blends them onto a subsampled YUV buffer, and colors can bleed in a not so nice way. I've tried frobbing the blender in blend.c and I got rid of the chroma bleeding, but at the cost of other artifacts, so I'm leaving it out. Also, I can't find a way to get the preferences dialog to call a callback on my variables with a pointer to the decoder, so changing the variables will not have effect till VLC is started again. Also includes the misc kate fixes from a previous patch, which was not applied yet, but changes the same code as this patch (and fixed a possible crash). Note that I don't have a big endian host to check, so the RGBA component flipping code is untested. Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-