Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: fix when HEVC decoder is disabled | Víctor Manuel Jáquez Leal | 2016-02-01 | 1 | -6/+5 |
* | libs: remove versioning | Víctor Manuel Jáquez Leal | 2016-01-20 | 1 | -30/+30 |
* | libs: make libraries no installables | Víctor Manuel Jáquez Leal | 2016-01-19 | 1 | -28/+6 |
* | Do not install libgstvaapi headers | Víctor Manuel Jáquez Leal | 2016-01-19 | 1 | -39/+0 |
* | Remove codecparsers submodule | Víctor Manuel Jáquez Leal | 2016-01-19 | 1 | -1/+1 |
* | build: Add gmodule dependency for libgstvaapi_egl | Sreerenj Balachandran | 2015-11-30 | 1 | -0/+2 |
* | VP9: libgstvaapi: Add VP9 decoder | Sreerenj Balachandran | 2015-11-06 | 1 | -0/+9 |
* | build: Add missing CFLAGS to Makefile.am | Sreerenj Balachandran | 2015-07-07 | 1 | -0/+1 |
* | HEVC_Encode: Add HEVC(h265) encoder to core libgstvaapi | Sreerenj Balachandran | 2015-05-25 | 1 | -0/+9 |
* | build: use git.mk | Víctor Manuel Jáquez Leal | 2015-05-18 | 1 | -2/+1 |
* | build: fix make distcheck | Víctor Manuel Jáquez Leal | 2015-05-13 | 1 | -1/+1 |
* | build: don't compile HEVC if not supported | Víctor Manuel Jáquez Leal | 2015-04-14 | 1 | -4/+14 |
* | HEVC: Add HEVC(h265) decoder to core libgstvaapi | Sreerenj Balachandran | 2015-04-13 | 1 | -0/+2 |
* | HEVC: Add codec utility methods to core libgstvaapi | Sreerenj Balachandran | 2015-04-13 | 1 | -0/+3 |
* | Remove libgstvaapi-videoutils.so | Víctor Manuel Jáquez Leal | 2015-04-03 | 1 | -2/+0 |
* | egl: add windowing support. | Gwenole Beauchesne | 2015-02-24 | 1 | -0/+2 |
* | egl: add texture abstraction. | Gwenole Beauchesne | 2015-02-24 | 1 | -0/+2 |
* | egl: allow for EGLImage imports into VA Surfaces. | Gwenole Beauchesne | 2015-02-24 | 1 | -0/+2 |
* | Add initial support for EGL. | Gwenole Beauchesne | 2015-02-24 | 1 | -0/+61 |
* | Fix compiler warnings | Víctor Manuel Jáquez Leal | 2015-02-18 | 1 | -1/+1 |
* | Add VP8 Encoder to core libgstvaapi. | Sreerenj Balachandran | 2015-02-13 | 1 | -1/+10 |
* | encoder: Add JPEG Encoder | Sreerenj Balachandran | 2015-02-04 | 1 | -0/+9 |
* | surface: add support for dma_buf exports. | Gwenole Beauchesne | 2015-01-28 | 1 | -0/+2 |
* | Add abstraction for exported VA buffers. | Gwenole Beauchesne | 2015-01-28 | 1 | -0/+3 |
* | Add missing header file to Makefile | Sreerenj Balachandran | 2015-01-28 | 1 | -0/+1 |
* | texture: move to core libgstvaapi base library. | Gwenole Beauchesne | 2015-01-27 | 1 | -1/+4 |
* | texture: drop support for VA/GLX interfaces. | Gwenole Beauchesne | 2015-01-27 | 1 | -2/+2 |
* | build: fix with --no-undefined linker flags. | Gwenole Beauchesne | 2014-08-01 | 1 | -0/+7 |
* | build: fix conditional compilation of VP8 decoder. | Sreerenj Balachandran | 2014-05-09 | 1 | -2/+9 |
* | Add initial VP8 decoder. | Zhao, Halley | 2014-04-18 | 1 | -0/+2 |
* | build: fix packaging for GStreamer 1.2. | Gwenole Beauchesne | 2014-02-19 | 1 | -1/+1 |
* | libs: factor out usages of vaGetConfigAttributes(). | Gwenole Beauchesne | 2014-01-23 | 1 | -0/+2 |
* | context: move overlay composition to separate files. | Gwenole Beauchesne | 2014-01-23 | 1 | -0/+2 |
* | libs: check that private headers remain private. | Gwenole Beauchesne | 2014-01-23 | 1 | -1/+7 |
* | encoder: h264: completely remove private headers. | Gwenole Beauchesne | 2014-01-22 | 1 | -1/+0 |
* | utils: add new MPEG-2 helper functions. | Gwenole Beauchesne | 2014-01-13 | 1 | -0/+3 |
* | utils: h264: expose levels in public header. | Gwenole Beauchesne | 2014-01-10 | 1 | -1/+2 |
* | utils: add new H.264 helper functions. | Gwenole Beauchesne | 2013-12-06 | 1 | -0/+2 |
* | Fix missing files in distribution tarball. | Matthieu Bouron | 2013-12-06 | 1 | -3/+8 |
* | encoder: rework GstVaapiCodedBuffer and related proxy. | Gwenole Beauchesne | 2013-12-04 | 1 | -0/+8 |
* | Fix build with GStreamer >= 1.3. | Matthieu Bouron | 2013-11-27 | 1 | -0/+3 |
* | encoder: add mpeg2 encoder. | XuGuangxin | 2013-11-24 | 1 | -0/+2 |
* | encoder: add h264 encoder. | Wind Yuan | 2013-11-24 | 1 | -0/+2 |
* | Add initial infrastructure for video encoding. | Wind Yuan | 2013-11-24 | 1 | -0/+20 |
* | libs: add generic bitstream writer. | Wind Yuan | 2013-11-24 | 1 | -0/+1 |
* | build: link libgstvaapi-wayland against videoutils. | Ross Burton | 2013-11-22 | 1 | -0/+1 |
* | Add initial infrastructure for video processing. | Gwenole Beauchesne | 2013-08-23 | 1 | -0/+1 |
* | libs: drop some public APIs. | Gwenole Beauchesne | 2013-08-23 | 1 | -2/+3 |
* | image: clean image API up. | Gwenole Beauchesne | 2013-07-26 | 1 | -0/+1 |
* | x11: implement pixmap rendering with RENDER extension. | Gwenole Beauchesne | 2013-07-22 | 1 | -0/+2 |