summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* libs: fix build errorHEADmasterVíctor Manuel Jáquez Leal2016-02-151-8/+5
* libs: fix compiler warningsVíctor Manuel Jáquez Leal2016-02-033-2/+5
* libs: humongous code style fixVíctor Manuel Jáquez Leal2016-02-0313-8898/+8733
* libs: small refactors to enhance the code styleVíctor Manuel Jáquez Leal2016-02-035-16/+17
* libs: small code style fixesVíctor Manuel Jáquez Leal2016-02-0322-107/+120
* libs: trivial comment style fixesVíctor Manuel Jáquez Leal2016-02-039-15/+15
* libs: avoid gst-indent mess upVíctor Manuel Jáquez Leal2016-02-032-25/+25
* Fix some more compiler warningTim-Philipp Müller2016-02-022-2/+2
* vaapi: fix 'ISO C90 forbids mixed declarations and code' compiler warningsTim-Philipp Müller2016-02-024-16/+28
* decoder: vp9: Fix crop rectangle settingSreerenj Balachandran2016-02-021-4/+7
* decoder: update a deprecated functionVíctor Manuel Jáquez Leal2016-02-021-2/+1
* build: fix when HEVC decoder is disabledVíctor Manuel Jáquez Leal2016-02-011-6/+5
* Remove old gst version guardsVíctor Manuel Jáquez Leal2016-01-255-21/+0
* libs: remove versioningVíctor Manuel Jáquez Leal2016-01-201-30/+30
* libs: make libraries no installablesVíctor Manuel Jáquez Leal2016-01-191-28/+6
* Do not install libgstvaapi headersVíctor Manuel Jáquez Leal2016-01-191-39/+0
* Remove codecparsers submoduleVíctor Manuel Jáquez Leal2016-01-193-98/+2
* Remove libvpx submoduleSreerenj Balachandran2016-01-192-125/+2
* wayland: free the frame in frame_release_callback()Michael Olbrich2016-01-191-5/+2
* Add 10 HEVC 10 bit decoding supportSreerenj Balachandran2015-12-084-7/+12
* gstvaapisurfacepool: Add new API to create surface pool based on chroma typeSreerenj Balachandran2015-12-082-0/+40
* Add definitions for YUV420 with more than 8 bits per channelSreerenj Balachandran2015-12-072-1/+11
* gstvaapiporfile: Fix string representation of HEVCMain10 profileSreerenj Balachandran2015-12-071-1/+1
* texture: detect GL version and use the proper APIVíctor Manuel Jáquez Leal2015-11-301-5/+30
* texture: check for expected target and formatVíctor Manuel Jáquez Leal2015-11-301-2/+2
* libs: add gl3_bind_texture_2d()Víctor Manuel Jáquez Leal2015-11-302-17/+68
* libs: add gl_get_current_api()Víctor Manuel Jáquez Leal2015-11-302-0/+103
* build: Add gmodule dependency for libgstvaapi_eglSreerenj Balachandran2015-11-301-0/+2
* decoder: vp9: Fix last/golden/altref frame index settingSreerenj Balachandran2015-11-171-11/+8
* decoder: vp9: Fix PTS calculation of cloned framesSreerenj Balachandran2015-11-161-0/+3
* decoder: vp9: Avoid unnecessary show_frame flag checking while doing picture ...Sreerenj Balachandran2015-11-161-3/+2
* decoder: vp9: Fix ref picture update while doing repeat frameSreerenj Balachandran2015-11-161-1/+10
* decoder: vp9: Add repeat-frame display handlingSreerenj Balachandran2015-11-161-8/+30
* decoder: vp9: Add crop rectangle support.Sreerenj Balachandran2015-11-131-0/+19
* decoder: vp9: Fix the context and surface pool reset for multi resolution videoSreerenj Balachandran2015-11-131-2/+16
* decoder: vp9: Fill the VADecPictureParameterBufferVP9 width/height from frame...Sreerenj Balachandran2015-11-131-2/+2
* decoder: vp9: Set lossless flag from frame headerSreerenj Balachandran2015-11-131-1/+1
* libs: vp9: remove unused symbolsVíctor Manuel Jáquez Leal2015-11-111-4/+0
* libs: remove unneeded headersVíctor Manuel Jáquez Leal2015-11-092-4/+0
* VP9: libgstvaapi: Add VP9 decoderSreerenj Balachandran2015-11-063-0/+725
* VP9: gstvaapiprofile: Add profile definitionsSreerenj Balachandran2015-11-062-0/+11
* VP9: Allow building vp9 codecparser internallySreerenj Balachandran2015-11-061-0/+5
* decoder: h264: initialize PPS's slice_group_idVíctor Manuel Jáquez Leal2015-09-151-0/+1
* decoder: hevc: Don't flush dpb for EOS/EOB nalSreerenj Balachandran2015-09-041-1/+0
* decoder: hevc: Fix the dpb_add() based on C.5.2.3Sreerenj Balachandran2015-09-041-7/+7
* decoder: hevc: Fix the picture addition in dpb() based on spec H265 v3 (04/2015)Sreerenj Balachandran2015-09-041-6/+8
* decoder: h265: Fix indentationSreerenj Balachandran2015-09-041-4/+4
* multiview: initial attempt at stereo/multiview supportJan Schmidt2015-08-314-2/+78
* decoder: hevc: remove unused functionsVíctor Manuel Jáquez Leal2015-08-311-18/+7
* decoder: hevc: Fix the scaling list scan orderSreerenj Balachandran2015-08-261-4/+4