- 21 May, 2013 7 commits
-
-
Jean-Paul Saman authored
VLC frequently reports a framerate that is twice the actual framerate for interlaced content. Correctly take the information from ffmpeg in account when determining the framerate. It now correctly reports the actual framerate of the movie.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Inside vaapi.c the function vlc_va_Release() only has a VASurfaceID when the ffmpeg Frame buffer is no longer needed. The VA Connection struct works with vlc_va_surface_t pointer, thus a way is needed to find the surface which belongs to this VASurfaceID. Initially this was coded inside the vlc_va_Release() functionality, but that exposes details that should be remain inside va.c file.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The surface handling has been rewritten to be more consistent and to avoid reusing surfaces that are still in use by the display thread. Some VAAPI wrapper drivers use the DirectSurface mode, meaning that the surface handed by the application is used directly for displaying. It does not copy the surface into a display surface. When the driver does this, then you cannot reuse this surface which is being displayed for rendering the next picture too
-
- 22 Apr, 2013 1 commit
-
-
Jean-Paul Saman authored
Conflict: configure.ac - Keep this tree on version 2.0.6 on this point.
-
- 11 Apr, 2013 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Paul Saman authored
By default the VLC core tries to recycle video outputs. In case of AMD/ATI graphics cards (as on the AMD Fusion archtecture) this value should be false. The default value 'false' also works for NVidia and Intel Graphics cards, thus it is safe to leave the value as is.
-
Jean-Paul Saman authored
Check also in runtime if the create VAImage succeeds properly.
-
- 09 Apr, 2013 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 08 Apr, 2013 3 commits
-
-
Benjamin Drung authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 2339bb72f92e884904b519098027cce453666bde)
-
David Fuhrmann authored
and syncronize with xcode 3 project close #8382 (not cherry-picked from 4065770e62dfe240c597c4154079a21c6ce3f7fe)
-
Ludovic Fauvet authored
(cherry picked from commit bf02b8dd211d5a52aa301a9a2ff4e73ed8195881) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Apr, 2013 24 commits
-
-
Rafaël Carré authored
(cherry picked from commit 32bfb8dc02f755d46761268f5674eb56671c81f5) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
It is not needed anymore since ce6521381b , parsing will stop at first unrecognized character (like \r or \n) (cherry picked from commit 6841a105dad5bf416fe7e1b906bf4abdce21fbe9) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 3b1ecaf7ae893a53b1d8e4928824e10ca20ac2e9) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Christoph Miebach authored
-
David González authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Martin Srebotnjak authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Alexander Mackinnon Jansen authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Khoem Sokhem authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Lorenzo Porta authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Sveinn í Felli authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Emilio Sepúlveda authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Tarsem Singh authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Ivar Smolin authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Huw Waters authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Semsudin Abdic authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Rémi Denis-Courmont authored
For the umpteenth time, this does NOT work. "" is special in gettext. Furthermore, use of conditionals is not allowed within gettext macros.
-
Rémi Denis-Courmont authored
The build system does not support this hack. Feel free to rename kmr to ku instead.
-
Ilkka Ollakka authored
For me resampling still outputs wrong output (cracking samples), but I haven't yet narrowed down why. Should fix #8265
-
Rafaël Carré authored
(cherry picked from commit fccc6ab913cad66c50b98d1ac14d2fe1f41f7453) Conflicts: configure.ac Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Andriy Bandura authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Thanakrit Chomphuming authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-