summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2017-01-30motioncells: fix mingw buildNicola Murino1-1/+1
2017-01-09dash: Include debug of gstisoff on dashdemux categorySeungha Yang1-0/+3
2016-12-22hlsdemux: Extract ID3 tags, strip them from the output and provide them as tagsSebastian Dröge3-11/+28
2016-12-16gl/effects: use non-PBO GLMemory for internal texturesHaihua Hu1-1/+1
2016-12-07chromaprint: Fix compilation with chromaprint 1.4Sebastian Dröge1-1/+1
2016-12-07dtls: Set openssl's threadid the 1.0.x wayScott D Phillips1-4/+4
2016-11-28m3u8: Mark uri_join() function as staticSebastian Dröge1-1/+1
2016-11-27dash: Fix stripping of space at the beginning/end of durationsSebastian Dröge1-2/+2
2016-11-26hlsdemux: Handle GST_SEEK_TYPE_NONE seekEdward Hervey1-54/+62
2016-11-24dashdemux: Fix leak in gst_dash_demux_stream_freeSeungha Yang1-0/+4
2016-11-14dtlscertificate: Fix error checking in RSA_generate_key_ex() usageSebastian Dröge1-3/+4
2016-11-12hlsdemux: Fix NULL pointer dereference when checking if there is a next fragmentSebastian Dröge1-1/+1
2016-11-04dtls: Fix compiler warnings with openssl 1.1 or newerSebastian Dröge2-10/+19
2016-10-31hlsdemux: don't try to access non-existant iframe variantMichael Olbrich1-8/+10
2016-10-31timidity: add support for libtimidity-0.2.xsezero1-0/+4
2016-10-31dtls: port to OpenSSL 1.1.0Daiki Ueno2-9/+93
2016-10-27plugins: Use explicit type conversion from enumsNirbheek Chauhan2-4/+5
2016-10-27Explicitly define float constants as floatNirbheek Chauhan2-2/+2
2016-10-27Fix incorrect return type in several functionsNirbheek Chauhan4-5/+5
2016-10-27ext/gl: Don't define boolean on Windows with MSVCNirbheek Chauhan1-0/+3
2016-10-24meson: hls: Only build when any crypto_dep is foundScott D Phillips1-11/+13
2016-10-20dash: do not use invalid stream durationThiago Santos1-1/+2
2016-10-20dash: properly inherit segmentlist from periodThiago Santos1-4/+9
2016-10-19meson: gl: add support for building with dispmanx on the rpiMatthew Waters2-3/+6
2016-10-18qt: Fix failing build on RPISergey Borovkov1-0/+5
2016-10-13waylandsink: Properly configure internal poolArun Raghavan1-1/+1
2016-10-11hlsdemux: fix hls demux stream type inheritanceArnaud Vrac1-1/+1
2016-10-06opencv: Fix memory leak by gst_caps_to_stringJimmy Ohn1-1/+4
2016-10-05gluploadelement: fix leak of upload library objectMatthew Waters1-0/+15
2016-10-05vkdisplay: hold a weakref on the list of windowsMatthew Waters1-2/+33
2016-10-05vkdevice: only unref the gstcontext query if non-NULLMatthew Waters1-2/+2
2016-09-30waylandsink: Actually use buffer pool config after setting it upArun Raghavan1-2/+3
2016-09-29fix for https://bugzilla.gnome.org/show_bug.cgi?id=771871Sergey Mamonov1-6/+12
2016-09-29fdkaacenc: fix accessing freed memoryVincent Penquerc'h1-2/+6
2016-09-29fdkaacdec: avoid memory corruption on decoding errorVincent Penquerc'h2-5/+5
2016-09-29fdkaacenc: fix buffer leakVincent Penquerc'h1-0/+2
2016-09-28fdkaacenc: set framed=true on src capsVincent Penquerc'h1-1/+2
2016-09-27fdkaacenc: set transmux on the fdkaac libVincent Penquerc'h1-0/+6
2016-09-27fdkaacdec: do not error out of out of sync returnVincent Penquerc'h1-0/+6
2016-09-27fdkaac: fix error with AOT_MP2_AAC_LC removed from libfdkaac APIVincent Penquerc'h1-6/+2
2016-09-26fdkaac: fix mixup setting interleaved outputOlivier Crête1-2/+2
2016-09-24openjpegdec: Properly offset and shift for all formats when convertingSebastian Dröge1-133/+114
2016-09-23waylandsink: Don't leak GValues in getcapsNicolas Dufresne1-4/+5
2016-09-22waylandsink: Update our window size on configure eventNicolas Dufresne3-10/+26
2016-09-22waylandsink: Remove atomic operationNicolas Dufresne1-4/+7
2016-09-22waylandsink: Do not pre-configure proposed poolNicolas Dufresne1-12/+15
2016-09-22waylandsink: Properly draw black border in absence of viewporterNicolas Dufresne2-36/+60
2016-09-21waylandsink: Destroy viewporter when doneNicolas Dufresne1-0/+3
2016-09-21waylandsink: Port to vmeta and GstVideoFrameNicolas Dufresne1-4/+43
2016-09-21waylandsink: Don't propose multiple time the same buffer poolNicolas Dufresne1-7/+18