platform/upstream/gstreamer.git
2016-10-25 Víctor Manuel... vaapipostproc: use GST_*_OBJECT when possible
2016-10-25 Víctor Manuel... vaapidecode: rename member to allowed_sinkpad_caps
2016-10-25 Víctor Manuel... plugins: fix code style for errors
2016-10-25 Víctor Manuel... vaapivideomemory: comment style
2016-10-25 Víctor Manuel... vaapivideomemory: rename input parameter
2016-10-25 Víctor Manuel... vaapidecode: rename element description
2016-10-25 Víctor Manuel... vaapiencode: h264, h265: rename codec name
2016-10-25 Víctor Manuel... plugins: simplify code
2016-10-25 Hyunjun Kolibs: minor correction for logical consistency
2016-10-19 Julien Isorcevaapivideomemory: add explanation about the call 'dup...
2016-10-19 Víctor Manuel... build: clean up the dlopen usage
2016-10-19 Víctor Manuel... encoder: h264,h265: fix regression in offset count
2016-10-18 Víctor Manuel... docs: update README
2016-10-08 Víctor Manuel... libs: display: egl: remove unused header include
2016-09-30 Sebastian DrögeRelease 1.9.90
2016-09-23 Vineeth TMvaapi: use new gst_element_class_add_static_pad_template()
2016-09-22 Hyunjun Koplugins: reset textures at negotiation/shutdown
2016-09-22 Hyunjun Kolibs: display{egl,glx}: cache GstVaapiTextures
2016-09-22 Hyunjun Kolibs: vaapitexturemap: implement GstVaapiTextureMap
2016-09-21 Sreerenj Balachandranencoder: vp8: Increase the allocation size for coded...
2016-09-21 Sreerenj Balachandranencoder: vp9: Fix refresh frame flag setting
2016-09-15 Víctor Manuel... vaapidecode: codec_data minimal size is 7
2016-09-15 Víctor Manuel... vaapidecode: reset decoder hard when set_format()
2016-09-14 Sebastian Drögeconfigure: Depend on gstreamer 1.9.2.1
2016-09-12 Víctor Manuel... Revert "vaapivideomemory: load VA Image when mapping...
2016-09-10 Jan SchmidtAutomatic update of common submodule
2016-09-09 Jan SchmidtAutomatic update of common submodule
2016-09-08 Hyunjun Koplugins: set allocator's image size to sinkpad bufferpool
2016-09-08 Víctor Manuel... libs: surface: ensure composite overlay is not bigger
2016-09-08 Hyunjun Kovaapivideomemory: load VA Image when mapping to write
2016-09-06 Víctor Manuel... vaapidecode: merge vc1 and wmv3 elements
2016-09-06 Víctor Manuel... decoder: vc1: fails only on advanced profile
2016-09-06 Víctor Manuel... vaapi: DISPLAY envvar as dependency
2016-09-05 Scott D Phillipsdecoder: vc1: Fail only on actual interlaced frames
2016-09-01 Sebastian DrögeBack to development
2016-09-01 Sebastian DrögeRelease 1.9.2
2016-08-16 Scott D Phillipsdecoder: vc1: Print error on interlaced content
2016-08-10 Víctor Manuel... encoder: h264: fix C90 mixed declarations and code
2016-08-10 Víctor Manuel... encoder: h264,h265,mpeg2,vp8: use gst_util_uint64_scale...
2016-08-10 Víctor Manuel... vaapiencode: h264,h265: validate fps numerator
2016-08-06 Tim-Philipp... encoders: demote to RANK_NONE since not fit for autoplu...
2016-07-29 Víctor Manuel... plugins: check dmabuf-import for sink pad allocator
2016-07-29 Víctor Manuel... plugins: reset allocators if video info changed
2016-07-29 Víctor Manuel... plugins: remove sink pad allocator if caps change
2016-07-29 Víctor Manuel... pluginutil: const params to gst_video_info_changed()
2016-07-29 Víctor Manuel... gstvaapivideomemory: allocator's image size getter
2016-07-29 Hyunjun Koplugins: update buffer pool size with new allocator...
2016-07-27 Víctor Manuel... configure: remove gmodule-2.0 EGL dependency
2016-07-27 Scott D Phillipsconfigure: Fix non-fatal PKG_CHECK_MODULES invocations
2016-07-22 Víctor Manuel... libs: egl: remove dynamic library loading code
2016-07-22 Víctor Manuel... vaapidecode: register only the available decoders
2016-07-22 Víctor Manuel... vaapi: register only the available encoders
2016-07-22 Víctor Manuel... vaapidecode: split all the codecs
2016-07-22 Víctor Manuel... vaapidecodebin: simplify the code
2016-07-22 Víctor Manuel... vaapidecode: delay the GstVaapiDisplay instantiating
2016-07-22 Víctor Manuel... pluginutil: set GLX display type
2016-07-22 Víctor Manuel... plugins: add gst_vaapi_plugin_base_find_gl_context()
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
next