summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* codecparsers: Update to gst-vaapi-branch da251bbSreerenj Balachandran2015-11-101-0/+0
* plugin: guard pointers to pad query functionsVíctor Manuel Jáquez Leal2015-11-092-3/+10
* vaapiencode: use pad query vmethodsVíctor Manuel Jáquez Leal2015-11-091-0/+47
* vaapidecode: return pad's template caps if no displayVíctor Manuel Jáquez Leal2015-11-091-11/+10
* plugins: don't create display at caps queryVíctor Manuel Jáquez Leal2015-11-092-3/+3
* plugins: fix context query handlingVíctor Manuel Jáquez Leal2015-11-096-28/+32
* plugin: don't lose previous context at queryVíctor Manuel Jáquez Leal2015-11-091-2/+9
* vaapivideocontext: add gst_vaapi_video_context_set_display()Víctor Manuel Jáquez Leal2015-11-092-4/+19
* plugins: check if display is set in syncVíctor Manuel Jáquez Leal2015-11-093-16/+23
* plugins: set display through contextVíctor Manuel Jáquez Leal2015-11-092-1/+1
* vaapivideocontext: rename context structureVíctor Manuel Jáquez Leal2015-11-091-4/+4
* vaapivideocontext: refactor gst_vaapi_video_context_prepare()Víctor Manuel Jáquez Leal2015-11-091-42/+65
* vaapivideocontext: refactor context category debugVíctor Manuel Jáquez Leal2015-11-091-2/+16
* gstvaapivideocontext: fix indentationVíctor Manuel Jáquez Leal2015-11-091-5/+6
* plugin: chain up set_context() vmethodVíctor Manuel Jáquez Leal2015-11-091-0/+8
* tests: simple-encoder: remove dead codeVíctor Manuel Jáquez Leal2015-11-091-20/+1
* vaapidecodebin: fix a leaked display instanceVíctor Manuel Jáquez Leal2015-11-091-0/+6
* libs: remove unneeded headersVíctor Manuel Jáquez Leal2015-11-092-4/+0
* codecparsers: Update to gst-vaapi-branch 0ea6792Sreerenj Balachandran2015-11-061-0/+0
* VP9: plugins: Add VP9 decoderSreerenj Balachandran2015-11-061-0/+9
* VP9: libgstvaapi: Add VP9 decoderSreerenj Balachandran2015-11-063-0/+725
* VP9: gstvaapiprofile: Add profile definitionsSreerenj Balachandran2015-11-062-0/+11
* VP9: build: Check availability of vp9 decoder APIsSreerenj Balachandran2015-11-061-0/+37
* VP9: Allow building vp9 codecparser internallySreerenj Balachandran2015-11-063-0/+30
* codecparsers: Update to gst-vaapi-branch commit ac5dc1aSreerenj Balachandran2015-11-061-0/+0
* configure.ac: don't use an undefined variableVíctor Manuel Jáquez Leal2015-11-041-1/+1
* vaapidecode: relax guards for memory:VASurface capsfeatureVíctor Manuel Jáquez Leal2015-10-201-1/+1
* vaapidecode: decide allocation doesn't update srccapsVíctor Manuel Jáquez Leal2015-10-201-7/+0
* vaapidecode: use caps to check the featuresVíctor Manuel Jáquez Leal2015-10-203-26/+38
* vaapidecode: set format before decide allocationVíctor Manuel Jáquez Leal2015-10-201-3/+0
* build: check for patch and fix yasm checkLim Siew Hoon2015-10-191-6/+16
* build: Remove disable-md5 option for libvpx buildSreerenj Balachandran2015-10-191-1/+0
* libvpx: Update the submodule to libvpx-1.4.0Sreerenj Balachandran2015-10-191-0/+0
* configure: mark support for GStreamer 1.2 as obsolete.Sreerenj Balachandran2015-10-191-1/+1
* vaapidecode: Fix buffer copy assertionSreerenj Balachandran2015-10-121-1/+2
* build: allow builds against GStreamer 1.7.xVíctor Manuel Jáquez Leal2015-09-281-0/+10
* gstcompat: add gst_buffer_copy_deep() if gst < 1.5Víctor Manuel Jáquez Leal2015-09-231-0/+23
* vaapidecode: simplify copy of GstVideoCodecStateVíctor Manuel Jáquez Leal2015-09-231-17/+2
* patches/videoparsers: h265parser: more API fencesVíctor Manuel Jáquez Leal2015-09-152-0/+49
* patches/videoparsers: h265parser: rename patch keeping numberVíctor Manuel Jáquez Leal2015-09-152-7/+6
* patches/videoparsers: h264parser: more API fences and refreshVíctor Manuel Jáquez Leal2015-09-151-12/+27
* patches/videoparsers: h264parser: fix description and refreshVíctor Manuel Jáquez Leal2015-09-152-26/+25
* patches/videoparsers: h264parser: refresh patchesVíctor Manuel Jáquez Leal2015-09-152-11/+11
* build: link libgstvaapi_parse against codec parserVíctor Manuel Jáquez Leal2015-09-151-2/+6
* build: verify for H264 MVC and H265 SPSVíctor Manuel Jáquez Leal2015-09-151-2/+9
* decoder: h264: initialize PPS's slice_group_idVíctor Manuel Jáquez Leal2015-09-151-0/+1
* vaapidecode: proper numerator and denominator for forced latency framerateMark Nauwelaerts2015-09-151-2/+2
* codecparsers: Update to gst-vaapi-branch commit f9e284bSreerenj Balachandran2015-09-111-0/+0
* 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