Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gst-plugins: allow per feature registration | Stéphane Cerveau | 2021-04-11 | 4 | -8/+45 |
| | | | | | | | | | | | | | Split plugin into features including dynamic types which can be indiviually registered during a static build. More details here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2110> | ||||
* | meson: add update-orc-dist target | Tim-Philipp Müller | 2020-07-04 | 1 | -0/+1 |
| | | | | | | Add target to update backup orc -dist.[ch] files. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1408> | ||||
* | documentation: fixed a heap o' typos | Aaron Boxer | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | Remove autotools build system | Tim-Philipp Müller | 2019-10-14 | 1 | -21/+0 |
| | |||||
* | docs: Build documentation with hotdoc | Thibault Saunier | 2019-05-13 | 1 | -0/+1 |
| | |||||
* | meson: Replace empty configuration_data() with copy keyword | Seungha Yang | 2018-10-17 | 1 | -2/+2 |
| | | | | | | | | Use 'copy' keyword to avoid meson warning message. Note that 'copy' keyword in configure_file() is available since meson 0.47.0 https://bugzilla.gnome.org/show_bug.cgi?id=797298 | ||||
* | Meson: Generate pc file for all plugins in bad | Xavier Claessens | 2018-04-25 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=794568 | ||||
* | Update ORC fallback disted code | Edward Hervey | 2018-02-14 | 1 | -66/+66 |
| | |||||
* | Remove plugin specific static build option | Nicolas Dufresne | 2017-05-16 | 1 | -1/+0 |
| | | | | | Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient. | ||||
* | docs: Port all docstring to gtk-doc markdown | Thibault Saunier | 2017-04-12 | 1 | -0/+1 |
| | |||||
* | bayer: fix stride inconsistencies for odd widths | Tim-Philipp Müller | 2016-11-01 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | Consistently use GST_ROUND_UP_4(width) as stride for bayer buffers. Bayer data will usually come in widths that are multiples of 4 anyway, so hopefully this should not have any adverse impact on anyone in practice. Before, bayer2rgb required input buffers to are sized accordingly, but then didn't actually round up when calculating row offsets. rgb2bayer didn't use a rounded stride nor buffer size. https://bugzilla.gnome.org/show_bug.cgi?id=752014 | ||||
* | bayer: fix _transform_caps method to preserve fields in given caps | Joan Pau Beltran | 2016-10-14 | 2 | -60/+47 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=758717 | ||||
* | Add support for Meson as alternative/parallel build system | Nirbheek Chauhan | 2016-08-20 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/mesonbuild/meson With contributions from: Tim-Philipp Müller <tim@centricular.com> Matej Knopp <matej.knopp@gmail.com> Jussi Pakkanen <jpakkane@gmail.com> (original port) Highlights of the features provided are: * Faster builds on Linux (~40-50% faster) * The ability to build with MSVC on Windows * Generate Visual Studio project files * Generate XCode project files * Much faster builds on Windows (on-par with Linux) * Seriously fast configure and building on embedded ... and many more. For more details see: http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html Building with Meson should work on both Linux and Windows, but may need a few more tweaks on other operating systems. | ||||
* | plugins: Use stdint.h instead of _stdint.h | Nirbheek Chauhan | 2016-08-19 | 1 | -1/+5 |
| | | | | | | _stdint.h is generated by Autotools and we don't really need it. All supported platforms now ship with stdint.h. The only stickler was MSVC, and since Visual Studio 2015 it also ships stdint.h now. | ||||
* | bad: use new gst_element_class_add_static_pad_template() | Vineeth TM | 2016-03-24 | 1 | -4/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=763081 | ||||
* | rgb2bayer: Use mapped frame stride | Nicolas Dufresne | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | rgb2bayer: Protect against failing map | Nicolas Dufresne | 2015-08-06 | 1 | -2/+12 |
| | |||||
* | bayer2rgb: Read stride from the video info | Nicolas Dufresne | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | bayer2rgb: Protect against failing map | Nicolas Dufresne | 2015-08-06 | 1 | -2/+13 |
| | |||||
* | bayer: update ORC files | Wim Taymans | 2015-06-22 | 1 | -616/+760 |
| | | | | Update ORC files with newest ORC to fix backup code generation error. | ||||
* | Release 1.5.11.5.1 | Sebastian Dröge | 2015-06-07 | 1 | -720/+592 |
| | |||||
* | Remove obsolete Android build cruft | Tim-Philipp Müller | 2015-04-26 | 1 | -17/+0 |
| | | | | This is not needed any longer. | ||||
* | bayer2rgb: take into account filter in transform_caps function | Tim-Philipp Müller | 2014-12-22 | 1 | -2/+12 |
| | | | | | | | | Fixes criticals when filter caps are passed. Also fix wrong GST_DEBUG_OBJECT use. https://bugzilla.gnome.org/show_bug.cgi?id=741863 | ||||
* | Release 1.3.21.3.2 | Sebastian Dröge | 2014-05-21 | 1 | -79/+68 |
| | |||||
* | bayer: fix unused variable | Wim Taymans | 2014-05-20 | 1 | -4/+2 |
| | |||||
* | Release 1.3.11.3.1 | Sebastian Dröge | 2014-05-03 | 1 | -2/+2 |
| | |||||
* | Release 1.1.41.1.4 | Sebastian Dröge | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | Release 1.1.2 | Sebastian Dröge | 2013-07-12 | 1 | -1/+1 |
| | | | | Oops... should've been part of 1.1.2 tag already :( | ||||
* | Release 1.1.11.1.1 | Sebastian Dröge | 2013-06-05 | 2 | -0/+367 |
| | |||||
* | gst: Add better support for static plugins | Sebastian Dröge | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Fix FSF address | Tim-Philipp Müller | 2012-11-04 | 4 | -8/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520 | ||||
* | Use gst_element_class_set_static_metadata() | Tim-Philipp Müller | 2012-10-17 | 2 | -2/+2 |
| | | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there. | ||||
* | replace gst_element_class_set_details_simple with gst_element_class_set_metadata | Mark Nauwelaerts | 2012-09-14 | 2 | -2/+2 |
| | |||||
* | bayer: prefix orc functions with bayer_orc | Wim Taymans | 2012-07-24 | 4 | -100/+100 |
| | | | | Add bayer orc to the unit test | ||||
* | Release 0.11.92RELEASE-0.11.92 | Sebastian Dröge | 2012-06-07 | 1 | -30/+70 |
| | |||||
* | bayer: fix output frame map | Wim Taymans | 2012-06-06 | 1 | -1/+1 |
| | |||||
* | Release 0.11.90RELEASE-0.11.90 | Sebastian Dröge | 2012-04-12 | 1 | -10/+10 |
| | |||||
* | gst: Update for GST_PLUGIN_DEFINE() API changes | Sebastian Dröge | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | gst: Update versioning | Sebastian Dröge | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | x-raw-bayer -> x-bayer | Wim Taymans | 2012-03-05 | 2 | -9/+9 |
| | |||||
* | bayer: Intersect transformed caps with filter | Olivier Crête | 2012-01-25 | 1 | -0/+6 |
| | |||||
* | port to new memory API | Wim Taymans | 2012-01-25 | 2 | -6/+9 |
| | |||||
* | Merge branch 'master' into 0.11 | Wim Taymans | 2011-11-07 | 1 | -0/+1 |
|\ | |||||
| * | Fix missing sources on bayer's buildsystem androgenizer call | Reynaldo H. Verdejo Pinochet | 2011-11-04 | 1 | -0/+1 |
| | | |||||
* | | caps: update for new API | Wim Taymans | 2011-11-02 | 1 | -2/+2 |
| | | |||||
* | | kate, bayer, tsdemux: update for caps and taglist API changes | Tim-Philipp Müller | 2011-10-31 | 1 | -1/+1 |
| | | |||||
* | | bayer2rgb: Fix pad template caps | Edward Hervey | 2011-10-17 | 1 | -1/+1 |
| | | |||||
* | | bayer: port to 0.11 | Wim Taymans | 2011-10-16 | 3 | -167/+83 |
|/ | |||||
* | bayer: back around compiler warnings in orc-generated code by disabling ↵ | Tim-Philipp Müller | 2011-08-02 | 1 | -0/+3 |
| | | | | | | -Werror for this plugin https://bugzilla.gnome.org/show_bug.cgi?id=652677 | ||||
* | bayer2rgb: Convert to Orc | David Schleef | 2011-05-30 | 5 | -258/+3638 |
| | | | | | | | Seriously faster. Algorithm is nearly the same as bilinear, which given the speed of this code, should be considered the baseline of quality. Speed appears to be limited by memory bandwidth, so I didn't bother trying to make it any faster. |