[Pkg-gstreamer-commits] [gstreamer-vaapi] branch master updated (eea4a2c -> 3e7d5be)

Vincent Cheng vcheng at moszumanska.debian.org
Tue Jun 3 08:14:20 UTC 2014


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

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

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

The 1 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 +-
 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 +-
 141 files changed, 18375 insertions(+), 7415 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