summaryrefslogtreecommitdiff
path: root/ext/libde265
Commit message (Collapse)AuthorAgeFilesLines
* libde265: allow per feature registrationStéphane Cerveau2021-03-233-17/+5
| | | | | | | | | | | | | 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/2038>
* Remove autotools build systemTim-Philipp Müller2019-10-141-14/+0
|
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
|
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+1
| | | | | | | The only plugins remaining are those that haven't been ported to Meson yet, and msdk. Also, the tests are still automagic. https://bugzilla.gnome.org/show_bug.cgi?id=795107
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=794568
* de265: Don't leak CodecStateEdward Hervey2017-11-211-0/+1
| | | | | | Unref it in error case CID #1417220
* plugin: Rename libde265 to de265 for consistencyEdward Hervey2017-09-051-5/+5
| | | | And avoids it being blacklisted
* de265: Fix plugin name to match new plugin naming conventionThibault Saunier2017-08-031-1/+1
|
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-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 markdownThibault Saunier2017-04-121-3/+3
|
* gst: Don't declare variables inside the for loop headerSebastian Dröge2016-12-131-1/+2
| | | | This is a C99 feature.
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763081
* Update GLib dependency to 2.40.0Sebastian Dröge2015-10-021-52/+0
|
* videodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
| | | | | | | | Avoids useless check of downstream caps when handling an accept-caps query Elements: daaladec, libde265dec, openjpegdec, rsvgdec, schrodec, webpdec, pnmdec, vmncdec, openexrdec
* libde265dec: fix up plugin name and decoder descriptionTim-Philipp Müller2015-06-042-3/+3
|
* de265dec: use g_get_num_processors() if availableTim-Philipp Müller2015-04-281-36/+48
| | | | | | | | | And provide home-made fallback for older GLib versions, so that we can later find these and remove them when we bump the GLib requirement (which is certainly going to happen before 2.0). https://bugzilla.gnome.org/show_bug.cgi?id=748495
* libde265: W32 thread count supportРуслан Ижбулатов2015-04-271-0/+27
| | | | | | | This code is imported from GLib g_get_num_processors(). This function was added in 2.36 but we depend on 2.32. https://bugzilla.gnome.org/show_bug.cgi?id=748495
* libde265: Fix format string for gsizeРуслан Ижбулатов2015-04-271-5/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=748496
* libde265: Change rank to SECONDARY, gst-libav has PRIMARY rankSebastian Dröge2014-10-141-1/+1
|
* Integrate libde265 into gst-plugins-bad.Joachim Bauch2014-10-144-0/+1022