summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-02-03docs: update plugin documentationVíctor Manuel Jáquez Leal9-10/+130
2016-02-03libs: small refactors to enhance the code styleVíctor Manuel Jáquez Leal1-6/+8
2016-02-03plugins: fix code styleVíctor Manuel Jáquez Leal5-17/+19
2016-02-02vaapi: fix 'ISO C90 forbids mixed declarations and code' compiler warningsTim-Philipp Müller4-12/+18
2016-02-02vaapidecode: Fix renegotiation for resolution changeSreerenj Balachandran1-0/+27
2016-02-02plugins: use the same pre-processor macroVíctor Manuel Jáquez Leal1-1/+1
2016-02-01build: add gstreamer-pbutils dependencyVíctor Manuel Jáquez Leal1-1/+3
2016-02-01build: remove unused EGL specific sourcesVíctor Manuel Jáquez Leal1-10/+0
2016-02-01build: remove check for GStreamer 1.2Víctor Manuel Jáquez Leal1-13/+2
2016-02-01Remove more video parser cruftsVíctor Manuel Jáquez Leal1-47/+0
2016-01-25Remove old gst version guardsVíctor Manuel Jáquez Leal8-137/+1
2016-01-25Remove video parser cruftsVíctor Manuel Jáquez Leal1-54/+0
2016-01-20libs: remove versioningVíctor Manuel Jáquez Leal1-11/+6
2016-01-19Remove codecparsers submoduleVíctor Manuel Jáquez Leal1-92/+0
2016-01-14vaapipostproc: check ANY caps at transform_caps()Víctor Manuel Jáquez Leal1-1/+1
2016-01-14vaapisink: ignore frame if its upload failedVíctor Manuel Jáquez Leal1-1/+3
2015-11-25build: add gsth265parse patches conditionallyVíctor Manuel Jáquez Leal1-0/+4
2015-11-25build: declare correctly parse lib built filesVíctor Manuel Jáquez Leal1-14/+8
2015-11-23vaapipostproc: Correctly detect the caps changeSreerenj Balachandran1-9/+1
2015-11-19vaapipostproc: don't set caps change at first setVíctor Manuel Jáquez Leal1-10/+29
2015-11-19vaapipostproc: params video_info_changed() callersVíctor Manuel Jáquez Leal1-3/+3
2015-11-18build: declare real built filesVíctor Manuel Jáquez Leal1-12/+15
2015-11-16vaapidecodebin: add me as element co-authorVíctor Manuel Jáquez Leal1-1/+3
2015-11-16vaapidecodebin: try to get display from decoderVíctor Manuel Jáquez Leal1-2/+9
2015-11-16vaapidecodebin: add postprocessor dynamicallyVíctor Manuel Jáquez Leal2-43/+66
2015-11-16vaapidecodebin: delay the bin configurationVíctor Manuel Jáquez Leal1-5/+9
2015-11-13vaapidecode: Add comments for corner case fixes and fix couple of indentations.Sreerenj Balachandran1-5/+9
2015-11-09plugin: guard pointers to pad query functionsVíctor Manuel Jáquez Leal2-3/+10
2015-11-09vaapiencode: use pad query vmethodsVíctor Manuel Jáquez Leal1-0/+47
2015-11-09vaapidecode: return pad's template caps if no displayVíctor Manuel Jáquez Leal1-11/+10
2015-11-09plugins: don't create display at caps queryVíctor Manuel Jáquez Leal2-3/+3
2015-11-09plugins: fix context query handlingVíctor Manuel Jáquez Leal6-28/+32
2015-11-09plugin: don't lose previous context at queryVíctor Manuel Jáquez Leal1-2/+9
2015-11-09vaapivideocontext: add gst_vaapi_video_context_set_display()Víctor Manuel Jáquez Leal2-4/+19
2015-11-09plugins: check if display is set in syncVíctor Manuel Jáquez Leal3-16/+23
2015-11-09plugins: set display through contextVíctor Manuel Jáquez Leal2-1/+1
2015-11-09vaapivideocontext: rename context structureVíctor Manuel Jáquez Leal1-4/+4
2015-11-09vaapivideocontext: refactor gst_vaapi_video_context_prepare()Víctor Manuel Jáquez Leal1-42/+65
2015-11-09vaapivideocontext: refactor context category debugVíctor Manuel Jáquez Leal1-2/+16
2015-11-09gstvaapivideocontext: fix indentationVíctor Manuel Jáquez Leal1-5/+6
2015-11-09plugin: chain up set_context() vmethodVíctor Manuel Jáquez Leal1-0/+8
2015-11-09vaapidecodebin: fix a leaked display instanceVíctor Manuel Jáquez Leal1-0/+6
2015-11-06VP9: plugins: Add VP9 decoderSreerenj Balachandran1-0/+9
2015-10-20vaapidecode: relax guards for memory:VASurface capsfeatureVíctor Manuel Jáquez Leal1-1/+1
2015-10-20vaapidecode: decide allocation doesn't update srccapsVíctor Manuel Jáquez Leal1-7/+0
2015-10-20vaapidecode: use caps to check the featuresVíctor Manuel Jáquez Leal3-26/+38
2015-10-20vaapidecode: set format before decide allocationVíctor Manuel Jáquez Leal1-3/+0
2015-10-12vaapidecode: Fix buffer copy assertionSreerenj Balachandran1-1/+2
2015-09-23gstcompat: add gst_buffer_copy_deep() if gst < 1.5Víctor Manuel Jáquez Leal1-0/+23
2015-09-23vaapidecode: simplify copy of GstVideoCodecStateVíctor Manuel Jáquez Leal1-17/+2