gstreamer/gst/vaapi
Gwenole Beauchesne 0fb7c60508 encoder: rework GstVaapiCodedBuffer and related proxy.
Refactor the GstVaapiCodedBuffer APIs so that to more clearly separate
public and private interfaces. Besides, the map/unmap APIs should not
be exposed as is but appropriate accessors should be provided instead.

* GstVaapiCodedBuffer: VA coded buffer abstraction
- gst_vaapi_coded_buffer_get_size(): get coded buffer size.
- gst_vaapi_coded_buffer_copy_into(): copy coded buffer into GstBuffer

* GstVaapiCodedBufferPool: pool of VA coded buffer objects
- gst_vaapi_coded_buffer_pool_new(): create a pool of coded buffers of
  the specified max size, and bound to the supplied encoder

* GstVaapiCodedBufferProxy: pool-allocated VA coded buffer object proxy
- gst_vaapi_coded_buffer_proxy_new_from_pool(): create coded buf from pool
- gst_vaapi_coded_buffer_proxy_get_buffer(): get underlying coded buffer
- gst_vaapi_coded_buffer_proxy_get_buffer_size(): get coded buffer size

Rationale: more optimized transfer functions might be provided in the
future, thus rendering the map/unmap mechanism obsolete or sub-optimal.

https://bugzilla.gnome.org/show_bug.cgi?id=719775
2013-12-04 19:14:38 +01:00
..
gstvaapi.c plugins: add mpeg2 encoder element. 2013-11-24 16:52:05 +01:00
gstvaapidecode.c plugins: fix reference leaks of VA display objects. 2013-11-29 14:02:52 +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 encoder: rework GstVaapiCodedBuffer and related proxy. 2013-12-04 19:14:38 +01:00
gstvaapiencode.h encoder: rework GstVaapiCodedBuffer and related proxy. 2013-12-04 19:14:38 +01:00
gstvaapiencode_h264.c plugins: use G_PARAM_STATIC_STRINGS. 2013-11-28 17:35:44 +01:00
gstvaapiencode_h264.h vaapiencode: additional clean-ups. 2013-11-28 15:17:42 +01:00
gstvaapiencode_mpeg2.c plugins: use G_PARAM_STATIC_STRINGS. 2013-11-28 17:35:44 +01:00
gstvaapiencode_mpeg2.h vaapiencode: move common properties to base class. 2013-11-28 14:05:33 +01:00
gstvaapipluginutil.c plugins: simplify gst_vaapi_ensure_display(). 2013-11-29 13:56:12 +01:00
gstvaapipluginutil.h legal: update copyright notice dates. 2013-11-22 06:39:20 +01:00
gstvaapipostproc.c plugins: fix reference leaks of VA display objects. 2013-11-29 14:02:52 +01:00
gstvaapipostproc.h vaapipostproc: fix and optimize advanced deinterlacing mode. 2013-11-22 10:27:19 +01:00
gstvaapisink.c plugins: fix reference leaks of VA display objects. 2013-11-29 14:02:52 +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 plugins: use G_PARAM_STATIC_STRINGS. 2013-11-28 17:35:44 +01:00
gstvaapiuploader.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideobuffer.c plugins: drop obsolete functions. 2013-11-28 17:32:18 +01:00
gstvaapivideobuffer.h plugins: drop obsolete functions. 2013-11-28 17:32:18 +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 plugins: simplify gst_vaapi_ensure_display(). 2013-11-29 13:56:12 +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 plugins: fix memory leaks through GstVideoMeta maps. 2013-11-28 19:08:28 +01:00
gstvaapivideomemory.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideometa.c encoder: rework GstVaapiCodedBuffer and related proxy. 2013-12-04 19:14:38 +01:00
gstvaapivideometa.h plugins: drop obsolete functions. 2013-11-28 17:32:18 +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