summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2012-04-15Release 0.10.2RELEASE-0.10.2George Kiagiadakis1-1/+1
2012-04-080.10.1.2 pre-releaseGeorge Kiagiadakis1-1/+1
2012-04-07cmake: Remove -Wcast-align from the compiler flags.George Kiagiadakis1-1/+1
2012-04-07cmake: Add support for using OpenGLES for qtglvideosink on embedded systems.George Kiagiadakis1-1/+6
2012-02-07cmake: Use cmake's internal automoc feature if cmake >= 2.8.6George Kiagiadakis1-3/+16
2012-01-16Add a qml plugin that exports GraphicsVideoWidget as a QML item called "Video...George Kiagiadakis1-1/+8
2012-01-15cmake: Adjust the external library checksGeorge Kiagiadakis1-12/+25
2012-01-06qtvideosink: Add qtvideosink into the build system.George Kiagiadakis1-0/+5
2011-08-10Fix CMakeLists.txt to avoid errors about missing automoc4_add_* macros when a...George Kiagiadakis1-7/+9
2011-08-10Add option to not build and use codegen.George Kiagiadakis1-7/+18
2011-05-23Add support for installing libraries in lib64 and plugins in the standard gst...George Kiagiadakis1-0/+10
2011-02-02Begin 0.10.2 development.George Kiagiadakis1-1/+1
2011-01-23Release version 0.10.1RELEASE-0.10.1George Kiagiadakis1-1/+1
2011-01-16Implement QGst::Utils::ApplicationSink.George Kiagiadakis1-1/+4
2011-01-15Add version check for boost: require version 1.39 or later.George Kiagiadakis1-2/+2
2011-01-14Link qwidgetvideosink explicitly with gstbase.George Kiagiadakis1-1/+4
2011-01-120.10.0.2 pre-releaseGeorge Kiagiadakis1-1/+1
2011-01-12Build QtGStreamer's libs as shared libs from now on.George Kiagiadakis1-1/+1
2011-01-07Split QtGLib out of QtGStreamer and fix all libraries' versions.George Kiagiadakis1-4/+2
2011-01-07Fix branding: it's GStreamer, not Gstreamer.George Kiagiadakis1-2/+2
2010-12-18Bump GStreamer required version to 0.10.31.George Kiagiadakis1-5/+5
2010-12-07Bump cmake required version to 2.8 as we don't really test with cmake 2.6 any...George Kiagiadakis1-1/+1
2010-12-07Import and use macro_log_feature() from kdelibs to show friendlier messages a...George Kiagiadakis1-9/+45
2010-12-07Find boost early to suppress "Boost hasn't been found" message in FindQtGStre...George Kiagiadakis1-0/+1
2010-12-07Rewrite the FindGStreamer* scripts to properly support all gstreamer librarie...George Kiagiadakis1-6/+2
2010-11-18Add options for conditional building of tests and examples.George Kiagiadakis1-2/+10
2010-11-18Rename STATIC_QTGSTREAMER to QTGSTREAMER_STATIC, make it a cmake option and s...George Kiagiadakis1-0/+2
2010-07-24Add a new QtGstreamerUi library that contains a VideoWidget class, a widget t...George Kiagiadakis1-3/+1
2010-07-24Add a GStreamer element that provides a video sink that draws directly on QWi...George Kiagiadakis1-0/+2
2010-07-20Add a version check for GStreamer.George Kiagiadakis1-0/+4
2010-07-17Define GST_DISABLE_DEPRECATED to get rid of the stupid libxml2 dependency and...George Kiagiadakis1-1/+0
2010-07-17Add cmake target to generate API docs and write some basic API docs where nee...George Kiagiadakis1-0/+5
2010-07-11Improve the build system; add new features and examples:George Kiagiadakis1-11/+7
2010-07-08Improve the CMakeLists.txt files.George Kiagiadakis1-2/+8
2010-04-20Port the 'echo' example to the new bindings to make it work again.George Kiagiadakis1-1/+1
2010-03-14Initial commit of the QtGstreamer helper code generator.George Kiagiadakis1-0/+3
2010-03-14Add the missing find_package(Boost REQUIRED).George Kiagiadakis1-1/+3
2010-03-05Initial commit of the new code.George Kiagiadakis1-18/+6
2009-07-13Install files.George Kiagiadakis1-0/+1
2009-07-12Add a simple echo example, which forwards audio from the mic to the speakers.George Kiagiadakis1-0/+1
2009-07-12Initial commit.George Kiagiadakis1-0/+34