summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiprofile.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-01FEI: libs: Add FEI Entrypoint mappingSreerenj Balachandran1-0/+3
2017-08-25libs: guard deprecated symbolsVíctor Manuel Jáquez Leal1-0/+2
2016-05-11gstvaapiprofile : Add VAEntrypointEncSliceLP definitionsSreerenj Balachandran1-0/+3
2016-04-01gstvaapiporfile: Add more VP9 profile definitionsSreerenj Balachandran1-2/+10
2016-02-03libs: humongous code style fixVíctor Manuel Jáquez Leal1-277/+260
2016-01-25Remove old gst version guardsVíctor Manuel Jáquez Leal1-12/+0
2015-12-07gstvaapiporfile: Fix string representation of HEVCMain10 profileSreerenj Balachandran1-1/+1
2015-11-06VP9: gstvaapiprofile: Add profile definitionsSreerenj Balachandran1-0/+6
2015-07-15vaapidecoder: no wmv profiles gstreamer 1.4/1.2Víctor Manuel Jáquez Leal1-0/+12
2015-04-13HEVC: gstvaapiprofile: Add profile definitionsSreerenj Balachandran1-0/+35
2015-04-03update and move gstcompat.hVíctor Manuel Jáquez Leal1-1/+1
2015-02-04Encode: Add support for Picture level EntrypointSreerenj Balachandran1-4/+5
2014-11-14vaapidecode: only expose supported profiles when needed.Gwenole Beauchesne1-3/+4
2014-06-02utils: add H.264 MVC profiles.Li Xiaowei1-0/+11
2014-06-02utils: only enable VP8 profiles for newer VA-API versions.Gwenole Beauchesne1-0/+2
2014-04-18Add initial VP8 decoder.Zhao, Halley1-0/+3
2013-12-20utils: add helper functions to get codec or profile name.Gwenole Beauchesne1-4/+84
2013-12-09decoder: h264: add support for constrained baseline profile.Wind Yuan1-2/+4
2013-12-06utils: add new H.264 profiles.Gwenole Beauchesne1-0/+6
2013-11-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2013-04-10Allow build against either GStreamer API (0.10 or 1.0).Gwenole Beauchesne1-1/+1
2013-04-10Add initial support for GStreamer 1.0.Sreerenj Balachandran1-3/+6
2013-01-29legal: add Intel copyright on modified files.Gwenole Beauchesne1-0/+1
2012-12-18decoder: use GstVideoCodecState.Sreerenj Balachandran1-1/+1
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