[Pkg-gstreamer-commits] [gstreamer-vaapi] branch upstream updated (e713d43 -> c9af9a8)

Vincent Cheng vcheng at moszumanska.debian.org
Tue Jun 3 08:09:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

vcheng pushed a change to branch upstream
in repository gstreamer-vaapi.

      from  e713d43   build: fix for Wayland headers not in standard include dirs.
       new  2483565   Bump version for development.
       new  082fb3f   libs: add rate-control attributes.
       new  02e174c   libs: add support for rate-control to GstVaapiContext.
       new  99947d0   libs: add generic bitstream writer.
       new  8174a35   Add initial infrastructure for video encoding.
       new  652245f   encoder: add h264 encoder.
       new  d753c22   encoder: add mpeg2 encoder.
       new  06ea8ba   plugins: add base encoder element.
       new  f1c33fe   plugins: add h264 encoder element.
       new  2e356b0   plugins: add mpeg2 encoder element.
       new  3e96f10   vaapiencode: initial port to GStreamer 1.2.
       new  139c99b   vaapiencode: fix support for GStreamer 1.2.
       new  84af151   vaapiencode: fix support for raw YUV sink buffers.
       new  e01d48f   vaapiencode: minor clean-ups.
       new  a6b8f94   vaapiencode: fix error handling in _finish() hook.
       new  207264a   vaapiencode: fix error handling while allocating output buffers.
       new  98fa9e7   configure: disable encoders with GStreamer 0.10.
       new  7617492   Fix build with GStreamer >= 1.3.
       new  d3f671a   videoutils: update to master commit d4a15a5.
       new  f82deaf   libs: always use built-in videoutils for GStreamer 0.10.
       new  e9e988f   libs: add more GstBuffer compat glue for GStreamer 0.10.
       new  bc020c0   vaapiencode: add initial support for GStreamer 0.10.
       new  1a4b3c3   vaapiencode: fix plugin description and debug name.
       new  d759fe3   vaapiencode: move common properties to base class.
       new  8116d8a   vaapiencode: additional clean-ups.
       new  081ff63   vaapiencode: fix memory leaks in _push_frame() on error.
       new  30f382f   vaapiencode: optimize _handle_frame() to avoid extra allocation.
       new  5e245ae   surfaceproxy: add copy function.
       new  b04c758   plugins: allow VA video meta to be allocated from surface proxy pools.
       new  d45658b   plugins: drop obsolete functions.
       new  3324cdf   plugins: simplify VA video meta to only reference surface proxies.
       new  9ab6037   plugins: use G_PARAM_STATIC_STRINGS.
       new  84b3f84   plugins: fix memory leaks through GstVideoMeta maps.
       new  1675120   plugins: simplify gst_vaapi_ensure_display().
       new  7a33165   plugins: fix reference leaks of VA display objects.
       new  0fb7c60   encoder: rework GstVaapiCodedBuffer and related proxy.
       new  8ecc35e   encoder: fix subclassing process.
       new  038149b   encoder: refactor status codes.
       new  26726b1   encoder: avoid extra allocations of GstVaapiEncoderSyncPic objects.
       new  2f5e5f0   encoder: clean-ups and document public APIs.
       new  fdddf83   encoder: fix mpeg2 compilation error.
       new  fd9c855   encoder: simplify VA context initialization process.
       new  b864d1f   encoder: fix computation of max coded buffer size.
       new  2940a74   encoder: fix computation of max coded buffer size (again).
       new  44ead80   Fix missing files in distribution tarball.
       new  47dee4d   utils: add new H.264 helper functions.
       new  7f1f879   utils: add new H.264 profiles.
       new  e2f137f   utils: add helpers for H.264 levels.
       new  f870469   codecparsers: update to gst-vaapi-branch commit 177c73b.
       new  bd5ae1b   decoder: h264: fix decoding of scaling lists.
       new  009e452   decoder: h264: add support for constrained baseline profile.
       new  3d51074   codecparsers: update to gst-vaapi-branch commit e7d0e18.
       new  416ab33   utils: h264: add more profiles.
       new  1dd8980   decoder: h264: fix decoding of BA3_SVA_C.264.
       new  6fe5496   h264: improve robustness when packets are missing.
       new  c7673f1   plugins: robustify GstVideoGLTextureUploadMeta implementation.
       new  6b6c10d   plugins: request GLTextureUpload meta on buffers in the buffer pool.
       new  c2eabc1   plugins: allow builds without GLX enabled for GStreamer 1.2.
       new  61f6cbf   plugins: fix GLTextureUploadMeta to work with different texture ids.
       new  7e58d60   plugins: add new base object, store display in there.
       new  6f2dfb7   plugins: factor out display creation process.
       new  fad3f53   plugins: check type of display obtained from neighbours.
       new  e5f066b   plugins: factor out GstImplementsInterface.
       new  01a3fc4   plugins: factor out video context sharing code.
       new  b324fc6   plugins: factor out pad caps.
       new  e3dcd33   plugins: factor out support for raw YUV buffers on sink pads.
       new  bf8f244   plugins: implement GLTextureUploadMeta user data copy.
       new  690e85f   plugins: fix permissions for certain files.
       new  a6fe769   utils: add helper functions to get codec or profile name.
       new  ff0642e   display: re-indent all GstVaapiDisplay related source code.
       new  446b060   display: allocate queried resources on-demand.
       new  c4ca08a   display: don't use GstCaps for image or subpicture formats list.
       new  c558129   display: don't use GstCaps for decode or encode profiles list.
       new  b802573   plugins: re-indent common and video context creation utils.
       new  528b5ad   plugins: factor out construction of GValue from GstVideoFormat.
       new  113bd3a   plugins: factor out construction of template caps.
       new  7f88fdc   download: use GstVideoInfo facilities to build output caps.
       new  52b6fc5   utils: re-indent GstVideoFormat related helpers.
       new  4902df0   utils: format: drop unused helper functions.
       new  33bb859   Fix printf()-like formats.
       new  dd2ca58   tests: simple-decoder: don't use deprecated g_thread_create().
       new  231a067   plugins: do not free debug category in finalize method.
       new  c010ce2   codec: re-indent base codec objects.
       new  caf1367   codec: re-indent decoder objects.
       new  39dda15   codec: add helper macros to maintain object refcount.
       new  589078f   utils: h264: expose levels in public header.
       new  b0c2ac4   utils: h264: add helpers for profile and level string mappings.
       new  4a650e8   utils: h264: don't use fatal asserts.
       new  9548e32   utils: add new MPEG-2 helper functions.
       new  01af353   encoder: fix indentation.
       new  076d75a   vaapiencode: fix indentation.
       new  a24c52e   encoder: add rate control API.
       new  70b3600   encoder: add bitrate API.
       new  dcc7a94   encoder: add properties API.
       new  a43d06d   vaapiencode: update for new properties API.
       new  85ce893   vaapiencode: rename a few member functions.
       new  37fa6a8   vaapiencode: make GstVaapiEncode an abstract type.
       new  449ac54   vaapiencode: fix negotiation process of output caps.
       new  ea7c1d8   vaapiencode: use more GstVaapiPluginBase facilities.
       new  2c4fde0   vaapiencode: don't crash on NULL encoder on _finish().
       new  5394c75   encoder: add video codec-state API.
       new  20ab910   encoder: fix possible memory leak of coded buffer pools.
       new  8788ea9   encoder: improve codec reconfiguration.
       new  59229b2   encoder: add keyframe period API.
       new  850a637   encoder: filter out the supported set of rate-control properties.
       new  4a6fbdd   encoder: clean-ups.
       new  368caf2   encoder: fix bitrate units to match kbps.
       new  21c95db   encoder: add tuning options API.
       new  1edeb6e   encoder: mpeg2: clean-ups.
       new  e311d53   encoder: mpeg2: derive profile and level from active coding tools.
       new  0c5f69e   encoder: mpeg2: fix hardware profile lookup.
       new  45732dc   encoder: h264: clean-ups.
       new  e2f8c05   encoder: h264: support only the byte-stream format.
       new  2b482e8   encoder: h264: fix hardware profile lookup.
       new  b59a557   encoder: h264: derive profile and level from active coding tools.
       new  8df97cf   encoder: h264: expose more coding tools.
       new  00e0af9   encoder: h264: refine size of coded buffer.
       new  bdf91aa   encoder: h264: allow target decoder constraints.
       new  7b1233f   encoder: h264: support "high-compression" tuning option.
       new  c7a2095   encoder: h264: improve automatic bitrate calculation.
       new  78bf2c0   encoder: h264: fix frame cropping rectangle calculation.
       new  d45c6a4   encoder: clean-up objects.
       new  c03682e   encoder: re-order submission of VA objects.
       new  b065ae7   plugins: don't apply overlay composition in GLTextureUpload function.
       new  ef9819e   plugins: add helpers to create video caps with features.
       new  d3b6724   vaapiencode: fix typo in error message.
       new  830566c   vaapiencode: fix possible hang on SIGINT.
       new  d2f6274   vaapidecode: fix hang on SIGINT.
       new  cb81acd   vaapidecode: add system memory caps to template caps.
       new  a674d9e   vaapidecode: query downstream caps features like GLTextureUploadMeta.
       new  dd6751e   vaapisink: expose the raw video formats in static caps template.
       new  f8666e2   vaapisink: fix display initialization in GstVideoOverlay implementation.
       new  e66179d   pkgconfig: plugin dir should use PKG version not API version.
       new  db5465c   vaapipostproc: fix support for "sharpen" filter.
       new  467bf95   vaapipostproc: add support for colorbalance filters.
       new  751aa05   surface: rework render flags.
       new  b1d3f7d   vaapisink: set csc render flags from sinkpad caps.
       new  5f5df3f   encoder: h264: really fix frame cropping rectangle calculation.
       new  391ad15   encoder: h264: always emit VUI parameters for framerate.
       new  7e6f7f3   encoder: h264: fix PPS header packing with profile < high.
       new  8e62164   encoder: h264: completely remove private headers.
       new  c48e769   encoder: h264: clean-up bitwriter related utilities.
       new  54d1900   encoder: h264: clean-ups.
       new  586f872   encoder: h264: fix level when bitrate is automatically computed.
       new  d9cf58e   encoder: h264: fix ip_period value in sequence parameter.
       new  71113e4   encoder: h264: only submit packed headers when required.
       new  1e502d6   encoder: h264: submit sequence parameter only once.
       new  4c04a1b   encoder: h264: fix level lookup constraints wrt. bitrate.
       new  9d42c86   encoder: h264: fix bitrate encoding for HRD conformance.
       new  9d5fc53   encoder: h264: fix default CPB buffer size.
       new  deff9c7   encoder: h264: disable NAL HRD parameters for now.
       new  0e8afe1   decoder: fix crash on invalid pointer for GST_DEBUG().
       new  387371b   decoder: fix video codec frame number in standalone mode.
       new  1c95903   legal: add per-file authorship information.
       new  6bf3c18   legal: update copyright notice dates.
       new  ed302d0   Bump library major version.
       new  c5bdeb6   libs: check that private headers remain private.
       new  1ffdc01   context: re-indent all GstVaapiContext related source code.
       new  c85b080   context: clean-ups. Strip down APIs.
       new  3b714c8   context: move overlay composition to separate files.
       new  e3ed05b   context: fix get_attribute() value result.
       new  0eb4070   context: introduce concept of usage.
       new  14ad694   context: move rate-control mode to encoder specific config.
       new  1dc9837   encoder: fix and factor out check for supported rate-control modes.
       new  4481c15   encoder: notify the encoder of the submitted packed headers.
       new  84044f2   libs: add missing file (libgstvaapi_priv_check.h).
       new  449727e   libs: re-indent all source code related to VA utilities.
       new  db7a3b8   libs: factor out usages of vaGetConfigAttributes().
       new  e6fb4c1   tests: test-filter: fix "deinterlace" option parse.
       new  0b176de   NEWS: updates.
       new  271fb82   README: updates.
       new  b545c6f   0.5.8.
       new  614aa4a   build: fix for older versions of VA-API (< 0.34.0).
       new  cab11ef   build: fix warnings on 64-bit platforms.
       new  183897d   debian: fix package description.
       new  c9af9a8   debian: fix trailing whitespace in description.

