platform/upstream/gstreamer.git
2016-07-22 Víctor Manuel... plugins: remove gst_vaapi_plugin_base_driver_is_whiteli...
2016-07-22 Víctor Manuel... plugins: remove common change_state() vmethod
2016-07-22 Víctor Manuel... vaapidecode: remove change_state() vmethod
2016-07-22 Víctor Manuel... vaapi: register vaapipostproc only if supported
2016-07-22 Víctor Manuel... vaapi: don't register if VA driver is unsupported
2016-07-22 Víctor Manuel... plugins: add gst_vaapi_driver_is_whitelisted()
2016-07-22 Víctor Manuel... vaapi: instantiate a VA display when registering
2016-07-22 Víctor Manuel... vaapi: declare external dependencies
2016-07-22 Víctor Manuel... vaapidecode: remove unneeded initializations
2016-07-22 Víctor Manuel... plugins: remove undefined macros
2016-07-22 Víctor Manuel... Revert "gstvaapisurface_drm: release image when done"
2016-07-22 Víctor Manuel... encoder: h265: fix code-style
2016-07-22 Víctor Manuel... vaapipostproc: update filters at color balance
2016-07-22 Hyunjun Kovaapipostproc: make it enable/disable pass-through...
2016-07-22 Hyunjun Kovaapipostproc: checking and updating filter parameter...
2016-07-21 Allen Zhangdecoder: h265: handle the SEI NAL units included in...
2016-07-15 Víctor Manuel... build: doc: do not redefine MAINTAINERCLEANFILES
2016-07-15 Sreerenj Balachandranencoder: h264: Fix MVC encode while enabling dct8x8
2016-07-14 Víctor Manuel... vaapisink: demote a debug message to trace
2016-07-14 Jagyum Koowayland: Error check before using cached wl_display
2016-07-11 Stefan SauerAutomatic update of common submodule
2016-07-11 Víctor Manuel... vaapiencode: demote a log to trace level
2016-07-11 Hyunjun Kovaapiencode: implement flush() vmethod
2016-07-11 Víctor Manuel... decoder: vc1: flush dpb only if opened
2016-07-11 Hyunjun Kovaapidecode: drop non-keyframe in reverse playback
2016-07-11 Víctor Manuel... vaapidecode: unref output frame earlier
2016-07-11 Víctor Manuel... vaapidecode: remove gst_vaapidecode_internal_flush()
2016-07-11 Víctor Manuel... vaapidecode: flush output adapter at drain()
2016-07-11 Víctor Manuel... vaapidecode: call purge at flush()
2016-07-06 Víctor Manuel... test: elements: remove spurious linkage
2016-07-06 Sebastian Drögeconfigure: Require GLib >= 2.40 like everywhere else
2016-07-06 Sebastian DrögeBack to development
2016-07-06 Sebastian DrögeRelease 1.9.1
2016-07-05 Víctor Manuel... tests: elements: rotate orientation event
2016-07-05 Hyunjun Kotests: elements: Add testsuite for vaapisink
2016-07-05 Hyunjun Kovaapisink: add support for GST_TAG_IMAGE_ORIENTATION
2016-06-29 Víctor Manuel... vaapipostproc: return caps template if no display
2016-06-29 Matthew Watersvaapipostproc: don't require a vaapi display for all...
2016-06-28 Víctor Manuel... utils: report VP9 profiles
2016-06-28 Víctor Manuel... vaapi: nest includes under USE_ENCODER macro
2016-06-28 Víctor Manuel... vaapi: nest encoders under USE_ENCODER macro
2016-06-24 Víctor Manuel... vaapivideocontext: check if query context is NULL
2016-06-23 Scott D Phillipsremove unused glibcompat.h
2016-06-23 Scott D Phillipsencoder: h264: Use high profile by default
2016-06-23 Víctor Manuel... vaapidecodebin: element warning if missing element
2016-06-22 Hyunjun Kodecoder: h265: fix to release all dpb pictures
2016-06-21 Nicolas DufresneAutomatic update of common submodule
2016-06-21 Hyunjun Kovaapi: fix minor leaks
2016-06-17 Víctor Manuel... vaapi: remove an already included header
2016-06-17 Víctor Manuel... vaapidecodebin: add vp9 in sink pad template
2016-06-16 Víctor Manuel... vaapisink: return caps template if no display
2016-06-15 Scott D Phillipsdecoder: vp9: Update comment about context resets
2016-06-15 Scott D Phillipsgstvaapicontext: control reset_on_resize with option
2016-06-15 Scott D Phillipsvaapivideobufferpool: add video meta to config when...
2016-06-14 Scott D Phillipsplugins: retry pool config
2016-06-08 Víctor Manuel... vaapivideomemory: internal attributes to methods
2016-06-08 Víctor Manuel... plugins: remove precondition for decide_allocation()
2016-06-08 Víctor Manuel... plugins: avoid possible memory leaks
2016-06-08 Víctor Manuel... plugins: use GstParentBufferMeta
2016-06-08 Víctor Manuel... plugins: cache VASurfaces from dmabufs
2016-06-08 Víctor Manuel... libs: change gst_vaapi_surface_new_with_dma_buf_handle()
2016-06-08 Víctor Manuel... plugins: use an unique allocator per pad
2016-06-08 Víctor Manuel... vaapivideobufferpool: share options flag with pluginbase
2016-06-08 Víctor Manuel... plugins: add gst_vaapi_plugin_base_create_pool()
2016-06-08 Víctor Manuel... pluginbase negotiates allocator with bufferpool
2016-06-08 Víctor Manuel... vaapivideobufferpool: keep only current video info
2016-06-08 Víctor Manuel... pluginutil: add gst_video_info_force_nv12_if_encoded()
2016-06-08 Víctor Manuel... pluginutil: add gst_video_info_changed() helper
2016-06-08 Hyunjun Kovaapipostproc: Add colorimetry attributes to src caps
2016-06-08 Hyunjun Kovaapidecode: remove chroma-site and colorimetry from...
2016-06-08 Scott D Phillipsvaapipostproc: add postproc_lock to protect data members
2016-05-30 Sreerenj Balachandranencoder: vp9: Add simple algorithms for reference pictu...
2016-05-30 Sreerenj Balachandranencoder: vp9: Define Max frame width and height
2016-05-30 Sreerenj Balachandranencoder: vp9: Add more propertis for tuning encode...
2016-05-30 Sreerenj BalachandranAdd vp9 encode element to "vaapi" plugin
2016-05-30 Sreerenj BalachandranAdd vp9 encoder support in libgstvaapi
2016-05-30 Sreerenj Balachandranbuild: Add check for VP9 encode API support in libva
2016-05-26 Víctor Manuel... gstvaapisurface_drm: fix internal documentation
2016-05-26 Víctor Manuel... gstvaapisurface_drm: fix code-style
2016-05-25 Víctor Manuel... plugins: remove unused header
2016-05-25 Víctor Manuel... vaapivideobufferpool: remove GL_TEXTURE_UPLOAD_META
2016-05-24 Víctor Manuel... plugins: add gst_vaapi_buffer_pool_caps_is_equal()
2016-05-24 Víctor Manuel... plugins: deactivate buffer pool before unref
2016-05-24 Víctor Manuel... plugins: no sinkpad bufferpool when decoder
2016-05-24 Víctor Manuel... plugins: avoid to get/set pool config twice
2016-05-24 Víctor Manuel... plugins: destroy pool earlier if non-vaapi
2016-05-24 Víctor Manuel... vaapivideobufferpool: split caps validation
2016-05-24 Víctor Manuel... plugins: check for caps in query earlier
2016-05-24 Víctor Manuel... plugins: remove unused variables
2016-05-23 Víctor Manuel... plugins: fix potential memleak from commit 9159328
2016-05-23 Víctor Manuel... vaapipostproc: handle if gst_video_info_from_caps(...
2016-05-23 Víctor Manuel... plugins: handle if gst_video_info_from_caps() fails
2016-05-23 Víctor Manuel... plugins: relate errors to instance
2016-05-20 Víctor Manuel... plugins: use GstVideoInfo accessors
2016-05-20 Víctor Manuel... remove spurious gst_video_info_init()
2016-05-20 Víctor Manuel... vaapipluginbase: code-style: rename goto label
2016-05-19 Víctor Manuel... vaapivideomemory: use allocator custom alloc flag
2016-05-19 Víctor Manuel... vaapivideobufferpool: relate errors to instance
2016-05-19 Víctor Manuel... plugins: remove gst_vaapi_plugin_base_set_pool_config()
2016-05-18 Sreerenj Balachandrangstvaapipluginbase: Fix typo in doc
next