summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: Add new API to .def fileSebastian Dröge2016-04-211-0/+4
* player: Add support for multiview settingsBarun Kumar Singh2016-04-216-2/+146
* applemedia: vtenc: fix build break on iOSHyunjun Ko2016-04-211-1/+1
* dvbsrc: add test for invalid DVB-T2 bandwidthReynaldo H. Verdejo Pinochet2016-04-201-0/+7
* dvbsrc: warn on wrong DVB-T2 stream ID valueReynaldo H. Verdejo Pinochet2016-04-201-0/+4
* applemedia: vtenc: Fix a warning by weak-link symbolHyunjun Ko2016-04-201-0/+6
* gl: caopengllayersink: fix a minor warningHyunjun Ko2016-04-201-1/+0
* gl/cocoa: Fix incompatible type warningHyunjun Ko2016-04-201-1/+1
* d3dvideosink: Don't include deprecated and unavailable d3dx9tex.hNirbheek Chauhan2016-04-191-1/+0
* kmssink: add sync support for secondary pipesPhilipp Zabel2016-04-192-4/+14
* glimagesink: Fix indentationSebastian Dröge2016-04-191-1/+1
* glimagesink: need to clean window_id when state change form READY to NULLHaihua Hu2016-04-191-0/+2
* videoaggregator: plug caps leakThiago Santos2016-04-181-3/+4
* videoaggregator: properly handle interlace-mode restrictionsThiago Santos2016-04-182-9/+217
* dtsl: add some documentationRaffaele Rossi2016-04-181-0/+153
* gl/caopengllayersink: Actually unset caps_change flag after resizeHeinrich Fink2016-04-181-1/+1
* gl/caopengllayer: Apply layer.contentsScale to viewport dimsHeinrich Fink2016-04-181-2/+3
* mpegtsmux: Remove an unnecessary check for NULL before g_freeJan Schmidt2016-04-161-4/+2
* Drop usage of 'overlayed' to mean 'overlaid'Reynaldo H. Verdejo Pinochet2016-04-152-2/+2
* dvbsrc: show invalid delsys/mod combination if foundReynaldo H. Verdejo Pinochet2016-04-151-1/+2
* dvbsrc: add modulation check for ATSCReynaldo H. Verdejo Pinochet2016-04-151-0/+4
* dvbsrc: do not autodetect delsys twiceReynaldo H. Verdejo Pinochet2016-04-151-1/+9
* srtpdec: also check for "roc" in capsAleix Conchillo Flaqué2016-04-151-0/+1
* codecparsers: mpegvideo: Parse more slice header fieldsSreerenj Balachandran2016-04-152-4/+15
* codecparsers: mpegvideo: Add vbv_delay field to PictureHeaderSreerenj Balachandran2016-04-152-2/+3
* codecparsers: mpegvideo: Add more fields to the GstMpegVideoSequenceHdrSreerenj Balachandran2016-04-152-5/+8
* Automatic update of common submoduleJulien Isorce2016-04-142-1/+1
* mpegtsmux: free pad_data->language before g_strdup in order to avoid memory leakDamian Ziobro2016-04-141-0/+4
* applemedia: GstCoreVideoMeta in the plugin using only public API has no ctx m...Sebastian Dröge2016-04-131-1/+0
* applemedia: GstCoreMediaMeta in the plugin using only public API has no ctx m...Sebastian Dröge2016-04-131-1/+0
* meta: Initialize all remaining metas in their init functionSebastian Dröge2016-04-132-2/+25
* meta: Initialize all GstMeta fieldsSebastian Dröge2016-04-135-3/+52
* dvbsrc: avoid redundant delsys queryingReynaldo H. Verdejo Pinochet2016-04-121-19/+22
* dvb/parsechannels: add information to file not found errorReynaldo H. Verdejo Pinochet2016-04-121-1/+1
* gl/cocoa/eagl: don't leak GThread's when dispatching messagesMatthew Waters2016-04-132-2/+8
* gltestsrc: don't dereference null pointerLuis de Bethencourt2016-04-121-1/+1
* mpegtsbase: Fix when applying new PMT with same program numberJan Schmidt2016-04-121-2/+3
* glupload: keep the parent buffer around when converting EGLImage to 2D texturesMatthew Waters2016-04-121-4/+2
* glbasemixer: chain up to the parent implementationMatthew Waters2016-04-121-1/+1
* vulkan: prettify the various versions in the debug outputMatthew Waters2016-04-121-4/+8
* openh264dec: minor clean-upsTim-Philipp Müller2016-04-111-52/+4
* openh264: remove unnecessary instance private structuresTim-Philipp Müller2016-04-114-214/+187
* openh264: fix indentationTim-Philipp Müller2016-04-112-16/+22
* kmssink: enable UYVY, YUY2, and YVYU (interleaved YUV 4:2:2) formatsPhilipp Zabel2016-04-111-2/+3
* kmssink: enable NV16 (chroma-interleaved YUV 4:2:2) formatPhilipp Zabel2016-04-111-0/+1
* kmssink: enable Y42B (planar YUV 4:2:2) formatPhilipp Zabel2016-04-111-0/+1
* kmssink: keep last rendered buffer in memoryVíctor Manuel Jáquez Leal2016-04-112-0/+4
* kmssink: wait for page flip or vblankVíctor Manuel Jáquez Leal2016-04-112-8/+115
* kmssink: add dmabuf supportVíctor Manuel Jáquez Leal2016-04-116-29/+266
* kmssink: calculate display ratioVíctor Manuel Jáquez Leal2016-04-113-2/+125