summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2015-04-03Remove the gstvaapivideoconverter_*.c source files missed in commit 51b1e4aSreerenj Balachandran2-344/+0
2015-04-03Removal of gstreamer-1.0 supportVíctor Manuel Jáquez Leal19-667/+9
2015-04-03update and move gstcompat.hVíctor Manuel Jáquez Leal23-32/+56
2015-04-03autotools: remove gstreamer-1.0 supportVíctor Manuel Jáquez Leal1-41/+4
2015-04-03Remove libgstvaapi-videoutils.soVíctor Manuel Jáquez Leal1-2/+1
2015-04-03Removal of gstreamer-0.10 supportVíctor Manuel Jáquez Leal25-1699/+4
2015-04-03autotools: remove gstreamer-0.10 supportVíctor Manuel Jáquez Leal1-17/+0
2015-03-16vaapidecode: add drain() vmethodVíctor Manuel Jáquez Leal1-0/+16
2015-03-16vaapidecode: remove vmethod reset()Víctor Manuel Jáquez Leal1-17/+0
2015-03-16vaapidecode: handle flush() vmethodVíctor Manuel Jáquez Leal1-3/+22
2015-03-16vaapidecode: call the correct query functionVíctor Manuel Jáquez Leal1-1/+1
2015-03-06vaapidecode: Don't crash if a buffer outlives the decoderOlivier Crete1-2/+3
2015-03-06vaapidecode: clean-ups (indentation, drop unused variables)Sreerenj Balachandran1-4/+2
2015-03-06vaapidecode: use the query virtual methods in 1.4Víctor Manuel Jáquez Leal1-53/+110
2015-03-06vaapipostproc: always activate buffer poolVíctor Manuel Jáquez Leal2-8/+2
2015-03-06vaapisink: fix minor memory leak in debug mode.Gwenole Beauchesne1-1/+7
2015-03-03vaapidecodebin: Avoid usage of "__" prefix in macro namesSreerenj Balachandran1-3/+3
2015-03-03plugins: Disable vaapidecodebin for GStreamer < 1.4Sreerenj Balachandran1-0/+2
2015-03-02plugins: Add a vaapidecodebin elementSreerenj Balachandran4-1/+355
2015-03-02vaapidecode: re-indent (gst-indent) gstvaapidecode.cSreerenj Balachandran1-687/+684
2015-03-02vaapidecode: Switch back to Single thread implementationSimon Farnsworth2-182/+100
2015-03-02plugins: fix detection of upstream v4l2src element.Gwenole Beauchesne1-9/+28
2015-03-02plugins: fix allocation of DMABUF memory.Gwenole Beauchesne1-2/+13
2015-02-26vaapidecode: keep src caps and output state in syncVíctor Manuel Jáquez Leal1-43/+26
2015-02-26vaapidecode: upload meta only if feature and allocationVíctor Manuel Jáquez Leal1-9/+7
2015-02-26vaapidecode: delayed src caps negotiationVíctor Manuel Jáquez Leal4-23/+92
2015-02-24plugins: upload meta only if feature and allocationVíctor Manuel Jáquez Leal1-8/+3
2015-02-24plugins: add support for GstVideoGLTextureOrientation.Gwenole Beauchesne1-0/+27
2015-02-24plugins: add support for BGRA textures.Gwenole Beauchesne6-39/+85
2015-02-24plugins: fix support for Wayland/EGL running alongside X11.Gwenole Beauchesne1-2/+34
2015-02-24plugins: add initial support for EGL.Gwenole Beauchesne6-27/+156
2015-02-24plugins: track video texture size changes.Gwenole Beauchesne1-5/+59
2015-02-24plugins: ensure VA display matches GL context expectations.Gwenole Beauchesne3-5/+63
2015-02-24plugins: record downstream GstGLContext.Gwenole Beauchesne3-1/+58
2015-02-24vaapidecode: partially revert 0777f35.Gwenole Beauchesne1-2/+3
2015-02-19vaapidecode: Caps query should return the list of all supported caps.Sreerenj Balachandran1-8/+2
2015-02-18vaapidecode: intersect filter from query capsVíctor Manuel Jáquez Leal1-4/+52
2015-02-18Fix compiler warningsVíctor Manuel Jáquez Leal1-1/+1
2015-02-18vaapidecode: Use GST_DEBUG_FUNCPTR for gst_vaapidecode_query()Víctor Manuel Jáquez Leal1-2/+2
2015-02-18vaapidecode: log flow error nameVíctor Manuel Jáquez Leal1-1/+2
2015-02-18vaapidecode: Emit error GstMessage when returning a GST_FLOW_ERROROlivier Crete2-8/+24
2015-02-13plugins: Add VP8 EncoderSreerenj Balachandran4-0/+259
2015-02-06build: fix make dist when certain conditionals not met.Sreerenj Balachandran1-2/+2
2015-02-04vaapidecode: Check the condition after taking the lockOlivier Crete1-1/+4
2015-02-04plugins: Add JPEG encoder elementSreerenj Balachandran4-14/+273
2015-02-02Fix compilation error if there is no GL/gl.h header file installedSreerenj Balachandran1-1/+1
2015-01-28plugins: drop leftover declaration.Gwenole Beauchesne1-4/+0
2015-01-28plugins: add support for dma_buf exports (v4l2src).Gwenole Beauchesne5-10/+405
2015-01-28plugins: add support for dma_buf imports.Wind Yuan2-1/+114
2015-01-27videopool: add optional flags for surface pool allocation.Gwenole Beauchesne5-8/+9