summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* vaapisink: Fix wrong caps advertisingSreerenj Balachandran2016-02-091-3/+17
* rename encoders to vaapi{codec}encVíctor Manuel Jáquez Leal2016-02-036-20/+20
* docs: update plugin documentationVíctor Manuel Jáquez Leal2016-02-039-10/+130
* libs: small refactors to enhance the code styleVíctor Manuel Jáquez Leal2016-02-031-6/+8
* plugins: fix code styleVíctor Manuel Jáquez Leal2016-02-035-17/+19
* vaapi: fix 'ISO C90 forbids mixed declarations and code' compiler warningsTim-Philipp Müller2016-02-024-12/+18
* vaapidecode: Fix renegotiation for resolution changeSreerenj Balachandran2016-02-021-0/+27
* plugins: use the same pre-processor macroVíctor Manuel Jáquez Leal2016-02-021-1/+1
* build: add gstreamer-pbutils dependencyVíctor Manuel Jáquez Leal2016-02-011-1/+3
* build: remove unused EGL specific sourcesVíctor Manuel Jáquez Leal2016-02-011-10/+0
* build: remove check for GStreamer 1.2Víctor Manuel Jáquez Leal2016-02-011-13/+2
* Remove more video parser cruftsVíctor Manuel Jáquez Leal2016-02-011-47/+0
* Remove old gst version guardsVíctor Manuel Jáquez Leal2016-01-258-137/+1
* Remove video parser cruftsVíctor Manuel Jáquez Leal2016-01-251-54/+0
* libs: remove versioningVíctor Manuel Jáquez Leal2016-01-201-11/+6
* Remove codecparsers submoduleVíctor Manuel Jáquez Leal2016-01-191-92/+0
* vaapipostproc: check ANY caps at transform_caps()Víctor Manuel Jáquez Leal2016-01-141-1/+1
* vaapisink: ignore frame if its upload failedVíctor Manuel Jáquez Leal2016-01-141-1/+3
* build: add gsth265parse patches conditionallyVíctor Manuel Jáquez Leal2015-11-251-0/+4
* build: declare correctly parse lib built filesVíctor Manuel Jáquez Leal2015-11-251-14/+8
* vaapipostproc: Correctly detect the caps changeSreerenj Balachandran2015-11-231-9/+1
* vaapipostproc: don't set caps change at first setVíctor Manuel Jáquez Leal2015-11-191-10/+29
* vaapipostproc: params video_info_changed() callersVíctor Manuel Jáquez Leal2015-11-191-3/+3
* build: declare real built filesVíctor Manuel Jáquez Leal2015-11-181-12/+15
* vaapidecodebin: add me as element co-authorVíctor Manuel Jáquez Leal2015-11-161-1/+3
* vaapidecodebin: try to get display from decoderVíctor Manuel Jáquez Leal2015-11-161-2/+9
* vaapidecodebin: add postprocessor dynamicallyVíctor Manuel Jáquez Leal2015-11-162-43/+66
* vaapidecodebin: delay the bin configurationVíctor Manuel Jáquez Leal2015-11-161-5/+9
* vaapidecode: Add comments for corner case fixes and fix couple of indentations.Sreerenj Balachandran2015-11-131-5/+9
* 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
* vaapidecodebin: fix a leaked display instanceVíctor Manuel Jáquez Leal2015-11-091-0/+6
* VP9: plugins: Add VP9 decoderSreerenj Balachandran2015-11-061-0/+9
* 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
* vaapidecode: Fix buffer copy assertionSreerenj Balachandran2015-10-121-1/+2