summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-04-04gst: Update versioningSebastian Dröge1-17/+18
2012-03-29mpegtsdemux: Revert to 0.10 state as this is unmergeable, also put it into ↵Sebastian Dröge1-1/+1
the non-ported plugins again
2012-03-29configure: Fix merge mistakeSebastian Dröge1-6/+1
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-33/+100
Conflicts: NEWS RELEASE common configure.ac docs/libs/gst-plugins-bad-libs-sections.txt docs/plugins/gst-plugins-bad-plugins.args docs/plugins/gst-plugins-bad-plugins.hierarchy docs/plugins/gst-plugins-bad-plugins.interfaces docs/plugins/inspect/plugin-adpcmdec.xml docs/plugins/inspect/plugin-adpcmenc.xml docs/plugins/inspect/plugin-assrender.xml docs/plugins/inspect/plugin-audiovisualizers.xml docs/plugins/inspect/plugin-autoconvert.xml docs/plugins/inspect/plugin-bayer.xml docs/plugins/inspect/plugin-bz2.xml docs/plugins/inspect/plugin-camerabin2.xml docs/plugins/inspect/plugin-celt.xml docs/plugins/inspect/plugin-dataurisrc.xml docs/plugins/inspect/plugin-debugutilsbad.xml docs/plugins/inspect/plugin-dtmf.xml docs/plugins/inspect/plugin-dtsdec.xml docs/plugins/inspect/plugin-dvbsuboverlay.xml docs/plugins/inspect/plugin-dvdspu.xml docs/plugins/inspect/plugin-faac.xml docs/plugins/inspect/plugin-faad.xml docs/plugins/inspect/plugin-gsm.xml docs/plugins/inspect/plugin-h264parse.xml docs/plugins/inspect/plugin-mms.xml docs/plugins/inspect/plugin-modplug.xml docs/plugins/inspect/plugin-mpeg2enc.xml docs/plugins/inspect/plugin-mpegdemux2.xml docs/plugins/inspect/plugin-mpegtsdemux.xml docs/plugins/inspect/plugin-mpegvideoparse.xml docs/plugins/inspect/plugin-mplex.xml docs/plugins/inspect/plugin-pcapparse.xml docs/plugins/inspect/plugin-rawparse.xml docs/plugins/inspect/plugin-rtpmux.xml docs/plugins/inspect/plugin-rtpvp8.xml docs/plugins/inspect/plugin-scaletempo.xml docs/plugins/inspect/plugin-schro.xml docs/plugins/inspect/plugin-sdp.xml docs/plugins/inspect/plugin-segmentclip.xml docs/plugins/inspect/plugin-shm.xml docs/plugins/inspect/plugin-videomaxrate.xml docs/plugins/inspect/plugin-videoparsersbad.xml docs/plugins/inspect/plugin-vp8.xml docs/plugins/inspect/plugin-y4mdec.xml ext/celt/gstceltdec.c ext/dts/gstdtsdec.c ext/modplug/gstmodplug.cc ext/opus/gstopusenc.c gst-libs/gst/video/gstbasevideocodec.c gst-libs/gst/video/gstbasevideocodec.h gst-libs/gst/video/gstbasevideodecoder.c gst-libs/gst/video/gstbasevideodecoder.h gst-libs/gst/video/gstbasevideoencoder.c gst-libs/gst/video/gstbasevideoencoder.h gst/adpcmdec/Makefile.am gst/audiovisualizers/gstbaseaudiovisualizer.c gst/h264parse/gsth264parse.c gst/mpegdemux/mpegtsparse.c gst/mpegtsdemux/mpegtsbase.c gst/mpegtsdemux/mpegtspacketizer.c gst/mpegtsdemux/mpegtsparse.c gst/mpegtsdemux/tsdemux.c gst/mpegtsdemux/tsdemux.h gst/mxf/mxfdemux.c gst/rawparse/gstaudioparse.c gst/videoparsers/gsth263parse.c gst/videoparsers/gsth264parse.c sys/d3dvideosink/d3dvideosink.c sys/decklink/gstdecklinksink.cpp sys/dvb/gstdvbsrc.c sys/shm/gstshmsrc.c sys/vdpau/h264/gstvdph264dec.c sys/vdpau/mpeg/gstvdpmpegdec.c tests/examples/opencv/gst_element_print_properties.c win32/common/config.h
2012-03-22back to developmentWim Taymans1-1/+1
2012-03-22Release 0.11.2Wim Taymans1-3/+3
2012-03-22decklink: Add decklink dispatch code for OS/XDavid Schleef1-0/+12
2012-03-20shm: port to 0.11Mark Nauwelaerts1-1/+1
2012-03-20rawparse: port to 0.11Mark Nauwelaerts1-1/+1
2012-03-18scaletempo: port to 0.11Mark Nauwelaerts1-1/+1
2012-03-18smooth: port to 0.11Mark Nauwelaerts1-1/+1
2012-03-18segmentclip: port to 0.11Mark Nauwelaerts1-1/+1
2012-03-18bz2: port to 0.11Mark Nauwelaerts1-1/+1
2012-03-18removesilence: port to 0.11Mark Nauwelaerts1-1/+1
2012-03-17opencv: fix configure check and build with opencv 2.1Tim-Philipp Müller1-5/+6
AC_CHECK_HEADERS() calls action-if-not-found also if just one of the headers checked for is missing, which is not what we wanted. Also, check for highgui_c.h instead of highgui.hpp. https://bugzilla.gnome.org/show_bug.cgi?id=672226
2012-03-16opencv: use opencv prefix from pkgconfig to lookup datafilesStefan Sauer1-0/+3
Don't hardconde /usr to lookup datafiles (such as haar cascades).
2012-03-15opencv: make build with opencv 2.3.1 as in debian sidTim-Philipp Müller1-5/+1
Where highgui.h doesn't exist any more, but only opencv2/highgui/highgui.hpp. Also, not quite sure why we're checking for cvaux.h, it's not used anywhere.
2012-03-14winscreencap: Integrate into autotools build systemDmitry Ketov1-0/+30
Fixes bug #672031.
2012-03-13configure.ac: move spc plugin to NON_PORTED list(Fix build error)Sreerenj Balachandran1-1/+1
2012-03-12configure.ac: bump GLib requirement to 2.31.14Sreerenj Balachandran1-1/+1
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=671911
2012-03-09configure: fix AC_LANG_SOURCE-related warnings when doing autogen.shTim-Philipp Müller1-24/+9
2012-03-07opus: port to updated 0.11Mark Nauwelaerts1-1/+1
2012-03-07celt: port to 0.11Mark Nauwelaerts1-1/+1
2012-03-04Initial Commit: Adding Wayland Video SinkSreerenj Balachandran1-0/+27
2012-03-03configure: use AS_LIBTOOL and bump version for ABI change in h.264 codec parserTim-Philipp Müller1-0/+8
Backported from the 0.10 release branch, where v.23 was used. https://bugzilla.gnome.org/show_bug.cgi?id=671203
2012-02-28applemedia: port qtkitvideosrcAlessandro Decina1-1/+1
2012-02-23Bump version after releaseTim-Philipp Müller1-3/+3
2012-02-22schro: Port to 0.11Edward Hervey1-1/+1
Works with some sample files. There seems to be some timestamping issue though, but the 0.10 version also complains about that too.
2012-02-17back to developmentWim Taymans1-1/+1
2012-02-17RELEASE 0.11.1Wim Taymans1-3/+3
2012-02-12multifdsink: refactored in -baseThomas Vander Stichele1-16/+0
2012-02-09modplug: port to 0.11Wim Taymans1-1/+1
2012-02-08Remove legacyh264parse elementTim-Philipp Müller1-3/+1
One h264 parser ought to be enough for anybody. https://bugzilla.gnome.org/show_bug.cgi?id=648002
2012-02-02debugutils: port to 0.11Mark Nauwelaerts1-1/+1
2012-01-27configure.ac: Add mpegdemux to the list of ported pluginsSebastian Dröge1-1/+1
2012-01-26adpcmdec: port to 0.11Mark Nauwelaerts1-1/+1
2012-01-26adpcmenc: port to 0.11Mark Nauwelaerts1-1/+1
2012-01-26gsm: port to 0.11Mark Nauwelaerts1-1/+1
2012-01-26configure.ac: Add the DVB plugin to the non-ported pluginsSebastian Dröge1-1/+1
It needs the MPEG TS parser and currently crashes during instantiation because it can't create the MPEG TS parser.
2012-01-25mpeg2enc: port to 0.11Mark Nauwelaerts1-1/+1
2012-01-25autoconvert: port to 0.11Olivier Crête1-1/+1
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-6/+22
Conflicts: configure.ac ext/kate/gstkateenc.c gst/colorspace/colorspace.c gst/mpegvideoparse/mpegvideoparse.c
2012-01-25dtmf: port to 0.11Olivier Crête1-1/+1
2012-01-25rtpvp8: port to 0.11Olivier Crête1-1/+1
2012-01-25videomaxrate: Remove, videorate includes the same functionality nowOlivier Crête1-3/+1
2012-01-25rtpmux: port to 0.11Olivier Crête1-1/+1
2012-01-22Revert "!colorspace: fix odd size problems"David Schleef1-1/+1
This reverts commit e2e6fdcb6b265db201f191952aeed429e85e834e. Untested commit was accidentally pushed.
2012-01-22!colorspace: fix odd size problemsDavid Schleef1-1/+1
2012-01-22schro: Handle 10 and 16-bit formatsDavid Schleef1-1/+1
2012-01-22Remove legacy mpegvideoparse pluginTim-Philipp Müller1-3/+1
There's a new one in the videoparsers plugin.