summaryrefslogtreecommitdiff
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* photography: GST_EXPORT -> GST_PHOTOGRAPHY_APITim-Philipp Müller2018-03-131-0/+0
| | | | | | We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT.
* Automatic update of common submoduleMatthew Waters2017-12-141-0/+0
| | | | From e8c7a71 to 3fa2c9e
* Automatic update of common submoduleMatthew Waters2017-11-271-0/+0
| | | | From 3f4aa96 to e8c7a71
* Automatic update of common submoduleTim-Philipp Müller2017-08-171-0/+0
| | | | From 29046b8 to 3f4aa96
* photography: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller2017-07-181-0/+0
|
* Automatic update of common submoduleTim-Philipp Müller2017-04-241-0/+0
| | | | From 60aeef6 to 48a5d85
* Automatic update of common submoduleTim-Philipp Müller2017-04-101-0/+0
| | | | From 39ac2f5 to 60aeef6
* Automatic update of common submoduleEdward Hervey2016-12-031-0/+0
| | | | From d015674 to 39ac2f5
* common: sync to latest revisionTim-Philipp Müller2016-10-121-0/+0
| | | | Fixes accidental common change when commit patch.
* hlsdemux: fix hls demux stream type inheritanceArnaud Vrac2016-10-111-0/+0
| | | | | | | GstHLSDemuxStream inherits GstAdaptiveDemuxStream, not GstAdaptiveDemux. Fixes memory corruption issues. https://bugzilla.gnome.org/show_bug.cgi?id=772704
* Automatic update of common submoduleJan Schmidt2016-09-101-0/+0
| | | | From b18d820 to f980fd9
* Automatic update of common submoduleJan Schmidt2016-09-101-0/+0
| | | | From 2c31690 to b18d820
* Update common submoduleTim-Philipp Müller2016-07-251-0/+0
| | | | For 'make update-exports' changes
* Automatic update of common submoduleStefan Sauer2016-07-111-0/+0
| | | | From f363b32 to f49c55e
* Automatic update of common submoduleNicolas Dufresne2016-06-211-0/+0
| | | | From ac2f647 to f363b32
* Automatic update of common submoduleJulien Isorce2016-04-141-0/+0
| | | | From 6f2d209 to ac2f647
* Automatic update of common submoduleSebastian Dröge2016-02-261-0/+0
| | | | From a253974 to 6f2d209
* Update common: make check-exports not fail for libgstgl.defTim-Philipp Müller2016-02-161-0/+0
| | | | Should fix distcheck on some build bots.
* Automatic update of common submoduleThiago Santos2016-02-051-0/+0
| | | | From e97c9bb to b64f03f
* Update commonSebastian Dröge2015-12-231-0/+0
|
* configure: Use -Bsymbolic-functions if availableSebastian Dröge2015-12-211-0/+0
| | | | | While this is more useful for libraries, some of our plugins with multiple files and some internal API can also benefit from this.
* revert common submodule changeMatthew Waters2015-12-171-0/+0
| | | | 8ae003326157438c12c45589e050c5f446723f61 contained a erroneous common change
* applemedia: vtdec: switch to IOSurface on MacAlessandro Decina2015-12-161-0/+0
| | | | | | | Switch to using IOSurface instead of CVOpenGLTextureCache on OSX. The latter can't be used anymore to do YUV => RGB with opengl3 on El Capitan as GL_YCBCR_422_APPLE has been removed from the opengl3 driver. Also switch to NV12 from UYVY, which was the only YUV format supported by CVOpenGLTextureCache.
* revert common submodule changeMatthew Waters2015-12-121-0/+0
|
* gltransformation: clear to transparentMatthew Waters2015-12-121-0/+0
| | | | | Otherwise composition will result in a black frame outside the transformed video.
* Automatic update of common submoduleNicolas Dufresne2015-12-071-0/+0
| | | | From b319909 to 86e4663
* Automatic update of common submoduleTim-Philipp Müller2015-10-211-0/+0
| | | | From b99800a to b319909
* Automatic update of common submoduleSebastian Dröge2015-10-211-0/+0
| | | | From 9aed1d7 to b99800a
* Automatic update of common submoduleStefan Sauer2015-07-031-0/+0
| | | | From f74b2df to 9aed1d7
* Automatic update of common submoduleNicolas Dufresne2015-06-161-0/+0
| | | | From 6015d26 to f74b2df
* Automatic update of common submoduleEdward Hervey2015-06-091-0/+0
| | | | From d9a3353 to 6015d26
* Automatic update of common submoduleStefan Sauer2015-06-081-0/+0
| | | | From d37af32 to d9a3353
* Automatic update of common submoduleStefan Sauer2015-06-071-0/+0
| | | | From 21ba2e5 to d37af32
* Automatic update of common submoduleStefan Sauer2015-06-071-0/+0
| | | | From c408583 to 21ba2e5
* Automatic update of common submoduleStefan Sauer2015-06-071-0/+0
| | | | From d676993 to c408583
* tests: Use AM_TESTS_ENVIRONMENTEdward Hervey2015-04-081-0/+0
| | | | Needed by the new automake test runner
* Automatic update of common submoduleTim-Philipp Müller2015-04-031-0/+0
| | | | From bc76a8b to c8fb372
* Undo accidental common module rewindTim-Philipp Müller2015-02-031-0/+0
| | | | in commit 7d463576
* gstglwindow_cocoa: fix slow render rateAlessandro Decina2015-02-031-0/+0
| | | | | | | | | | In gst_gl_window_cocoa_draw we used to just call setNeedsDisplay:YES. That was creating an implicit CA transaction which was getting committed at the next runloop iteration. Since we don't know how often the main runloop is running, and when we run it implicitly (from gst_gl_window_cocoa_nsapp_iteration) we only do so every 200ms, use an explicit CA transaction instead and commit it immediately. CA transactions nest and debounce automatically so this will never result in extra work.
* Automatic update of common submoduleStefan Sauer2015-01-121-0/+0
| | | | From f2c6b95 to bc76a8b
* Automatic update of common submoduleSebastian Dröge2014-12-181-0/+0
| | | | From ef1ffdc to f2c6b95
* Automatic update of common submoduleEdward Hervey2014-11-271-0/+0
| | | | From f32cfcd to ef1ffdc
* build: Use newer AX_PTHREAD instead of ACX_PTHREADArun Raghavan2014-11-261-0/+0
|
* Automatic update of common submoduleSebastian Dröge2014-10-271-0/+0
| | | | From 84d06cd to 7bb2bce
* Automatic update of common submoduleTim-Philipp Müller2014-10-211-0/+0
| | | | From a8c8939 to 84d06cd
* Automatic update of common submoduleStefan Sauer2014-10-211-0/+0
| | | | From 36388a1 to a8c8939
* Makefile: Add usage of build-checks stepEdward Hervey2014-07-311-0/+0
| | | | Allows building checks without running them
* Release 1.3.21.3.2Sebastian Dröge2014-05-211-0/+0
|
* Automatic update of common submoduleSebastian Dröge2014-05-211-0/+0
| | | | From 211fa5f to 1f5d3c3
* Automatic update of common submoduleSebastian Dröge2014-05-031-0/+0
| | | | From bcb1518 to 211fa5f