platform/upstream/gstreamer.git
2016-02-01 Víctor Manuel... Remove more video parser crufts
2016-01-25 Tim-Philipp... docs: remove library documentation which is non-public now
2016-01-25 Tim-Philipp... Remove debian.upstream packaging
2016-01-25 Víctor Manuel... Remove old gst version guards
2016-01-25 Víctor Manuel... Remove video parser crufts
2016-01-20 Víctor Manuel... libs: remove versioning
2016-01-19 Víctor Manuel... libs: make libraries no installables
2016-01-19 Víctor Manuel... Do not install libgstvaapi headers
2016-01-19 Sreerenj BalachandranRemove videoparser patches
2016-01-19 Víctor Manuel... Remove pkg-config files
2016-01-19 Víctor Manuel... Remove codecparsers submodule
2016-01-19 Sreerenj BalachandranRemove libvpx submodule
2016-01-19 Víctor Manuel... build: fix check for GstJpegParser
2016-01-19 Michael Olbrichwayland: free the frame in frame_release_callback()
2016-01-14 Víctor Manuel... vaapipostproc: check ANY caps at transform_caps()
2016-01-14 Víctor Manuel... vaapisink: ignore frame if its upload failed
2015-12-09 Joel Holdsworthbuild: Don't ignore GST_PLUGIN_PATH_1_0 even if the...
2015-12-08 Sreerenj BalachandranAdd 10 HEVC 10 bit decoding support
2015-12-08 Sreerenj Balachandrangstvaapisurfacepool: Add new API to create surface...
2015-12-07 Sreerenj BalachandranAdd definitions for YUV420 with more than 8 bits per...
2015-12-07 Sreerenj Balachandrangstvaapiporfile: Fix string representation of HEVCMain1...
2015-12-07 Sreerenj BalachandranBump version for development
2015-12-07 Sreerenj Balachandran0.7.0
2015-12-07 Sreerenj BalachandranNEWS: Updates
2015-12-07 Sreerenj BalachandranAUTHORS: Update
2015-12-07 Sreerenj BalachandranREADME: Update
2015-11-30 Víctor Manuel... texture: detect GL version and use the proper API
2015-11-30 Víctor Manuel... texture: check for expected target and format
2015-11-30 Víctor Manuel... libs: add gl3_bind_texture_2d()
2015-11-30 Víctor Manuel... libs: add gl_get_current_api()
2015-11-30 Sreerenj Balachandranbuild: Add gmodule dependency for libgstvaapi_egl
2015-11-27 Sreerenj Balachandranpatches/videoparsers: h264: Disable passthorugh mode...
2015-11-25 Víctor Manuel... build: add gsth265parse patches conditionally
2015-11-25 Víctor Manuel... build: declare correctly parse lib built files
2015-11-24 Sreerenj Balachandranbuild: libvpx: Add missing source file
2015-11-23 Sreerenj Balachandranvaapipostproc: Correctly detect the caps change
2015-11-19 Víctor Manuel... build: libvpx: update the sources lists
2015-11-19 Víctor Manuel... vaapipostproc: don't set caps change at first set
2015-11-19 Víctor Manuel... vaapipostproc: params video_info_changed() callers
2015-11-18 Víctor Manuel... build: declare real built files
2015-11-17 Sreerenj Balachandrandecoder: vp9: Fix last/golden/altref frame index setting
2015-11-16 Víctor Manuel... debian: remove custom parallel compilation
2015-11-16 Sreerenj Balachandrandecoder: vp9: Fix PTS calculation of cloned frames
2015-11-16 Sreerenj Balachandrandecoder: vp9: Avoid unnecessary show_frame flag checkin...
2015-11-16 Sreerenj Balachandrandecoder: vp9: Fix ref picture update while doing repeat...
2015-11-16 Sreerenj Balachandrandecoder: vp9: Add repeat-frame display handling
2015-11-16 Víctor Manuel... vaapidecodebin: add me as element co-author
2015-11-16 Víctor Manuel... vaapidecodebin: try to get display from decoder
2015-11-16 Víctor Manuel... vaapidecodebin: add postprocessor dynamically
2015-11-16 Víctor Manuel... vaapidecodebin: delay the bin configuration
2015-11-13 Sreerenj Balachandrandecoder: vp9: Add crop rectangle support.
2015-11-13 Sreerenj Balachandrandecoder: vp9: Fix the context and surface pool reset...
2015-11-13 Sreerenj Balachandrandecoder: vp9: Fill the VADecPictureParameterBufferVP9...
2015-11-13 Sreerenj Balachandranvaapidecode: Add comments for corner case fixes and...
2015-11-13 Sreerenj Balachandrandecoder: vp9: Set lossless flag from frame header
2015-11-13 Sreerenj Balachandrancodecparsers: Update to gst-vaapi-branch d9f25
2015-11-11 Víctor Manuel... libs: vp9: remove unused symbols
2015-11-10 Sreerenj Balachandrancodecparsers: Update to gst-vaapi-branch da251bb
2015-11-09 Víctor Manuel... plugin: guard pointers to pad query functions
2015-11-09 Víctor Manuel... vaapiencode: use pad query vmethods
2015-11-09 Víctor Manuel... vaapidecode: return pad's template caps if no display
2015-11-09 Víctor Manuel... plugins: don't create display at caps query
2015-11-09 Víctor Manuel... plugins: fix context query handling
2015-11-09 Víctor Manuel... plugin: don't lose previous context at query
2015-11-09 Víctor Manuel... vaapivideocontext: add gst_vaapi_video_context_set_disp...
2015-11-09 Víctor Manuel... plugins: check if display is set in sync
2015-11-09 Víctor Manuel... plugins: set display through context
2015-11-09 Víctor Manuel... vaapivideocontext: rename context structure
2015-11-09 Víctor Manuel... vaapivideocontext: refactor gst_vaapi_video_context_pre...
2015-11-09 Víctor Manuel... vaapivideocontext: refactor context category debug
2015-11-09 Víctor Manuel... gstvaapivideocontext: fix indentation
2015-11-09 Víctor Manuel... plugin: chain up set_context() vmethod
2015-11-09 Víctor Manuel... tests: simple-encoder: remove dead code
2015-11-09 Víctor Manuel... vaapidecodebin: fix a leaked display instance
2015-11-09 Víctor Manuel... libs: remove unneeded headers
2015-11-06 Sreerenj Balachandrancodecparsers: Update to gst-vaapi-branch 0ea6792
2015-11-06 Sreerenj BalachandranVP9: plugins: Add VP9 decoder
2015-11-06 Sreerenj BalachandranVP9: libgstvaapi: Add VP9 decoder
2015-11-06 Sreerenj BalachandranVP9: gstvaapiprofile: Add profile definitions
2015-11-06 Sreerenj BalachandranVP9: build: Check availability of vp9 decoder APIs
2015-11-06 Sreerenj BalachandranVP9: Allow building vp9 codecparser internally
2015-11-06 Sreerenj Balachandrancodecparsers: Update to gst-vaapi-branch commit ac5dc1a
2015-11-04 Víctor Manuel... configure.ac: don't use an undefined variable
2015-10-20 Víctor Manuel... vaapidecode: relax guards for memory:VASurface capsfeature
2015-10-20 Víctor Manuel... vaapidecode: decide allocation doesn't update srccaps
2015-10-20 Víctor Manuel... vaapidecode: use caps to check the features
2015-10-20 Víctor Manuel... vaapidecode: set format before decide allocation
2015-10-19 Lim Siew Hoonbuild: check for patch and fix yasm check
2015-10-19 Sreerenj Balachandranbuild: Remove disable-md5 option for libvpx build
2015-10-19 Sreerenj Balachandranlibvpx: Update the submodule to libvpx-1.4.0
2015-10-19 Sreerenj Balachandranconfigure: mark support for GStreamer 1.2 as obsolete.
2015-10-12 Sreerenj Balachandranvaapidecode: Fix buffer copy assertion
2015-09-28 Víctor Manuel... build: allow builds against GStreamer 1.7.x
2015-09-23 Víctor Manuel... gstcompat: add gst_buffer_copy_deep() if gst < 1.5
2015-09-23 Víctor Manuel... vaapidecode: simplify copy of GstVideoCodecState
2015-09-15 Víctor Manuel... patches/videoparsers: h265parser: more API fences
2015-09-15 Víctor Manuel... patches/videoparsers: h265parser: rename patch keeping...
2015-09-15 Víctor Manuel... patches/videoparsers: h264parser: more API fences and...
2015-09-15 Víctor Manuel... patches/videoparsers: h264parser: fix description and...
2015-09-15 Víctor Manuel... patches/videoparsers: h264parser: refresh patches
next