summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-20tests: fix lib and cflags order in Makefile.am1.8Tim-Philipp Müller1-17/+15
2016-11-20applemedia: error out if the uri property is not setMatthew Waters1-0/+6
2016-11-20vmncdec: Sanity-check width/height before using itSebastian Dröge1-1/+5
2016-11-14dtlscertificate: Fix error checking in RSA_generate_key_ex() usageSebastian Dröge1-3/+4
2016-11-12dtls: Fix compiler warnings with openssl 1.1 or newerSebastian Dröge2-10/+19
2016-11-12dtls: port to OpenSSL 1.1.0Daiki Ueno2-9/+93
2016-11-12dtls: Use unique names for internal elements to ease debuggingSantiago Carot-Nemesio2-6/+6
2016-11-01tsdemux: handle a NULL name in DVB short event descriptorGraham Leggett1-6/+16
2016-10-25mpegtsmux: fix buffer size mismatch in M2TS modeVincent Penquerc'h1-1/+25
2016-09-30decklink: Fix-up last commit that was not meant to be pushed yetSebastian Dröge2-29/+31
2016-09-30decklink: Require a clock when going from PAUSED_TO_PLAYING and don't crash i...Sebastian Dröge2-33/+77
2016-09-30Revert "decklinkvideosink: Scale down scheduled frame times to milliseconds"Sebastian Dröge1-6/+1
2016-09-30player: Don't change state to PLAYING immediately if a seek is pendingSebastian Dröge1-1/+2
2016-09-30openjpegdec: Properly offset and shift for all formats when convertingSebastian Dröge1-133/+114
2016-09-30h265parse: Fix parsing of multiple NALs in the hvcC boxKyungyong Kim1-1/+2
2016-09-23configure: fix --disable-externalTim-Philipp Müller1-0/+1
2016-09-14dvbsuboverlay: map with READWRITE for overlay blendHyunjun Ko1-1/+1
2016-09-01applemedia: Conditionally compile qtkitvideosrcSebastian Dröge3-3/+17
2016-09-01decklinkvideosink: Scale down scheduled frame times to millisecondsSebastian Dröge1-1/+6
2016-08-19Release 1.8.31.8.3Sebastian Dröge82-616/+714
2016-08-19Update .po filesSebastian Dröge40-40/+40
2016-08-17avfassetsrc: Don't escape the URI another time in another location tooSergei Saveliev1-5/+2
2016-08-16aiffparse: keep end_offset when seekingBernhard Miller1-0/+9
2016-08-16dvdspu: don't crash if video frame could not be mappedTim-Philipp Müller1-1/+3
2016-08-16amc: Fix call to realloc() to allocate the correct size of itemsSebastian Dröge1-1/+2
2016-08-16amc: If we find multiple codecs with the same name, just merge themSebastian Dröge1-3/+35
2016-08-16amc: Use a GQueue for O(1) append instead of a GListSebastian Dröge1-6/+6
2016-08-16amc: Print generated raw/encoded caps in debug logsSebastian Dröge1-0/+4
2016-08-16glcontext: fix get_current_gl_api() on win32Matthew Waters1-2/+2
2016-08-16qt: Disable qmlglsrc element in 1.8Jan Schmidt2-8/+1
2016-08-16qt: Use wglShareLists() workaround unconditionally.Jan Schmidt1-2/+6
2016-08-16qt: Move debug statement to after the category initJan Schmidt1-2/+1
2016-08-16qt: implement qmlglsrc for qml view grabHaihua Hu9-161/+1401
2016-08-16qt: fix build some more when QPA is not availableTim-Philipp Müller2-2/+1
2016-08-16qmlglsink: Fix build error when don't have QPA installed.Haihua Hu2-3/+6
2016-08-16qmlglsink: add win32 supportMatthew Waters2-41/+91
2016-08-16qml: Enable qmlglsink for eglfsSergey Borovkov3-21/+34
2016-08-16qmlglsink: propagate GL context creation failure upwardsMatthew Waters1-2/+8
2016-08-16qmlglsink: also allow wayland-egl as a platform nameMatthew Waters1-1/+4
2016-08-16qmlglsink: Add Wayland supportHaihua Hu3-0/+16
2016-08-16bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-08-16winks: Fix RGB frame flipping and postprocessingJan Schmidt5-14/+32
2016-08-16winks: Give the ksvideosrc PRIMARY rankJan Schmidt1-1/+1
2016-08-16winks: Fix swapped RGBx/RGB caps mapping, and endianness.Jan Schmidt1-3/+3
2016-08-16winks: Port to MSVC and pretend to be Windows XPNirbheek Chauhan3-2/+9
2016-08-13openh264: fix up for API changes in v1.6.0Tim-Philipp Müller3-12/+47
2016-08-13g-i: pass compiler env to g-ir-scannerTim-Philipp Müller4-1/+6
2016-07-26tests: adaptivedemux: only check for data length after seekThiago Santos2-0/+21
2016-07-26adaptivedemux: Add more safeguards around state changes.Jan Schmidt2-3/+59
2016-07-26adaptivedemux: More locking/switching fixesJan Schmidt1-0/+5