summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiprofile.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-26jpeg: fix build with VA-API < 0.32.0.Gwenole Beauchesne1-0/+2
2012-04-11Add initial JPEG decoder.Wind Yuan1-0/+6
2012-01-30Add header for system-dependent definitions.Gwenole Beauchesne1-1/+1
2012-01-24profile: match video/x-h263 as H.263 Baseline profile.Zhao Halley1-1/+9
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2010-09-20Fix decoder caps to report codec aliases.gb1-9/+18
2010-09-20Fix build with older VA-API 0.29.gb1-1/+1
2010-09-20Fix doc.gb1-1/+1
2010-09-20Add more aliases for MPEG-4 decoding.gb1-0/+6
2010-09-20Fix VC-1 detection with older gstreamer libs (no "fourcc" field, but a "forma...gb1-1/+1
2010-09-20Improve WMV3 detection yet further.gb1-5/+16
2010-09-20Fix detection of plain old WMV3 contents.gb1-2/+2
2010-09-20Fix VC-1 detection.gb1-1/+1
2010-09-20Relicense gst-libs/ code to LGPL v2.1+.gb1-10/+11
2010-09-20Drop extraneous comma.gb1-1/+1
2010-09-20Drop variant=itu field to help codec detection.gb1-3/+3
2010-09-20Add GST_VAAPI_ENTRYPOINT_SLICE_ENCODE.gb1-3/+6
2010-09-20Fix gst_vaapi_profile_get_caps() to include the "profile" field.gb1-1/+10
2010-09-20Prefer profile from codec-data if any was found there.gb1-1/+1
2010-09-20Improve heuristics to find the best profile. Use the highest one if nogb1-18/+26
2010-09-20Fix gst_vaapi_profile_get_codec().gb1-6/+69
2010-04-21Add VA entrypoint abstraction.gb1-6/+72
2010-04-20Add VA profile abstraction.gb1-0/+200