The 176 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS                                               |   16 +-
 README                                             |   35 +-
 configure.ac                                       |   77 +-
 debian.upstream/control.in                         |    8 +-
 debian.upstream/copyright                          |    2 +-
 docs/reference/libs/libs-sections.txt              |    1 +
 ext/codecparsers                                   |    2 +-
 ext/videoutils                                     |    2 +-
 gst-libs/gst/Makefile.am                           |    2 +-
 gst-libs/gst/base/Makefile.am                      |   48 +
 gst-libs/gst/base/gstbitwriter.c                   |  278 +++
 gst-libs/gst/base/gstbitwriter.h                   |  361 +++
 gst-libs/gst/vaapi/Makefile.am                     |   62 +-
 gst-libs/gst/vaapi/glibcompat.h                    |   13 +-
 gst-libs/gst/vaapi/gstcompat.h                     |   38 +-
 gst-libs/gst/vaapi/gstvaapicodec_objects.c         |  225 +-
 gst-libs/gst/vaapi/gstvaapicodec_objects.h         |  180 +-
 gst-libs/gst/vaapi/gstvaapicodedbuffer.c           |  232 ++
 .../gst/vaapi/gstvaapicodedbuffer.h                |   56 +-
 gst-libs/gst/vaapi/gstvaapicodedbuffer_priv.h      |   78 +
 gst-libs/gst/vaapi/gstvaapicodedbufferpool.c       |  130 ++
 ...tvaapiimagepool.h => gstvaapicodedbufferpool.h} |   27 +-
 gst-libs/gst/vaapi/gstvaapicodedbufferproxy.c      |  253 +++
 gst-libs/gst/vaapi/gstvaapicodedbufferproxy.h      |   82 +
 gst-libs/gst/vaapi/gstvaapicodedbufferproxy_priv.h |   70 +
 gst-libs/gst/vaapi/gstvaapicontext.c               | 1102 +++------
 gst-libs/gst/vaapi/gstvaapicontext.h               |  157 +-
 gst-libs/gst/vaapi/gstvaapicontext_overlay.c       |  451 ++++
 ...tvaapiutils_x11.h => gstvaapicontext_overlay.h} |   44 +-
 gst-libs/gst/vaapi/gstvaapidecoder.c               |   21 +-
 gst-libs/gst/vaapi/gstvaapidecoder_h264.c          |  187 +-
 gst-libs/gst/vaapi/gstvaapidecoder_objects.c       |  640 +++---
 gst-libs/gst/vaapi/gstvaapidecoder_objects.h       |  209 +-
 gst-libs/gst/vaapi/gstvaapidecoder_priv.h          |    3 +-
 gst-libs/gst/vaapi/gstvaapidecoder_unit.h          |    2 +
 gst-libs/gst/vaapi/gstvaapidisplay.c               | 2387 +++++++++++---------
 gst-libs/gst/vaapi/gstvaapidisplay.h               |  144 +-
 gst-libs/gst/vaapi/gstvaapidisplay_drm.c           |  498 ++--
 gst-libs/gst/vaapi/gstvaapidisplay_drm.h           |    9 +-
 gst-libs/gst/vaapi/gstvaapidisplay_drm_priv.h      |   27 +-
 gst-libs/gst/vaapi/gstvaapidisplay_glx.c           |   68 +-
 gst-libs/gst/vaapi/gstvaapidisplay_glx.h           |    4 +-
 gst-libs/gst/vaapi/gstvaapidisplay_glx_priv.h      |   16 +-
 gst-libs/gst/vaapi/gstvaapidisplay_priv.h          |  145 +-
 gst-libs/gst/vaapi/gstvaapidisplay_wayland.c       |  506 ++---
 gst-libs/gst/vaapi/gstvaapidisplay_wayland.h       |    6 +-
 gst-libs/gst/vaapi/gstvaapidisplay_wayland_priv.h  |   43 +-
 gst-libs/gst/vaapi/gstvaapidisplay_x11.c           |  700 +++---
 gst-libs/gst/vaapi/gstvaapidisplay_x11.h           |   10 +-
 gst-libs/gst/vaapi/gstvaapidisplay_x11_priv.h      |   41 +-
 gst-libs/gst/vaapi/gstvaapidisplaycache.c          |  334 ++-
 gst-libs/gst/vaapi/gstvaapidisplaycache.h          |   55 +-
 gst-libs/gst/vaapi/gstvaapiencoder.c               | 1099 +++++++++
 gst-libs/gst/vaapi/gstvaapiencoder.h               |  178 ++
 gst-libs/gst/vaapi/gstvaapiencoder_h264.c          | 2242 ++++++++++++++++++
 gst-libs/gst/vaapi/gstvaapiencoder_h264.h          |   78 +
 gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c         | 1015 +++++++++
 gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.h         |   57 +
 gst-libs/gst/vaapi/gstvaapiencoder_mpeg2_priv.h    |   66 +
 gst-libs/gst/vaapi/gstvaapiencoder_objects.c       |  460 ++++
 gst-libs/gst/vaapi/gstvaapiencoder_objects.h       |  271 +++
 gst-libs/gst/vaapi/gstvaapiencoder_priv.h          |  345 +++
 gst-libs/gst/vaapi/gstvaapifilter.c                |   28 +-
 gst-libs/gst/vaapi/gstvaapiminiobject.h            |    1 +
 gst-libs/gst/vaapi/gstvaapiobject.h                |   18 +
 gst-libs/gst/vaapi/gstvaapiobject_priv.h           |    4 +-
 gst-libs/gst/vaapi/gstvaapipixmap_priv.h           |    2 +-
 gst-libs/gst/vaapi/gstvaapipixmap_x11.c            |    4 +-
 gst-libs/gst/vaapi/gstvaapiprofile.c               |  100 +-
 gst-libs/gst/vaapi/gstvaapiprofile.h               |   48 +-
 gst-libs/gst/vaapi/gstvaapisurface.c               |    5 +-
 gst-libs/gst/vaapi/gstvaapisurface.h               |   33 +-
 gst-libs/gst/vaapi/gstvaapisurfaceproxy.c          |   63 +-
 gst-libs/gst/vaapi/gstvaapisurfaceproxy.h          |    3 +
 gst-libs/gst/vaapi/gstvaapisurfaceproxy_priv.h     |    1 +
 gst-libs/gst/vaapi/gstvaapitypes.h                 |   29 +-
 gst-libs/gst/vaapi/gstvaapiutils.c                 |  553 +++--
 gst-libs/gst/vaapi/gstvaapiutils.h                 |   66 +-
 gst-libs/gst/vaapi/gstvaapiutils_core.c            |   77 +
 .../gst/vaapi/gstvaapiutils_core.h                 |   16 +-
 gst-libs/gst/vaapi/gstvaapiutils_glx.c             | 1294 +++++------
 gst-libs/gst/vaapi/gstvaapiutils_glx.h             |  160 +-
 gst-libs/gst/vaapi/gstvaapiutils_h264.c            |  399 ++++
 gst-libs/gst/vaapi/gstvaapiutils_h264.h            |   95 +
 gst-libs/gst/vaapi/gstvaapiutils_h264_priv.h       |   95 +
 gst-libs/gst/vaapi/gstvaapiutils_mpeg2.c           |  284 +++
 gst-libs/gst/vaapi/gstvaapiutils_mpeg2.h           |   70 +
 gst-libs/gst/vaapi/gstvaapiutils_mpeg2_priv.h      |   97 +
 gst-libs/gst/vaapi/gstvaapiutils_x11.c             |  174 +-
 gst-libs/gst/vaapi/gstvaapiutils_x11.h             |   19 +-
 gst-libs/gst/vaapi/gstvaapivalue.c                 |   84 +-
 gst-libs/gst/vaapi/gstvaapivalue.h                 |   79 +-
 gst-libs/gst/vaapi/gstvaapivideopool.h             |    4 +-
 gst-libs/gst/vaapi/gstvaapiwindow_glx.c            |    4 +-
 gst-libs/gst/vaapi/gstvaapiwindow_priv.h           |    2 +-
 gst-libs/gst/vaapi/gstvaapiwindow_x11.c            |    4 +-
 .../gst/vaapi/libgstvaapi_priv_check.h             |   16 +-
 gst-libs/gst/vaapi/video-format.c                  |  367 +--
 gst-libs/gst/vaapi/video-format.h                  |   30 +-
 gst-libs/gst/video/Makefile.am                     |    6 +-
 gst/vaapi/Makefile.am                              |   19 +
 gst/vaapi/gstvaapi.c                               |   14 +
 gst/vaapi/gstvaapidecode.c                         |  288 +--
 gst/vaapi/gstvaapidecode.h                         |   14 +-
 gst/vaapi/gstvaapidownload.c                       |  109 +-
 gst/vaapi/gstvaapidownload.h                       |    3 +-
 gst/vaapi/gstvaapiencode.c                         |  742 ++++++
 gst/vaapi/gstvaapiencode.h                         |   95 +
 gst/vaapi/gstvaapiencode_h264.c                    |  412 ++++
 gst/vaapi/gstvaapiencode_h264.h                    |   72 +
 gst/vaapi/gstvaapiencode_mpeg2.c                   |  179 ++
 gst/vaapi/gstvaapiencode_mpeg2.h                   |   74 +
 gst/vaapi/gstvaapipluginbase.c                     |  589 +++++
 gst/vaapi/gstvaapipluginbase.h                     |  221 ++
 gst/vaapi/gstvaapipluginutil.c                     |  735 +++---
 gst/vaapi/gstvaapipluginutil.h                     |   60 +-
 gst/vaapi/gstvaapipostproc.c                       |  518 ++---
 gst/vaapi/gstvaapipostproc.h                       |   24 +-
 gst/vaapi/gstvaapisink.c                           |  542 ++---
 gst/vaapi/gstvaapisink.h                           |   15 +-
 gst/vaapi/gstvaapiupload.c                         |   74 +-
 gst/vaapi/gstvaapiupload.h                         |    7 +-
 gst/vaapi/gstvaapiuploader.c                       |   47 +-
 gst/vaapi/gstvaapivideobuffer.c                    |    6 -
 gst/vaapi/gstvaapivideobuffer.h                    |    4 -
 gst/vaapi/gstvaapivideobufferpool.c                |   15 +-
 gst/vaapi/gstvaapivideobufferpool.h                |   15 +
 gst/vaapi/gstvaapivideocontext.c                   |  219 +-
 gst/vaapi/gstvaapivideocontext.h                   |   21 +-
 gst/vaapi/gstvaapivideomemory.c                    |    4 +-
 gst/vaapi/gstvaapivideometa.c                      |  150 +-
 gst/vaapi/gstvaapivideometa.h                      |   14 -
 gst/vaapi/gstvaapivideometa_texture.c              |  102 +-
 gst/vaapi/gstvaapivideometa_texture.h              |    6 +
 pkgconfig/gstreamer-vaapi-drm.pc.in                |    4 +-
 pkgconfig/gstreamer-vaapi-glx.pc.in                |    4 +-
 pkgconfig/gstreamer-vaapi-wayland.pc.in            |    4 +-
 pkgconfig/gstreamer-vaapi-x11.pc.in                |    4 +-
 pkgconfig/gstreamer-vaapi.pc.in                    |    6 +-
 tests/Makefile.am                                  |    3 +-
 tests/simple-decoder.c                             |    8 +-
 tests/test-display.c                               |  120 +-
 tests/test-filter.c                                |    6 +-
 143 files changed, 18381 insertions(+), 7419 deletions(-)
 create mode 100644 gst-libs/gst/base/Makefile.am
 create mode 100644 gst-libs/gst/base/gstbitwriter.c
 create mode 100644 gst-libs/gst/base/gstbitwriter.h
 create mode 100644 gst-libs/gst/vaapi/gstvaapicodedbuffer.c
 copy tests/image.h => gst-libs/gst/vaapi/gstvaapicodedbuffer.h (50%)
 create mode 100644 gst-libs/gst/vaapi/gstvaapicodedbuffer_priv.h
 create mode 100644 gst-libs/gst/vaapi/gstvaapicodedbufferpool.c
 copy gst-libs/gst/vaapi/{gstvaapiimagepool.h => gstvaapicodedbufferpool.h} (60%)
 create mode 100644 gst-libs/gst/vaapi/gstvaapicodedbufferproxy.c
 create mode 100644 gst-libs/gst/vaapi/gstvaapicodedbufferproxy.h
 create mode 100644 gst-libs/gst/vaapi/gstvaapicodedbufferproxy_priv.h
 create mode 100644 gst-libs/gst/vaapi/gstvaapicontext_overlay.c
 copy gst-libs/gst/vaapi/{gstvaapiutils_x11.h => gstvaapicontext_overlay.h} (61%)
 create mode 100644 gst-libs/gst/vaapi/gstvaapiencoder.c
 create mode 100644 gst-libs/gst/vaapi/gstvaapiencoder.h
 create mode 100644 gst-libs/gst/vaapi/gstvaapiencoder_h264.c
 create mode 100644 gst-libs/gst/vaapi/gstvaapiencoder_h264.h
 create mode 100644 gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
 create mode 100644 gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.h
 create mode 100644 gst-libs/gst/vaapi/gstvaapiencoder_mpeg2_priv.h
 create mode 100644 gst-libs/gst/vaapi/gstvaapiencoder_objects.c
 create mode 100644 gst-libs/gst/vaapi/gstvaapiencoder_objects.h
 create mode 100644 gst-libs/gst/vaapi/gstvaapiencoder_priv.h
 create mode 100644 gst-libs/gst/vaapi/gstvaapiutils_core.c
 copy gst/vaapi/gstvaapivideometa_texture.h => gst-libs/gst/vaapi/gstvaapiutils_core.h (71%)
 create mode 100644 gst-libs/gst/vaapi/gstvaapiutils_h264.c
 create mode 100644 gst-libs/gst/vaapi/gstvaapiutils_h264.h
 create mode 100644 gst-libs/gst/vaapi/gstvaapiutils_h264_priv.h
 create mode 100644 gst-libs/gst/vaapi/gstvaapiutils_mpeg2.c
 create mode 100644 gst-libs/gst/vaapi/gstvaapiutils_mpeg2.h
 create mode 100644 gst-libs/gst/vaapi/gstvaapiutils_mpeg2_priv.h
 copy tests/test-jpeg.h => gst-libs/gst/vaapi/libgstvaapi_priv_check.h (77%)
 create mode 100644 gst/vaapi/gstvaapiencode.c
 create mode 100644 gst/vaapi/gstvaapiencode.h
 create mode 100644 gst/vaapi/gstvaapiencode_h264.c
 create mode 100644 gst/vaapi/gstvaapiencode_h264.h
 create mode 100644 gst/vaapi/gstvaapiencode_mpeg2.c
 create mode 100644 gst/vaapi/gstvaapiencode_mpeg2.h
 create mode 100644 gst/vaapi/gstvaapipluginbase.c
 create mode 100644 gst/vaapi/gstvaapipluginbase.h
 mode change 100755 => 100644 gst/vaapi/gstvaapipostproc.c
 mode change 100755 => 100644 gst/vaapi/gstvaapipostproc.h
 mode change 100755 => 100644 gst/vaapi/gstvaapiuploader.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer-vaapi.git



More information about the Pkg-gstreamer-commits mailing list