summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-11-27Bump version for development.Gwenole Beauchesne1-2/+2
2012-11-27Mark release.Gwenole Beauchesne1-1/+1
2012-11-19wayland: port to 1.0 version of the protocol.Rob Bradford1-1/+1
This patch updates to relect the 1.0 version of the protocol. The main changes are the switch to wl_registry for global object notifications and the way that the event queue and file descriptor is processed. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-11-16mpeg2: fix PAR calculation from commit 132922d.Sreerenj Balachandran1-0/+24
Invoke gst_mpeg_video_finalise_mpeg2_sequence_header() to get the correct PAR values. While doing so, require a newer version of the bitstream parser library. Note: it may be necessary to also parse the Sequence_Display_Extension() header. Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-11-16Add codecparsers submodule.Gwenole Beauchesne1-27/+21
Backport from git master: c3b343f Add codecparsers submodule cee782a jpeg: use submodule sources 022e99e h264: use submodule sources d42d838 fix generation of symlinks d453297 update to gst-vaapi-rebased commit 73d6aab 18245b4 always build the VC-1 parser library 9ab3ce2 always build parserutils first
2012-11-16configure: generate bzip2 tarballs in ustar format by default.Gwenole Beauchesne1-1/+1
2012-10-05Bump version for development.Gwenole Beauchesne1-2/+2
2012-10-050.4.0.Gwenole Beauchesne1-1/+1
2012-09-28Fix and document build dependencies better.Gwenole Beauchesne1-1/+1
2012-09-28debian: fix Wayland build dependencies.Gwenole Beauchesne1-1/+7
2012-09-26configure: update VA-API version requirements.Gwenole Beauchesne1-4/+4
VA/DRM and VA/Wayland API are now promoted to VA-API 0.33.0 (libva 1.1.0).
2012-09-14configure: fix check for libva-glx and libva-drm.Gwenole Beauchesne1-2/+2
2012-09-07configure: fix check for VA/DRM API.Gwenole Beauchesne1-2/+10
2012-09-06display: fix physical display size when display is rotated.Gwenole Beauchesne1-0/+17
2012-08-27configure: use new libtool syntax.Javier Jardón1-1/+4
This now requires libtool >= 2.2 to regenerate the configure script. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-08-01Add initial support for VA/DRM.Gwenole Beauchesne1-1/+37
2012-07-31Fix build without X11 (again).Gwenole Beauchesne1-1/+1
Don't try to build libgstvaapi-x11.so.* if X11 was disabled. Also shuffle files list wrt. x11, glx and wayland backends.
2012-07-31jpeg: update to the latest VA-API changes (0.32.1+).Gwenole Beauchesne1-7/+6
2012-07-25wayland: add packaging files.Gwenole Beauchesne1-0/+4
2012-07-25Add initial support for VA/Wayland.Sreerenj Balachandran1-1/+33
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-07-24configure: simplify video outputs summary.Gwenole Beauchesne1-3/+5
2012-07-24configure: drop check for --enable-vaapisink-glx.Gwenole Beauchesne1-17/+0
vaapisink is now built with support for multiple display types, whenever they are enabled. The new "display" attribute is used to select a particular renderer.
2012-07-24configure: drop check for --enable-vaapi-glx.Gwenole Beauchesne1-14/+8
This flag is obsolete. It was meant to explicitly enable/disable VA/GLX API support, or fallback to TFP+FBO if this API is not found. Now, we check for the VA/GLX API by default if --enable-glx is set. If this API is not found, we now default to use TFP+FBO. Note: TFP+FBO, i.e. using vaPutSurface() is now also a deprecated usage and will be removed in the future. If GLX rendering is requested, then the VA/GLX API shall be used as it covers most usages. e.g. AMD driver can't render to an X pixmap yet.
2012-07-23configure: improve checks for X11.Gwenole Beauchesne1-3/+34
2012-07-20configure: improve checks for GLX.Gwenole Beauchesne1-11/+33
2012-07-20Drop support for obsolete VA-API versions < 0.30.4.Gwenole Beauchesne1-58/+19
2012-07-20vaapisink: drop checks for new APIs used by default.Gwenole Beauchesne1-10/+0
GStreamer -base plugins >= 0.10.31 are now required, so the checks for new APIs like GstXOverlay::set_window_handle() and ::set_render_rectangle() are no longer necessary.
2012-07-20configure: cosmetics and some minor changes.Gwenole Beauchesne1-39/+46
- Better grouping of feature checks - Sort list of config files to generate
2012-07-19Use standard G_GNUC_INTERNAL keyword instead of attribute_hidden.Gwenole Beauchesne1-26/+0
2012-07-19Drop all references to USE_CODEC_PARSERS.Gwenole Beauchesne1-34/+13
2012-07-19Drop FFmpeg-based decoders.Gwenole Beauchesne1-28/+2
GStreamer codecparsers-based decoders are the only supported decoders now. Though, FFmpeg decoders are still available in gstreamer-vaapi 0.3.x series.
2012-07-19configure: bump glib required version to 2.28.Javier Jardón1-2/+4
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-07-19libs: use generic g_cclosure_marshal_VOID__VOID().Javier Jardón1-1/+0
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-07-19glibcompat: drop explicit check for g_list_free_full().Gwenole Beauchesne1-3/+0
2012-07-19Bump version for development.Gwenole Beauchesne1-2/+2
2012-07-19configure: fix build without gtk-doc support.Javier Jardón1-2/+4
Also do not generate tamplate files as all the documentation is inline. Drop un-needed code in autogen.sh as well. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-07-19configure: put m4 macros and autogenerated files into m4/ directory.Javier Jardón1-1/+6
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-07-19configure: drop deprecated autoconf macros.Javier Jardón1-33/+41
Bump autoconf required version to 2.58, needed for AS_HELP_STRING macro. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-07-19configure: don't use AC_SUBST for some variables.Javier Jardón1-14/+0
PKG_CHECK_MODULES already does this for us. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-07-19plugins: use G_DEFINE_TYPE_* instead of deprecated GST_BOILERPLATE_*.Javier Jardón1-1/+10
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-07-19plugins: do not use deprecated GStreamer -base symbols.Javier Jardón1-1/+1
Bump GStreamer plugins -base required version to 0.10.31, needed for gst_x_overlay_got_window_handle(). Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-07-19plugins: do not use deprecated core GStreamer symbols.Javier Jardón1-1/+1
Bump GStreamer required version to 0.10.14, needed for gst_element_class_set_details_simple(). Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-07-16jpeg: fix configure check for VA/JPEG decoding API.Gwenole Beauchesne1-1/+1
2012-06-26Bump version for development.Gwenole Beauchesne1-2/+2
2012-06-260.3.7.Gwenole Beauchesne1-1/+1
2012-06-26configure: disable FFmpeg-based decoders.Gwenole Beauchesne1-2/+2
FFmpeg decoders are still available through the --enable-ffmpeg option but are no longer maintained.
2012-06-26jpeg: update to current VA/JPEG decoding API.Gwenole Beauchesne1-1/+3
2012-04-11Add initial JPEG decoder.Wind Yuan1-0/+26
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-04-11codecparsers: add JPEG parser.Wind Yuan1-0/+24
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-04-02Bump version for development.Gwenole Beauchesne1-2/+2