summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2018-01-30vaapi: add NULL-sentinel to kernel_namesPhilippe Normand1-1/+1
2018-01-12vaapipostproc: lock ensure_filter with postproc_lockMichael Tretter1-2/+11
2017-09-26vaapiencode: flush pending frames before set formatVíctor Manuel Jáquez Leal1-4/+20
2017-09-26vaapidecode: drain pending frames before set formatVíctor Manuel Jáquez Leal1-0/+2
2017-09-15vaapiencode/libs: encoder: fix leaks of propertiesHyunjun Ko1-0/+1
2017-08-24vaapidecode: fix mismatch of the return typeHyunjun Ko1-1/+2
2017-08-24vaapiencode: h265: compare an unsigned int if not zeroVíctor Manuel Jáquez Leal1-1/+1
2017-08-24plugins: check gst_gl_ensure_element_data() return valueVíctor Manuel Jáquez Leal1-8/+14
2017-08-24plugins: avoid dead code detectionVíctor Manuel Jáquez Leal1-2/+1
2017-08-24vaapivideobufferpool: don't shift by negative since it's undefinedVíctor Manuel Jáquez Leal1-3/+6
2017-08-24vaapisink: fix memory leakVíctor Manuel Jáquez Leal1-2/+3
2017-08-24vaapipostproc: fix memory leaksVíctor Manuel Jáquez Leal1-3/+9
2017-08-23postproc: reconfigure when width or height changesHyunjun Ko1-1/+10
2017-07-03vaapipostproc: set multivew-mode flags to src capsHyunjun Ko1-0/+25
2017-05-12vaapisink: keep handle_events flag except that if user want to setHyunjun Ko1-1/+1
2017-05-12plugins: remove par from caps negotiationVíctor Manuel Jáquez Leal1-2/+1
2017-05-04Revert "vaapidecodebin: fix element's classification"Víctor Manuel Jáquez Leal1-1/+1
2017-05-02vaapidecodebin: fix element's classificationVictor Toso1-1/+1
2017-04-27Revert "plugins: reject pixel-aspect-ratio with value 0/1"Víctor Manuel Jáquez Leal1-1/+1
2017-04-27plugins: reject pixel-aspect-ratio with value 0/1Víctor Manuel Jáquez Leal1-1/+1
2017-04-27plugins: handle pixel-aspect-ratio with value 0/1Víctor Manuel Jáquez Leal2-0/+4
2017-04-27vaapivideobufferpool: fix leak of created allocatorHyunjun Ko1-0/+1
2017-04-25vaapivideobufferpool: create or reconfig allocatorVíctor Manuel Jáquez Leal1-0/+21
2017-04-21vaapidecodebin: skips configuration once it's doneHyunjun Ko2-1/+3
2017-04-20vaapipostproc: fixes for memory leaksVíctor Manuel Jáquez Leal1-5/+6
2017-04-12plugins: enable direct rendering with envvarVíctor Manuel Jáquez Leal2-1/+6
2017-04-12vaapidecode: Don't renegotiate on every flushJan Schmidt1-4/+6
2017-04-12Implement decoder reset on flush, rather than recreatingJan Schmidt1-14/+9
2017-04-11plugins: Fix usage of GST_GL_HAVE_WINDOW_* definesScott D Phillips1-4/+4
2017-04-07vaapiencode: h265: add main-10 in caps templateVíctor Manuel Jáquez Leal1-1/+1
2017-04-06vaapiencode: add get_profile() vmethodVíctor Manuel Jáquez Leal4-2/+54
2017-04-06libs: encoder: pass profile to get_surface_formats()Víctor Manuel Jáquez Leal1-1/+2
2017-04-06vaapiencode: enhance logs of negotiated capsVíctor Manuel Jáquez Leal1-1/+4
2017-03-20plugins: when debug disabled, default category is NULLVíctor Manuel Jáquez Leal4-0/+16
2017-03-14docs: h264/h265: put parser to the example pipelineHyunjun Ko2-2/+2
2017-03-03plugins: retry to create the VA displayVíctor Manuel Jáquez Leal1-3/+9
2017-03-03vaapipostproc: texture upload if driver supports GLJulien Isorce1-1/+3
2017-03-03vaapidecode: texture upload if driver supports GLVíctor Manuel Jáquez Leal1-1/+2
2017-02-22vaapiencode: merge tags for downstream's infoVíctor Manuel Jáquez Leal1-1/+33
2017-02-16build: rename USE_HEVC_DECODER to USE_H265_DECODERScott D Phillips2-4/+4
2017-02-09plugins: fix build when gccVíctor Manuel Jáquez Leal1-1/+1
2017-02-09vaapi: add meson buildScott D Phillips2-0/+52
2017-02-09plugins: use linear storage if not the same deviceJulien Isorce1-4/+22
2017-02-03vaapidecode: don't GLTextureUpload if dmabufVíctor Manuel Jáquez Leal1-5/+8
2017-02-03vaapidecode: make pool to export decoder's surfaceJulien Isorce1-5/+29
2017-02-03plugins: decoder can negotiate dmabuf downstreamVíctor Manuel Jáquez Leal1-1/+1
2017-02-03vaapivideobufferpool: override acquire_buffer()Julien Isorce1-0/+70
2017-02-02vaapivideomemory: export surface if it is providedJulien Isorce2-15/+48
2017-02-02vaapivideobufferpool: add GstVaapiVideoBufferPoolAcquireParamsJulien Isorce1-0/+20
2017-02-02vaapipostproc: don't GLTextureUpload if dmabufJulien Isorce1-1/+9