summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-09-20Fix make dist.gb1-1/+6
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().gb2-1/+17
2010-09-20Simplify tests info.gb8-24/+72
2010-09-20Add End-of-Sequence start code.gb1-2/+2
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-20Drop useless End-of-Sequence marker.gb1-2/+2
2010-09-20Regenerate correct clips.gb2-1078/+1017
2010-09-20Add decoder demos. Use -c (mpeg2|h264|vc1) to select the codec.gb8-1/+4770
2010-04-20Add VA profile abstraction.gb1-3/+48
2010-04-01Make more helpers internal, thus reducing .text size further. Add gst_vaapi_d...gb1-1/+1
2010-03-30Enable build without VA/GLX extensions. i.e. fallback to TFP + FBO.gb1-0/+6
2010-03-29Fix make dist.gb1-0/+2
2010-03-29Improve VA/GLX textures test.gb2-11/+130
2010-03-26Move code around.gb3-40/+44
2010-03-26Factor out image utilities.gb4-265/+372
2010-03-26Add VA/GLX display tests.gb3-82/+93
2010-03-25Add initial VA/GLX support.gb2-4/+158
2010-03-25Restore the gst_vaapi_{surface,image,subpicture}_get_id() interfaces.gb1-3/+3
2010-03-24Drop tedious LIBVA_EXTRA_{CFLAGS,LIBS} definitions in Makefile.am. Override C...gb1-2/+0
2010-03-24Add compatibility with the original VA-API 0.29.gb1-0/+2
2010-03-24Add support for AYUV format.gb1-0/+27
2010-03-24Simplify upload process and fallback to subpictures.gb1-27/+50
2010-03-24Cosmetics (lowercase for consistency).gb1-1/+1
2010-03-24Move "id" down to the GstVaapiObject base.gb1-10/+19
2010-03-23Add "destroy" signal.gb1-0/+12
2010-03-23Unref subpicture earlier as the surface is supposed to hold a reference to it.gb1-3/+4
2010-03-23Add gst_vaapi_surface_{,de}associate_subpicture() API.gb1-6/+114
2010-03-22Add gst_vaapi_display_get_pixel_aspect_ratio().gb1-1/+4
2010-03-22Add display size accessors.gb1-0/+4
2010-03-21Rename gst_vaapi_window_put_surface_full() to plain gst_vaapi_window_put_surf...gb1-2/+2
2010-03-18Try YV12 & I420 image formats too.gb1-2/+19
2010-03-18Fix typo.gb1-1/+1
2010-03-17Don't show window by default during creation.gb1-3/+4
2010-03-16Split X11 support to libgstvaapi-x11-*.so.*gb1-1/+1
2010-03-16Move tests to top-level tests/ directory.gb6-34/+26
2010-03-15Generate R/G/B rects.gb1-1/+148
2010-03-15Add VA/X11 window abstraction.gb2-0/+125
2010-03-12Add surface tests.gb2-0/+113
2010-03-11Add gst_vaapi_display_x11_new_with_display() API.gb1-10/+65
2010-03-11API change: gst_vaapi_display_x11_new() now takes an X11 display name.gb1-8/+2
2010-03-10Dump caps.gb1-1/+65
2010-01-25Add initial VA display abstraction.gb2-0/+56
2010-01-25Add tests infrastructure.gb3-0/+13