gstreamer/gst/vaapi
Gwenole Beauchesne 449ac54348 vaapiencode: fix negotiation process of output caps.
The specified caps in gst_video_encoder_set_output_state() function
arguments should not contain any resolution, pixel-aspect-ratio,
framerate, codec-data et al. Those rather should be set through the
returned GstVideoCodecState. This means that output caps creation
could be delayed until before gst_video_encoder_finish_frame() is
called.

This greatly simplifies the GstVideoEncoder::set_format() callback
by the way.
2014-01-13 17:31:55 +01:00
..
gstvaapi.c plugins: add mpeg2 encoder element. 2013-11-24 16:52:05 +01:00
gstvaapidecode.c display: don't use GstCaps for decode or encode profiles list. 2013-12-20 17:16:58 +01:00
gstvaapidecode.h plugins: factor out pad caps. 2013-12-18 16:38:57 +01:00
gstvaapidownload.c download: use GstVideoInfo facilities to build output caps. 2013-12-21 12:35:24 +01:00
gstvaapidownload.h plugins: add new base object, store display in there. 2013-12-18 16:38:57 +01:00
gstvaapiencode.c vaapiencode: fix negotiation process of output caps. 2014-01-13 17:31:55 +01:00
gstvaapiencode.h vaapiencode: fix negotiation process of output caps. 2014-01-13 17:31:55 +01:00
gstvaapiencode_h264.c vaapiencode: fix negotiation process of output caps. 2014-01-13 17:31:55 +01:00
gstvaapiencode_h264.h vaapiencode: fix negotiation process of output caps. 2014-01-13 17:31:55 +01:00
gstvaapiencode_mpeg2.c vaapiencode: fix negotiation process of output caps. 2014-01-13 17:31:55 +01:00
gstvaapiencode_mpeg2.h vaapiencode: move common properties to base class. 2013-11-28 14:05:33 +01:00
gstvaapipluginbase.c plugins: do not free debug category in finalize method. 2014-01-06 10:11:54 +01:00
gstvaapipluginbase.h plugins: factor out support for raw YUV buffers on sink pads. 2013-12-18 16:38:57 +01:00
gstvaapipluginutil.c plugins: factor out construction of template caps. 2013-12-21 12:35:24 +01:00
gstvaapipluginutil.h plugins: factor out construction of template caps. 2013-12-21 12:35:24 +01:00
gstvaapipostproc.c plugins: factor out construction of GValue from GstVideoFormat. 2013-12-21 12:35:24 +01:00
gstvaapipostproc.h plugins: fix permissions for certain files. 2013-12-20 17:16:12 +01:00
gstvaapisink.c plugins: factor out support for raw YUV buffers on sink pads. 2013-12-18 16:38:57 +01:00
gstvaapisink.h plugins: factor out support for raw YUV buffers on sink pads. 2013-12-18 16:38:57 +01:00
gstvaapiupload.c plugins: factor out pad caps. 2013-12-18 16:38:57 +01:00
gstvaapiupload.h plugins: add new base object, store display in there. 2013-12-18 16:38:57 +01:00
gstvaapiuploader.c plugins: factor out construction of template caps. 2013-12-21 12:35:24 +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 plugins: allow builds without GLX enabled for GStreamer 1.2. 2013-12-11 15:30:51 +01:00
gstvaapivideobufferpool.h plugins: request GLTextureUpload meta on buffers in the buffer pool. 2013-12-11 15:30:51 +01:00
gstvaapivideocontext.c plugins: re-indent common and video context creation utils. 2013-12-21 12:35:23 +01:00
gstvaapivideocontext.h plugins: re-indent common and video context creation utils. 2013-12-21 12:35:23 +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 plugins: implement GLTextureUploadMeta user data copy. 2013-12-18 18:34:10 +01:00
gstvaapivideometa_texture.h plugins: fix GLTextureUploadMeta to work with different texture ids. 2013-12-11 15:30:51 +01:00
Makefile.am plugins: add new base object, store display in there. 2013-12-18 16:38:57 +01:00