- 15 Apr, 2011 1 commit
-
-
Jean-Paul Saman authored
vlc_va_Initialize() and vlc_va_Terminate() protects vaInitialize/vaTerminate from being called more then once. Undefining VLC_VA_SHARED_CONN forces a private connection per each instance that calls vlc_va_Initiailize/vlc_va_Terminate.
-
- 12 Apr, 2011 1 commit
-
-
Jean-Paul Saman authored
Using memcmp results in false positives (src format and dst format is exactly the same, but still the logic resulted in loading swscale).
-
- 08 Apr, 2011 4 commits
-
-
Jean-Paul Saman authored
The macro DefaultVisual only returns an reference and not an allocation.
-
Jean-Paul Saman authored
Do not free pic->p_sys twice. The function picture_Delete() already does freeing of pic->p_sys.
-
Jean-Paul Saman authored
Use VAImageFormat information from VAAPI to fill vd->fmt.
-
Jean-Paul Saman authored
The pictures used by vaapi-x11 vout are not valid vlc pictures, but merely a placeholder for VASurfaceID.
-
- 07 Apr, 2011 1 commit
-
-
Jean-Paul Saman authored
-
- 05 Apr, 2011 3 commits
-
-
Jean-Paul Saman authored
Return a pointer to vlc_va_conn_t.
-
Jean-Paul Saman authored
Use --ffmpeg-vaapi-x11 in combination with --ffmpeg-hw. It uses the vaapi to decode pictures and display it without copying it back to main memory. When --no-ffmpeg-vaapi-x11 is used then the picture is copied from the GPU to main memory and displayed later by another vout. This uses more CPU then when the picture is displayed from the GPU contenxt directly.
-
Jean-Paul Saman authored
Implement picture pool for VAAPI-X11 vout.
-
- 04 Apr, 2011 3 commits
-
-
Jean-Paul Saman authored
Use vlc_va_* wrapper to call vaInitialize and vaTerminate
-
Jean-Paul Saman authored
Initialize/terminate libva only once. VAAPI calls are now being used by 2 modules which only have interaction with each other through vlc core. Both modules (codec and vout) can be initiated independently they should not call vaIntialize (or vaTerminate) one after each other (or simultanously).
-
Jean-Paul Saman authored
Add option to select stream_output module to enable an es by default.
-
- 01 Apr, 2011 1 commit
-
-
Jean-Paul Saman authored
Video output VAAPI-X11 (-V vaapi-x11) depends on --ffmpeg-hw to be enabled.
-
- 29 Mar, 2011 1 commit
-
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Mar, 2011 8 commits
-
-
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
-
Georg Seifert authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
This fixes the crash when Media Library tries to add "My Videos" / "My Pictures" / etc. playlist entries to a ML when browsing them through "My Computer" service discovery.
-
- 27 Mar, 2011 17 commits
-
-
Rémi Denis-Courmont authored
-
Juha Jeronen authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Remove tabs, trailing spaces, and write-only variables
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This partially reverts commit add821b0.
-
Jean-Baptiste Kempf authored
-