summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* openjpeg: guard against invalid memory access on crafted filesVincent Penquerc'h2017-06-121-0/+3
* openjpegdec: fix display artifacts for RGB 8-bitAaron Boxer2017-06-121-5/+4
* qt: Use GST_GL_HAVE_PLATFORM_CGL instead of GST_GL_HAVE_PLATFORM_COCOASimon Himmelbauer2017-05-291-4/+4
* dashdemux: Handle current SIDX before current position in normal mode like in...Sebastian Dröge2017-05-081-4/+9
* webrtcechoprobe: return from _read() early if the probe is not configured yetGeorge Kiagiadakis2017-03-291-1/+2
* waylandsink: consider buffer size when copying to wl shm poolFabien Dessenne2017-02-221-6/+8
* hlsdemux: Fix GHashTable leakSeungha Yang2017-02-221-0/+4
* GstGLSinkBin: fixed sink property leakJuan Pablo Ugarte2017-02-191-26/+24
* vkwindow: fix build error on i386Matthew Waters2017-02-021-2/+2
* motioncells: fix mingw buildNicola Murino2017-01-301-1/+1
* dash: Include debug of gstisoff on dashdemux categorySeungha Yang2017-01-091-0/+3
* hlsdemux: Extract ID3 tags, strip them from the output and provide them as tagsSebastian Dröge2016-12-223-11/+28
* gl/effects: use non-PBO GLMemory for internal texturesHaihua Hu2016-12-161-1/+1
* chromaprint: Fix compilation with chromaprint 1.4Sebastian Dröge2016-12-071-1/+1
* dtls: Set openssl's threadid the 1.0.x wayScott D Phillips2016-12-071-4/+4
* m3u8: Mark uri_join() function as staticSebastian Dröge2016-11-281-1/+1
* dash: Fix stripping of space at the beginning/end of durationsSebastian Dröge2016-11-271-2/+2
* hlsdemux: Handle GST_SEEK_TYPE_NONE seekEdward Hervey2016-11-261-54/+62
* dashdemux: Fix leak in gst_dash_demux_stream_freeSeungha Yang2016-11-241-0/+4
* dtlscertificate: Fix error checking in RSA_generate_key_ex() usageSebastian Dröge2016-11-141-3/+4
* hlsdemux: Fix NULL pointer dereference when checking if there is a next fragmentSebastian Dröge2016-11-121-1/+1
* dtls: Fix compiler warnings with openssl 1.1 or newerSebastian Dröge2016-11-042-10/+19
* hlsdemux: don't try to access non-existant iframe variantMichael Olbrich2016-10-311-8/+10
* timidity: add support for libtimidity-0.2.xsezero2016-10-311-0/+4
* dtls: port to OpenSSL 1.1.0Daiki Ueno2016-10-312-9/+93
* plugins: Use explicit type conversion from enumsNirbheek Chauhan2016-10-272-4/+5
* Explicitly define float constants as floatNirbheek Chauhan2016-10-272-2/+2
* Fix incorrect return type in several functionsNirbheek Chauhan2016-10-274-5/+5
* ext/gl: Don't define boolean on Windows with MSVCNirbheek Chauhan2016-10-271-0/+3
* meson: hls: Only build when any crypto_dep is foundScott D Phillips2016-10-241-11/+13
* dash: do not use invalid stream durationThiago Santos2016-10-201-1/+2
* dash: properly inherit segmentlist from periodThiago Santos2016-10-201-4/+9
* meson: gl: add support for building with dispmanx on the rpiMatthew Waters2016-10-192-3/+6
* qt: Fix failing build on RPISergey Borovkov2016-10-181-0/+5
* waylandsink: Properly configure internal poolArun Raghavan2016-10-131-1/+1
* hlsdemux: fix hls demux stream type inheritanceArnaud Vrac2016-10-111-1/+1
* opencv: Fix memory leak by gst_caps_to_stringJimmy Ohn2016-10-061-1/+4
* gluploadelement: fix leak of upload library objectMatthew Waters2016-10-051-0/+15
* vkdisplay: hold a weakref on the list of windowsMatthew Waters2016-10-051-2/+33
* vkdevice: only unref the gstcontext query if non-NULLMatthew Waters2016-10-051-2/+2
* waylandsink: Actually use buffer pool config after setting it upArun Raghavan2016-09-301-2/+3
* fix for https://bugzilla.gnome.org/show_bug.cgi?id=771871Sergey Mamonov2016-09-291-6/+12
* fdkaacenc: fix accessing freed memoryVincent Penquerc'h2016-09-291-2/+6
* fdkaacdec: avoid memory corruption on decoding errorVincent Penquerc'h2016-09-292-5/+5
* fdkaacenc: fix buffer leakVincent Penquerc'h2016-09-291-0/+2
* fdkaacenc: set framed=true on src capsVincent Penquerc'h2016-09-281-1/+2
* fdkaacenc: set transmux on the fdkaac libVincent Penquerc'h2016-09-271-0/+6
* fdkaacdec: do not error out of out of sync returnVincent Penquerc'h2016-09-271-0/+6
* fdkaac: fix error with AOT_MP2_AAC_LC removed from libfdkaac APIVincent Penquerc'h2016-09-271-6/+2
* fdkaac: fix mixup setting interleaved outputOlivier Crête2016-09-261-2/+2