platform/upstream/gstreamer.git
2017-08-29 Orestis Floroslibs: decoder: h264: check nalu validity in parser...
2017-08-28 Víctor Manuel... libs: encoder: remove unused cast macro
2017-08-28 Víctor Manuel... Revert "libs: encoders: remove unused cast macros"
2017-08-28 Víctor Manuel... libs: encoders: remove unused cast macros
2017-08-25 Víctor Manuel... libs: decoder: h264: improve code-style
2017-08-25 Víctor Manuel... libs: encoder: h264: handle deprecated enum
2017-08-25 Víctor Manuel... libs: guard deprecated symbols
2017-08-25 Víctor Manuel... Revert "build: check for libva-2.0"
2017-08-25 Víctor Manuel... libs: macro to get a renamed value in VA-API 1.0
2017-08-22 Víctor Manuel... plugins: include main gstgl header
2017-08-18 Víctor Manuel... libs: encoder: h264: fix enum namespace
2017-08-17 Tim-Philipp... Automatic update of common submodule
2017-08-17 Víctor Manuel... libs: encoder: h264: remove spurious assignation
2017-08-15 Hyunjun Kovaapidecode: fix mismatch of the return type
2017-08-13 Víctor Manuel... libs: remove unused header
2017-08-13 Víctor Manuel... libs: utils: move gstvaapisurface.h to private headers
2017-08-13 Víctor Manuel... libs: utils: remove va.h include in header
2017-08-13 Víctor Manuel... libs: encoder: remove va.h include
2017-08-13 Víctor Manuel... build: consolidate the VA sub API includes
2017-08-13 Víctor Manuel... build: check for va_vpp.h
2017-08-11 Tim-Philipp... meson: don't export symbols by default
2017-08-09 Víctor Manuel... libs: decoder: h265: remove spurious code
2017-08-08 Víctor Manuel... libs: context: use attribs index instead pointers
2017-08-08 Víctor Manuel... vaapiencode: h264: remove spurious code
2017-08-08 Víctor Manuel... vaapidecode: initialize variable
2017-08-08 Víctor Manuel... libs: windows: wayland: fail if cannot remove last...
2017-08-08 Víctor Manuel... libs: utils: glx: check return value
2017-08-08 Víctor Manuel... libs: vaapi: object: remove unrequired NULL check
2017-08-08 Víctor Manuel... libs: encoder: h265: remove spurious assignation
2017-08-08 Víctor Manuel... libs: encoder: h264: fix copy & paste error
2017-08-08 Víctor Manuel... libs: encoder: h265: fix possible integer overflow
2017-08-08 Víctor Manuel... libs: decoder: mpeg4: fail if return value is not OK
2017-08-08 Víctor Manuel... libs: decoder: h265: check for null
2017-08-08 Víctor Manuel... libs: decoder: h265: untaint loop control variable
2017-08-08 Víctor Manuel... libs: decoder: h264: remove unrequired NULL check
2017-08-03 orestisfvaapidecode: fix gst_caps_new_simple call
2017-08-03 orestisfvaapidecode: force add h264 MVC profiles in caps
2017-08-03 orestisflibs: decoder: h264: decode MVC base view only
2017-08-03 orestisfvaapidecode: set h264 base-only to decoder
2017-08-03 orestisflibs: decoder: h264: add setter for base-only mode
2017-08-03 orestisfvaapidecode_props: h264: add base-only property
2017-08-02 Víctor Manuel... libs: encoder: h264: missing property enum documentation
2017-08-02 Hyunjun Kolibs: encoder: h264: add multi reference support
2017-08-02 Hyunjun Kolibs: encoder: h264: add refs property
2017-08-02 Hyunjun Kolibs: encoder: implements gst_vaapi_encoder_ensure_max_...
2017-08-01 Víctor Manuel... vaapiencode: h265: compare an unsigned int if not zero
2017-08-01 Víctor Manuel... plugins: check gst_gl_ensure_element_data() return...
2017-08-01 Víctor Manuel... plugins: avoid dead code detection
2017-08-01 Víctor Manuel... vaapivideobufferpool: don't shift by negative since...
2017-08-01 Víctor Manuel... vaapisink: fix memory leak
2017-08-01 Víctor Manuel... vaapipostproc: fix memory leaks
2017-08-01 Tomas Ratajlibs: display: when appending formats change pointers...
2017-08-01 Sreerenj Balachandranlibs: encoder: h264: Add uncompliant mode reducing...
2017-08-01 Sreerenj Balachandranlibs: utils_h264: Extend LevelLimit table with MinCR...
2017-07-31 Víctor Manuel... libs: utils: libva 1.0 changed the logging
2017-07-31 Víctor Manuel... libs: decoder: h264: libva 1.0 deprecated baseline
2017-07-31 Víctor Manuel... build: check for libva-2.0
2017-07-31 Víctor Manuel... build: blacklist only libva 0.99.0
2017-07-26 Víctor Manuel... build: meson: remove gstvaapidisplaycache.c
2017-07-26 U. Artie Eoffconfigure: do not break configure if gtk+-3.0 devel...
2017-07-26 Hyunjun Kotests: elements: add testsuite of vaapi context
2017-07-26 Hyunjun Kovaapisink: fail if surface display is different
2017-07-18 Hyunjun Kovideocontext: support "gst.vaapi.app.Display" context
2017-07-18 Hyunjun Kolibs: display: x11: add gst_vaapi_display_x11_new_with_...
2017-07-18 Hyunjun Kolibs: display: pass display info when foreign display
2017-07-18 Víctor Manuel... libs: display: remove cache
2017-07-18 Hyunjun Kotests: elements: add test for vaapipostproc
2017-07-18 Hyunjun Kopostproc: reconfigure when width or height changes
2017-07-17 Víctor Manuel... libs: encoder: vp9: array terminated in zeros
2017-07-13 Víctor Manuel... vaapiencode: h264: add plugin documentation
2017-07-10 Matt Stapleslibs: decoder: h264: push frames as soon as possible
2017-07-10 Víctor Manuel... vaapidecode_props: h264: set low-latency in decoder
2017-07-07 Víctor Manuel... vaapidecode: set h264 low latency to decoder
2017-07-07 Víctor Manuel... libs: decoder: h264: add getter/setter for low latency...
2017-07-07 Víctor Manuel... vaapidecode_props: h264: add low latency property
2017-07-07 Víctor Manuel... vaapidecode_props: add skeleton for h264 decoder properties
2017-07-07 Víctor Manuel... vaapidecode: properties callback in decoders map
2017-07-07 Tim-Philipp... meson: find python3 via python3 module
2017-07-04 Hyunjun Kolibs: encoder: h264: submit sps in case of IDR picture
2017-07-04 Hyunjun Kolibs: encoder: h264: set the frame as IDR if forced...
2017-07-04 Sreerenj Balachandranlibs: encoder: h264: insert AU delimiter
2017-07-04 Hyunjun Kolibs: encoder: h264: initialize all elements of view_ids
2017-07-03 Hyunjun KoRevert "encoder: h264: Use high profile by default"
2017-07-03 Hyunjun Kolibs: encoder: h264: set profile via capsfilter
2017-07-03 Hyunjun Kovaapiencode: h264: set profile to src caps
2017-07-03 Víctor Manuel... vaapiencode: h264: verify if requested profile is supported
2017-07-03 Víctor Manuel... vaapiencode: h264: improve set_config() vmethod
2017-07-03 Víctor Manuel... vaapiencode: h264: check for avc in set_config()
2017-07-03 Hyunjun Kovaapipostproc: set multivew-mode flags to src caps
2017-06-23 Julien Isorcevaapipostproc: add support for DMABuf caps feature
2017-06-23 Víctor Manuel... vaapidecode: add support for DMABuf caps feature
2017-06-23 Víctor Manuel... vaapipluginbase: force dmabuf allocator if DMABuf caps...
2017-06-23 Julien Isorcevaapipluginutil: add support for DMABuf caps feature
2017-06-23 Víctor Manuel... vaapipluginbase: dmabuf memory map trial for raw caps
2017-06-23 Víctor Manuel... vaapivideomemory: add gst_vaapi_dmabuf_can_map()
2017-06-23 Víctor Manuel... vaapivideobufferpool: fix regression with video metas
2017-06-23 Víctor Manuel... plugins: update buffer size with the one reported by...
2017-06-15 Hyunjun Kolibs: decoder: h264: initialize active_sps/pps in reset
2017-06-15 Víctor Manuel... libs: encoder: fix compilation with old versions of...
2017-06-13 Sreerenj Balachandranlibs: encoder: Fix the quality level clamping
next