summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2016-02-03libs: fix compiler warningsVíctor Manuel Jáquez Leal3-2/+5
2016-02-03libs: humongous code style fixVíctor Manuel Jáquez Leal13-8898/+8733
2016-02-03libs: small refactors to enhance the code styleVíctor Manuel Jáquez Leal5-16/+17
2016-02-03libs: small code style fixesVíctor Manuel Jáquez Leal22-107/+120
2016-02-03libs: trivial comment style fixesVíctor Manuel Jáquez Leal9-15/+15
2016-02-03libs: avoid gst-indent mess upVíctor Manuel Jáquez Leal2-25/+25
2016-02-02Fix some more compiler warningTim-Philipp Müller2-2/+2
2016-02-02vaapi: fix 'ISO C90 forbids mixed declarations and code' compiler warningsTim-Philipp Müller4-16/+28
2016-02-02decoder: vp9: Fix crop rectangle settingSreerenj Balachandran1-4/+7
2016-02-02decoder: update a deprecated functionVíctor Manuel Jáquez Leal1-2/+1
2016-02-01build: fix when HEVC decoder is disabledVíctor Manuel Jáquez Leal1-6/+5
2016-01-25Remove old gst version guardsVíctor Manuel Jáquez Leal5-21/+0
2016-01-20libs: remove versioningVíctor Manuel Jáquez Leal1-30/+30
2016-01-19libs: make libraries no installablesVíctor Manuel Jáquez Leal1-28/+6
2016-01-19Do not install libgstvaapi headersVíctor Manuel Jáquez Leal1-39/+0
2016-01-19Remove codecparsers submoduleVíctor Manuel Jáquez Leal3-98/+2
2016-01-19Remove libvpx submoduleSreerenj Balachandran2-125/+2
2016-01-19wayland: free the frame in frame_release_callback()Michael Olbrich1-5/+2
2015-12-08Add 10 HEVC 10 bit decoding supportSreerenj Balachandran4-7/+12
2015-12-08gstvaapisurfacepool: Add new API to create surface pool based on chroma typeSreerenj Balachandran2-0/+40
2015-12-07Add definitions for YUV420 with more than 8 bits per channelSreerenj Balachandran2-1/+11
2015-12-07gstvaapiporfile: Fix string representation of HEVCMain10 profileSreerenj Balachandran1-1/+1
2015-11-30texture: detect GL version and use the proper APIVíctor Manuel Jáquez Leal1-5/+30
2015-11-30texture: check for expected target and formatVíctor Manuel Jáquez Leal1-2/+2
2015-11-30libs: add gl3_bind_texture_2d()Víctor Manuel Jáquez Leal2-17/+68
2015-11-30libs: add gl_get_current_api()Víctor Manuel Jáquez Leal2-0/+103
2015-11-30build: Add gmodule dependency for libgstvaapi_eglSreerenj Balachandran1-0/+2
2015-11-17decoder: vp9: Fix last/golden/altref frame index settingSreerenj Balachandran1-11/+8
2015-11-16decoder: vp9: Fix PTS calculation of cloned framesSreerenj Balachandran1-0/+3
2015-11-16decoder: vp9: Avoid unnecessary show_frame flag checking while doing picture ...Sreerenj Balachandran1-3/+2
2015-11-16decoder: vp9: Fix ref picture update while doing repeat frameSreerenj Balachandran1-1/+10
2015-11-16decoder: vp9: Add repeat-frame display handlingSreerenj Balachandran1-8/+30
2015-11-13decoder: vp9: Add crop rectangle support.Sreerenj Balachandran1-0/+19
2015-11-13decoder: vp9: Fix the context and surface pool reset for multi resolution videoSreerenj Balachandran1-2/+16
2015-11-13decoder: vp9: Fill the VADecPictureParameterBufferVP9 width/height from frame...Sreerenj Balachandran1-2/+2
2015-11-13decoder: vp9: Set lossless flag from frame headerSreerenj Balachandran1-1/+1
2015-11-11libs: vp9: remove unused symbolsVíctor Manuel Jáquez Leal1-4/+0
2015-11-09libs: remove unneeded headersVíctor Manuel Jáquez Leal2-4/+0
2015-11-06VP9: libgstvaapi: Add VP9 decoderSreerenj Balachandran3-0/+725
2015-11-06VP9: gstvaapiprofile: Add profile definitionsSreerenj Balachandran2-0/+11
2015-11-06VP9: Allow building vp9 codecparser internallySreerenj Balachandran1-0/+5
2015-09-15decoder: h264: initialize PPS's slice_group_idVíctor Manuel Jáquez Leal1-0/+1
2015-09-04decoder: hevc: Don't flush dpb for EOS/EOB nalSreerenj Balachandran1-1/+0
2015-09-04decoder: hevc: Fix the dpb_add() based on C.5.2.3Sreerenj Balachandran1-7/+7
2015-09-04decoder: hevc: Fix the picture addition in dpb() based on spec H265 v3 (04/2015)Sreerenj Balachandran1-6/+8
2015-09-04decoder: h265: Fix indentationSreerenj Balachandran1-4/+4
2015-08-31multiview: initial attempt at stereo/multiview supportJan Schmidt4-2/+78
2015-08-31decoder: hevc: remove unused functionsVíctor Manuel Jáquez Leal1-18/+7
2015-08-26decoder: hevc: Fix the scaling list scan orderSreerenj Balachandran1-4/+4
2015-08-26decoder: hevc: sync with the codecparser changesSreerenj Balachandran1-41/+0