summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2016-02-08jpegdec: Don't pass the same data over and overNicolas Dufresne1-12/+6
2016-01-20vp8enc: Ensure that we always have valid frame user data before using itSebastian Dröge1-0/+14
2016-01-20vpxdec: Unref frame in all code paths of handle_frame()Sebastian Dröge1-4/+8
2016-01-20vpxenc: Unref frame on ERRORThibault Saunier1-0/+1
2016-01-16vp8enc: Return FLOW_ERROR when an error accuresThibault Saunier1-1/+2
2015-12-29vpxdec: Initialize buffer variable to NULLSebastian Dröge1-1/+1
2015-12-18dvdec: Remove unused fieldsRavi Kiran K N1-2/+0
2015-12-16dv1394: log error if failed to set socket status flagLuis de Bethencourt2-4/+12
2015-12-15vpx: Add missing headers in Makefile.amNicolas Dufresne1-2/+4
2015-12-15vpx: created common baseclass GstVPXEncPrashant Gotarne7-3849/+2273
2015-12-15vpxdec: Remove unneeded add video_metaNicolas Dufresne3-28/+5
2015-12-15vpx: created common base class GstVPXdec for vpx decodersPrashant Gotarne7-1378/+1029
2015-12-14souphttpsrc: Add GTlsInteraction propertyXavier Claessens2-3/+32
2015-12-04vpxdec: Use GstMemory to avoid copiesNicolas Dufresne4-13/+324
2015-11-18souphttpclientsink: Fix error leak and handle errorVineeth TM1-1/+8
2015-11-17vpxdec: Use threads on multi-core systemsNicolas Dufresne2-8/+16
2015-11-15shout2: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-16/+8
2015-11-15vp9enc: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-11-15vp8enc: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-11-15souphttpsrc: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-15/+7
2015-11-10jpegdec: fix output state memory leakVineeth TM1-0/+11
2015-11-05pulse: Don't leak caps and structures in the device providerNirbheek Chauhan1-0/+4
2015-10-14souphttpsrc: EOS immediately if we have an empty seek segmentSebastian Dröge1-7/+19
2015-10-14souphttpsrc: Make non-inclusive segment boundaries inclusiveStavros Vagionitis1-1/+3
2015-10-14souphttpclientsink: Add the retry and retry-delay propertiesGraham Leggett2-7/+82
2015-10-12souphttpclientsink: Check if soup message is createdVineeth TM1-0/+9
2015-10-12souphttpclientsink: Check if location being set is validVineeth TM1-0/+8
2015-10-12souphttpclientsink: Fix memory leaks during failuresVineeth TM1-0/+4
2015-10-12souphttpclientsink: Replace redundant free_buffer_list functionVineeth TM1-16/+8
2015-10-08gdkpixbufdec: Fix pixbuf_loader leak during failuresVineeth TM1-0/+5
2015-09-29gdkpixbufsink: don't leak old pixel buffer when setting a new overlayTim-Philipp Müller1-0/+3
2015-09-28flacenc: avoid potential string overflowTim-Philipp Müller1-2/+2
2015-09-26Fix some compiler warnings when building with G_DISABLE_ASSERTJan Schmidt1-4/+9
2015-08-21wavpackdec: fix taglist memory leakVineeth TM1-0/+1
2015-08-17flacenc: actually return true for accept-caps query handlingThiago Santos1-0/+1
2015-08-16flacenc: remove single entry if from loopThiago Santos1-12/+10
2015-08-16flacenc: implement proper accept-capsThiago Santos1-0/+37
2015-08-16flacenc: improve sink pad template capsThiago Santos1-63/+62
2015-08-16audioencoders: use template subset check for accept-capsThiago Santos2-0/+3
2015-08-16videoencoders: use template subset check for accept-capsThiago Santos4-0/+6
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos3-0/+9
2015-08-15videodecoders: use default pad accept-caps handlingThiago Santos4-0/+12
2015-08-15vp8enc, vp9enc: reset multipass file index when stopping encoderTim-Philipp Müller2-0/+8
2015-08-15vp9enc: provide support for multiple pass cache filesTim-Philipp Müller2-15/+37
2015-08-14vp8enc: provide support for multiple pass cache filesOleksij Rempel2-15/+38
2015-08-14souphttpsrc: remove unnecessary if, g_free is null safeThiago Santos1-2/+1
2015-08-14souphttpsrc: add property to set HTTP methodAlex Ashley2-2/+29
2015-08-04soup: fix typo in translated stringTim-Philipp Müller1-1/+1
2015-07-31souphttpsrc: handle empty http proxy stringEunhae Choi1-7/+6
2015-07-30dvdemux: remove unused variableRavi Kiran K N2-3/+0