summaryrefslogtreecommitdiff
path: root/tests/test-decode.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-29tests: inforce gstreamer code-styleVíctor Manuel Jáquez Leal1-99/+98
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2013-07-22tests: add support for render-to-pixmap.Gwenole Beauchesne1-1/+31
2013-07-08tests: add basic support for video cropping.Gwenole Beauchesne1-3/+9
2013-05-07tests: cope with new GstVaapiMiniObject objects.Gwenole Beauchesne1-5/+5
2013-03-20tests: fix license templates.Gwenole Beauchesne1-1/+1
2013-03-20tests: include "sysdeps.h" header instead of "config.h".Gwenole Beauchesne1-1/+1
2013-01-29legal: fix year for some copyright notices (2013).Gwenole Beauchesne1-1/+1
2013-01-11tests: add decoder helpers.Gwenole Beauchesne1-110/+12
2012-12-18decoder: update gst_vaapi_decoder_get_surface() semantics.Gwenole Beauchesne1-2/+2
2012-12-18surfaceproxy: port to GstVaapiMiniObject.Gwenole Beauchesne1-1/+1
2012-12-17tests: add test for MPEG-4:2 decoding.Gwenole Beauchesne1-0/+6
2012-07-24tests: use common display and window creation routines.Gwenole Beauchesne1-13/+7
2012-07-19Drop all references to USE_CODEC_PARSERS.Gwenole Beauchesne1-26/+21
2012-07-19Drop FFmpeg-based decoders.Gwenole Beauchesne1-23/+0
2012-07-19tests: fix build without JPEG decoder support.Gwenole Beauchesne1-0/+2
2012-07-17tests: add test for JPEG decoding.Gwenole Beauchesne1-0/+6
2012-01-29Add initial H.264 decoder.Gwenole Beauchesne1-0/+4
2012-01-18tests: error out if FFmpeg|codecparsers are not supported.Gwenole Beauchesne1-0/+4
2012-01-16legal: fix year for some copyright notices.Gwenole Beauchesne1-1/+1
2012-01-16legal: add Intel copyright on modified files.Gwenole Beauchesne1-0/+1
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2012-01-16Add initial VC-1 decoder.Gwenole Beauchesne1-0/+4
2012-01-16Add initial MPEG-2 decoder.Gwenole Beauchesne1-0/+4
2012-01-16Allow conditional build of GStreamer/FFmpeg bitstream parsers.Gwenole Beauchesne1-3/+31
2012-01-12tests: check for shared VA displays (display cache).Gwenole Beauchesne1-1/+12
2011-10-19switch tests licence to LGPL v2.1+warly1-11/+12
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2010-09-20Rename gst_vaapi_decoder_ffmpeg_new_from_caps() to plain gst_vaapi_decoder_ff...gb1-1/+1
2010-09-20Simplify GstVaapiDecoder API.gb1-2/+10
2010-09-20Use gst_vaapi_decoder_ffmpeg_new_from_caps().gb1-1/+16
2010-09-20Simplify tests info.gb1-11/+12
2010-09-20Drop excessive threading that over-complicates synchronisation.gb1-14/+3
2010-09-20Add timestamps to GstVaapiSurfaceProxy.gb1-1/+4
2010-09-20Add "codec-data" property for additional codec data.gb1-1/+1
2010-09-20Handle user end-of-streams. Add gst_vaapi_decoder_{start,stop}() helpers.gb1-1/+1
2010-09-20Add decoder demos. Use -c (mpeg2|h264|vc1) to select the codec.gb1-0/+152