gstreamer/gst/vaapi
Gwenole Beauchesne 84af151796 vaapiencode: fix support for raw YUV sink buffers.
Allow vaapiencode plug-in elements to encode from raw YUV buffers.
The most efficient way to do so is to let the vaapiencode elements
allocate a buffer pool, and subsequently buffers from it. This means
that upstream elements are expected to honour downstream pools.

If upstream elements insist on providing their own allocated buffers
to the vaapiencode elements, then it possibly would be more efficient
to insert a vaapipostproc element before the vaapiencode element.
This is because vaapipostproc currently has better support than other
elements for "foreign" raw YUV buffers.
2013-11-26 15:55:09 +01:00
..
gstvaapi.c plugins: add mpeg2 encoder element. 2013-11-24 16:52:05 +01:00
gstvaapidecode.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapidecode.h legal: update copyright notice dates. 2013-11-22 06:39:20 +01:00
gstvaapidownload.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapidownload.h legal: update copyright notice dates. 2013-11-22 06:39:20 +01:00
gstvaapiencode.c vaapiencode: fix support for raw YUV sink buffers. 2013-11-26 15:55:09 +01:00
gstvaapiencode.h plugins: add base encoder element. 2013-11-24 16:52:05 +01:00
gstvaapiencode_h264.c vaapiencode: fix support for raw YUV sink buffers. 2013-11-26 15:55:09 +01:00
gstvaapiencode_h264.h plugins: add h264 encoder element. 2013-11-24 16:52:05 +01:00
gstvaapiencode_mpeg2.c vaapiencode: fix support for raw YUV sink buffers. 2013-11-26 15:55:09 +01:00
gstvaapiencode_mpeg2.h plugins: add mpeg2 encoder element. 2013-11-24 16:52:05 +01:00
gstvaapipluginutil.c legal: update copyright notice dates. 2013-11-22 06:39:20 +01:00
gstvaapipluginutil.h legal: update copyright notice dates. 2013-11-22 06:39:20 +01:00
gstvaapipostproc.c vaapostproc: fix memory leaks. 2013-11-22 11:15:57 +01:00
gstvaapipostproc.h vaapipostproc: fix and optimize advanced deinterlacing mode. 2013-11-22 10:27:19 +01:00
gstvaapisink.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapisink.h legal: update copyright notice dates. 2013-11-22 06:39:20 +01:00
gstvaapiupload.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapiupload.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapiuploader.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapiuploader.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideobuffer.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideobuffer.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideobufferpool.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideobufferpool.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideocontext.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideocontext.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideoconverter_glx.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideoconverter_glx.h legal: update copyright notice dates. 2013-11-22 06:39:20 +01:00
gstvaapivideoconverter_x11.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideoconverter_x11.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideomemory.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideomemory.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideometa.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideometa.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideometa_texture.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideometa_texture.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
Makefile.am plugins: add mpeg2 encoder element. 2013-11-24 16:52:05 +01:00