summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2015-04-01vp8enc: Expose VP8 width/height limitations in the caps templateOlivier Crête1-1/+4
2015-03-09vp9enc: remove duplicate declaration of functionLuis de Bethencourt1-1/+0
2015-03-09vp[89]enc: Reset the encoder when flushingSebastian Dröge2-16/+71
2015-03-09pulsesink: Make sure to filter caps in all cases during CAPS queryArun Raghavan1-7/+7
2015-03-08souphttpclientsink: Implement cookies propertySebastian Dröge1-0/+10
2015-03-08souphttpclientsink: Implement automatic-redirect propertySebastian Dröge1-0/+2
2015-03-08souphttpclientsink: Implement proxy supportSebastian Dröge1-8/+22
2015-03-05vp[89]dec: Drop frames that have no output buffer because of errorsSebastian Dröge2-6/+6
2015-03-02vp8enc: Use 0 as duration for the EOS "frame"Sebastian Dröge1-1/+1
2015-03-02vp{8,9}enc: Tell the encoder about actual timestamps and durations of framesSebastian Dröge4-19/+72
2015-03-01vpxdec: Fix calculation of width in bytesNicolas Dufresne2-2/+4
2015-03-01vpxdec: Don't memcpy in frame map failedNicolas Dufresne2-0/+2
2015-02-19jack: case missing break statementLuis de Bethencourt1-0/+1
2015-02-17jack: Add property port-pattern to specify which JACK ports to connect tohark4-7/+70
2015-02-13pulsesink: Enhance code readability in pulsesink_queryJimmy Ohn1-4/+3
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge3-11/+19
2015-01-26pulsesink: Free format_info in query_getcapsJimmy Ohn1-2/+3
2015-01-21Constify some static arrays everywhereSebastian Dröge2-3/+4
2015-01-10pulsesink: uncork if needed upon commitMark Nauwelaerts1-0/+6
2014-12-30souphttpsrc: Don't return a buffer when returning not GST_FLOW_OKSebastian Dröge1-0/+12
2014-12-25gdkpixbufoverlay: add "positioning-mode" property to allow absolute positionsTim-Philipp Müller2-8/+78
2014-12-09vpXenc: CLOCK_TIME_NONE is not a valid min_latency valueThibault Saunier2-4/+2
2014-11-30gdkpixbufoverlay: add "pixbuf" propertyTim-Philipp Müller2-8/+48
2014-11-30gdkpixbuf: remove pixbufscale code that was never portedTim-Philipp Müller3-534/+0
2014-11-28apev2mux: write APE tags at end for wavpack filesTim-Philipp Müller1-2/+37
2014-11-22speex: remove support for ancient speex versionsTim-Philipp Müller2-8/+0
2014-11-22souphttpsrc: log connection events at info levelBranislav Katreniak1-6/+6
2014-11-12flacdec: set the channel positions using the appropriate APIVincent Penquerc'h1-18/+17
2014-11-10vpx: mark arnr-type properties as deprecated and set them to no-opAurélien Zanelli2-32/+8
2014-11-04pngdec: change parse logicVineeth T M2-24/+33
2014-11-02Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATEDTim-Philipp Müller1-3/+7
2014-11-01vpx: remove compatibility definesAurélien Zanelli1-17/+0
2014-11-01wavpack: remove support for ancient API versionTim-Philipp Müller3-20/+0
2014-10-30speexenc: update output segment stop time to match clipped samplesVincent Penquerc'h2-0/+30
2014-10-30flacenc: update output segment stop time to match clipped samplesVincent Penquerc'h2-0/+34
2014-10-28pulse, v4l2: add missing G_END_DECLS in some placesTim-Philipp Müller1-0/+2
2014-10-23pulse: remove some unused typedefsTim-Philipp Müller2-3/+1
2014-10-23speex: Fix segfault when resetting the codecs multiple timesAnanda2-0/+2
2014-10-22pulsesink: Temporarily disable stream status postingArun Raghavan1-6/+13
2014-10-02souphttpclientsink: Fix lifetime of stream headers and queued buffersNirbheek Chauhan1-4/+11
2014-10-02souphttpclientsink: Add some more useful debug loggingNirbheek Chauhan1-0/+4
2014-10-02souphttpclientsink: Free queued buffers in ::resetNirbheek Chauhan1-0/+3
2014-09-30vp8enc/vp9enc: Protect the encoder with a mutex in all situationsSebastian Dröge2-4/+10
2014-09-30vp9enc: Allow caps renegotiationSebastian Dröge1-9/+35
2014-09-30vp8enc: finish() and drain() should return a GstFlowReturnSebastian Dröge1-2/+2
2014-09-30vp8enc: Allow caps renegotiationJose Antonio Santos Cadenas1-8/+34
2014-09-30pulse: Add some documentation about threading and synchronisationArun Raghavan2-2/+29
2014-09-30pulsesink: Make emitting stream status messages synchronousArun Raghavan1-0/+16
2014-09-24Miscellaneous minor cleanupsSanjay NM1-1/+1
2014-09-16gdkpixbufdec: modify wrong packetized mode logicVineeth T M2-7/+15