summaryrefslogtreecommitdiff
path: root/tests/test-decode.c
Commit message (Expand)AuthorAgeFilesLines
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+2
* tests: add support for render-to-pixmap.Gwenole Beauchesne2013-07-221-1/+31
* tests: add basic support for video cropping.Gwenole Beauchesne2013-07-081-3/+9
* tests: cope with new GstVaapiMiniObject objects.Gwenole Beauchesne2013-05-071-5/+5
* tests: fix license templates.Gwenole Beauchesne2013-03-201-1/+1
* tests: include "sysdeps.h" header instead of "config.h".Gwenole Beauchesne2013-03-201-1/+1
* legal: fix year for some copyright notices (2013).Gwenole Beauchesne2013-01-291-1/+1
* tests: add decoder helpers.Gwenole Beauchesne2013-01-111-110/+12
* decoder: update gst_vaapi_decoder_get_surface() semantics.Gwenole Beauchesne2012-12-181-2/+2
* surfaceproxy: port to GstVaapiMiniObject.Gwenole Beauchesne2012-12-181-1/+1
* tests: add test for MPEG-4:2 decoding.Gwenole Beauchesne2012-12-171-0/+6
* tests: use common display and window creation routines.Gwenole Beauchesne2012-07-241-13/+7
* Drop all references to USE_CODEC_PARSERS.Gwenole Beauchesne2012-07-191-26/+21
* Drop FFmpeg-based decoders.Gwenole Beauchesne2012-07-191-23/+0
* tests: fix build without JPEG decoder support.Gwenole Beauchesne2012-07-191-0/+2
* tests: add test for JPEG decoding.Gwenole Beauchesne2012-07-171-0/+6
* Add initial H.264 decoder.Gwenole Beauchesne2012-01-291-0/+4
* tests: error out if FFmpeg|codecparsers are not supported.Gwenole Beauchesne2012-01-181-0/+4
* legal: fix year for some copyright notices.Gwenole Beauchesne2012-01-161-1/+1
* legal: add Intel copyright on modified files.Gwenole Beauchesne2012-01-161-0/+1
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-161-1/+1
* Add initial VC-1 decoder.Gwenole Beauchesne2012-01-161-0/+4
* Add initial MPEG-2 decoder.Gwenole Beauchesne2012-01-161-0/+4
* Allow conditional build of GStreamer/FFmpeg bitstream parsers.Gwenole Beauchesne2012-01-161-3/+31
* tests: check for shared VA displays (display cache).Gwenole Beauchesne2012-01-121-1/+12
* switch tests licence to LGPL v2.1+warly2011-10-191-11/+12
* Update copyright notice.Gwenole Beauchesne2011-06-141-1/+1
* Rename gst_vaapi_decoder_ffmpeg_new_from_caps() to plain gst_vaapi_decoder_ff...gb2010-09-201-1/+1
* Simplify GstVaapiDecoder API.gb2010-09-201-2/+10
* Use gst_vaapi_decoder_ffmpeg_new_from_caps().gb2010-09-201-1/+16
* Simplify tests info.gb2010-09-201-11/+12
* Drop excessive threading that over-complicates synchronisation.gb2010-09-201-14/+3
* Add timestamps to GstVaapiSurfaceProxy.gb2010-09-201-1/+4
* Add "codec-data" property for additional codec data.gb2010-09-201-1/+1
* Handle user end-of-streams. Add gst_vaapi_decoder_{start,stop}() helpers.gb2010-09-201-1/+1
* Add decoder demos. Use -c (mpeg2|h264|vc1) to select the codec.gb2010-09-201-0/+152