summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.2.01.2.0Sebastian Dröge2013-09-241-4/+4
|
* Back to developmentSebastian Dröge2013-09-191-3/+3
|
* Release 1.1.901.1.90Sebastian Dröge2013-09-191-4/+4
|
* opencv: We also work with OpenCV 2.4.6.1Sebastian Dröge2013-09-101-1/+1
|
* Change how win32/common/config.h is updatedTim-Philipp Müller2013-09-021-1/+40
| | | | | | | | | | | | | | | | | Generate win32/common/config.h-new directly from config.h.in, using shell variables in configure and some hard-coded information. Change top-level makefile so that 'make win32-update' copies the generated file to win32/common/config.h, which we keep in source control. It's kept in source control so that the git tree is buildable from VS. This change is similar to the one recently applied to GStreamer and gst-plugins-good. The previous config.h file in -bad was in pretty bad shape, so unlike core and base, I didn't attempt to leave it strictly the same, but fixed it as necessary. Needs testing I cannot do myself. https://bugzilla.gnome.org/show_bug.cgi?id=569015
* dfbvideosink: port to 1.0Kazunori Kobayashi2013-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | including the following supports and fixes: * Create DirectFB surfaces from GstBufferPool * Add NV12 pixel format support * Don't use the cursor in the exclusive mode - EnableCusor() can be only used when the administrative mode is set in DirectFB 1.6.0 and later. * Support multiple plane rendering for planar color formats - This accommodates the chroma plane offsets of the framebuffer in planar formats. * Invoke SetConfiguration regardless of video mode setting in setcaps() - SetConfiguration() method should be invoked regardless of the result of gst_dfbvideosink_get_best_vmode(), since the two are unrelated. * Disable DirectFB signal handler - "--dfb:no-sighandler" option is passed to DirectFBInit(). This prevents DirectFB from trying to kill the process and allows GStreamer's termination sequence to proceed normally. https://bugzilla.gnome.org/show_bug.cgi?id=703520
* Back to developmentSebastian Dröge2013-08-281-3/+3
|
* Release 1.1.41.1.4Sebastian Dröge2013-08-281-4/+4
|
* configure.ac: Don't set BZ2_LIBS if bz2 is not foundSebastian Dröge2013-08-261-1/+3
|
* webp: Add WebP image decoder pluginSreerenj Balachandran2013-08-261-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=706285
* configure: Update opencv dependency, 2.4.5 works too.Sebastian Dröge2013-08-221-1/+1
|
* configure: Fix bz2 configure check for WindowsSebastian Dröge2013-08-221-2/+9
| | | | | | Due to function decorations on Windows AC_CHECK_LIB can't be used to check for bz2. https://bugzilla.gnome.org/show_bug.cgi?id=465924
* neonhttpsrc: allow building with neon-0.30Alexandre Rostovtsev2013-08-131-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705812
* build: add subdir-objects to AM_INIT_AUTOMAKELubosz Sarnecki2013-08-091-1/+1
| | | | | | Fixes warnings with automake 1.14. https://bugzilla.gnome.org/show_bug.cgi?id=705350
* tests: create/remove orc directory at proper timeDavid Schleef2013-08-091-0/+2
| | | | | | Before automake creates .deps directories, and during distclean. https://bugzilla.gnome.org/show_bug.cgi?id=705350
* Back to developmentSebastian Dröge2013-07-291-3/+3
|
* Release 1.1.31.1.3Sebastian Dröge2013-07-291-4/+4
|
* celt: remove, replaced by opus.David Schleef2013-07-281-36/+0
|
* Back to developmentSebastian Dröge2013-07-111-4/+4
|
* examples: Add an example of a mpeg-ts SI extractorEdward Hervey2013-07-031-0/+1
| | | | | | | | | | | | | | | | | | Serves as an example of usage of the new mpegts library from an application. Will parse/dump all sections received on a bus. Usage is ./tsparse <any gst-launch line using tsdemux or tsparse> Examples: ./tsparse file:///some/mpegtsfile ! tsparse ! fakesink ./tsparse dvb://CHANNEL ! tsparse ! fakesink ./tsparse playbin uri=dvb://CHANNEL ./tsparse playbin uri=file:///some/mpegtsfile ... https://bugzilla.gnome.org/show_bug.cgi?id=702724
* gst-libs: New Mpeg-TS support libraryEdward Hervey2013-07-031-0/+1
| | | | | | | | | | | | | | | | | | | | | Exposes various MPEG-TS (ISO/IEC 13818-1) and DVB (EN 300 468) Section Information as well as descriptors for usage by plugins and applications. This replaces entirely the old GstStructure-based system for conveying mpeg-ts information to applications and other plugins. Parsing and validation is done on a "when-needed" basis. This ensures the minimal overhead for elements and applications creating and using sections and descriptors. Since all information is made available, this also allows applications to parse custom sections and descriptors. Right now the library is targeted towards parsing, but the structures could be used in the future to allow applications to create and inject sections and descriptors (for usage by various mpeg-ts elements). https://bugzilla.gnome.org/show_bug.cgi?id=702724
* daalaenc: Add encoder elementSebastian Dröge2013-06-231-1/+1
|
* daala: Initial version of a Daala pluginSebastian Dröge2013-06-231-0/+16
|
* winscreencap: Initial port to 1.0Sebastian Dröge2013-06-201-14/+13
|
* Back to developmentSebastian Dröge2013-06-051-3/+3
|
* Release 1.1.11.1.1Sebastian Dröge2013-06-051-4/+4
|
* signalprocessor: ladspa is not using this anymoreStefan Sauer2013-05-281-1/+0
| | | | When we port lv2, we'll go the same route as the new ladspa plugin.
* applemedia: move plugins using private frameworks to applemedia-nonpublicAndoni Morales Alastruey2013-05-201-0/+1
|
* audiofx: Add plugin, add audiochannelmixDavid Schleef2013-05-181-0/+2
|
* openal: require OpenAL >= 1.14 to build the OpenAL pluginBrendan Long2013-05-151-1/+1
| | | | | | For AL_FORMAT_MONO_ALAW_EXT and AL_FORMAT_STEREO_ALAW_EXT. https://bugzilla.gnome.org/show_bug.cgi?id=700402
* nsf: remove nsf plugin, replaced by gme pluginTim-Philipp Müller2013-05-141-3/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=648021
* openal: improved port to 1.0Juan Manuel Borges Caño2013-05-131-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=698013
* dirac: remove old dirac-research library based codecTim-Philipp Müller2013-05-121-11/+1
| | | | | | | | | | It's not developed any more and replaced by the libschroedinger-based elements in gst-plugins-good. (The libschroedinger 1.0.9 release notes state "This is an exciting release: most of the encoding tools in dirac-research have been ported over to Schrödinger, so now schro has the same or better compression efficiency as dirac-research.")
* ofa: port to 1.0Tim-Philipp Müller2013-05-121-1/+1
|
* musicbrainz: remove trm element which is not useful any moreTim-Philipp Müller2013-05-121-11/+1
| | | | | | | TRM IDs are MusicBrainz' old audio fingerprinting system from Relatable, they were phased out in favour of MusicIPs PUIDs. https://wiki.musicbrainz.org/History:TRM
* neonhttpsrc: port to 1.0Tim-Philipp Müller2013-05-121-1/+1
|
* rfbsrc: port to 1.0Aleix Conchillo Flaque2013-05-101-2/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=700038
* dash: enable in configure/makefilesThiago Santos2013-05-081-0/+12
| | | | | | It was intentionally disabled up to this point to prevent compile failures as dashdemux development commits were all for 0.10 up to here
* smoothstreaming: build directory stubs for new pluginThiago Santos2013-05-071-0/+14
| | | | | | | Initial build structure for MS' Smooth Streaming plugin Conflicts: ext/Makefile.am
* uridownloader: refactor gsturidownloader to its own libThiago Santos2013-05-071-0/+1
| | | | | gsturidownloader can be reused by other plugins, better have it into its own lib
* ladspa: improved port to gstreamer 1.0Juan Manuel Borges Caño2013-05-031-1/+1
| | | | Fixes: #698927
* aiff: port to 1.0Wim Taymans2013-04-181-2/+1
|
* configure: The quicktime wrapper plugin is not ported yet eitherSebastian Dröge2013-04-181-1/+1
|
* configure: The osxvideosrc plugin is called osx_videoSebastian Dröge2013-04-181-1/+1
|
* osxvideosrc: It's not ported to 1.0 yetSebastian Dröge2013-04-181-1/+1
|
* eagl: add ios window system option for eglgles configureThiago Santos2013-04-161-1/+10
|
* ios: unconditionally check if we are building for iOSThiago Santos2013-04-161-4/+2
| | | | Instead of only checking if applemedia is going to be built
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+23
|
* kate: port Kate subtitles to 1.0Brendan Long2013-04-151-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697071
* videofiltersbad: port to 1.0David Schleef2013-04-121-1/+1
|