summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-26WIP: vapoursynth: Plenty of fixesvapoursynthEdward Hervey2-41/+277
2015-03-25WIP vapoursynth: Add buffer processing, it's alive \o/Edward Hervey2-20/+264
2015-03-25WIP vapoursynth plugin wrapperEdward Hervey5-0/+642
2015-03-24dashdemux: set default @startNumber and also avoid wrong overwriteJun Xie1-2/+7
2015-03-24audioaggregator: check sink caps are validLuis de Bethencourt1-1/+5
2015-03-24Revert "audioaggregator: check sink caps are valid"Luis de Bethencourt1-1/+1
2015-03-24audioaggregator: check sink caps are validLuis de Bethencourt1-1/+1
2015-03-24opusenc: fall through switch statementLuis de Bethencourt1-0/+1
2015-03-24videoaggregator: Document why buffer_vinfo is neededNirbheek Chauhan1-0/+6
2015-03-24videoaggregator: Check if there's a previous buffer to 'keep'Nirbheek Chauhan1-2/+8
2015-03-24gl/dispmanx: surfaceless EGL context supportPhilippe Normand3-24/+85
2015-03-23gaudieffects: clean solarize codeLuis de Bethencourt1-13/+9
2015-03-23gaudieffects: removing values only used onceLuis de Bethencourt5-29/+21
2015-03-23gaudieffects: small cleanup in headersLuis de Bethencourt5-9/+0
2015-03-23opusenc: Set output format immediately after creating the encoder instanceSebastian Dröge1-17/+14
2015-03-23opusenc: Remove another unused variableSebastian Dröge2-5/+0
2015-03-23opusenc: Remove useless headers and header_sent variables from the instance s...Sebastian Dröge3-21/+8
2015-03-23opus: Handle sprop-stereo and sprop-maxcapturerate RTP caps fieldsSebastian Dröge2-1/+67
2015-03-23opusdec: Take channels and sample rate from the caps if we have no stream headerSebastian Dröge1-0/+16
2015-03-23opusdec: Reset the decoder if the caps changeSebastian Dröge1-0/+13
2015-03-23opusdec: Take output sample rate from the stream headers tooSebastian Dröge1-3/+2
2015-03-23opusheader: Put number of channels and sample rate into the capsSebastian Dröge1-1/+9
2015-03-22glwindow: remove unused gl_thread fieldJulien Isorce1-1/+0
2015-03-22gldisplay: fix GThread leakJulien Isorce1-0/+1
2015-03-21glimagesink: fix caps leakNicola Murino1-2/+5
2015-03-19srtpdec: Add support for buffer listJose Antonio Santos Cadenas1-1/+141
2015-03-19srtpenc: Do not drop all buffers in buffer list if one failsJose Antonio Santos Cadenas1-24/+66
2015-03-19gaudieffects: update copyright dates of dilateLuis de Bethencourt1-1/+1
2015-03-19gaudieffects: factorize transform code of dilateLuis de Bethencourt1-111/+54
2015-03-19dtls: Pass the connection instance as data to the thread poolSebastian Dröge1-5/+6
2015-03-19dtls: Remove unused thread struct fieldSebastian Dröge1-7/+0
2015-03-19dtls: Use a shared thread pool for the timeoutsSebastian Dröge3-91/+100
2015-03-18dtls: Shutdown timeout thread when it's not neededSebastian Dröge1-19/+27
2015-03-18gl/docs: update some doc commentsMatthew Waters7-10/+8
2015-03-18dtlsenc: Clear the queue when deactivating the padSebastian Dröge1-0/+2
2015-03-18dtlsenc: Handle pad activity states properlySebastian Dröge2-43/+32
2015-03-18dtlsenc: Don't manually activate/deactivate srcpadSebastian Dröge1-7/+9
2015-03-18srtpdec: Separate buffer encoding functionality into a different functionJose Antonio Santos Cadenas1-30/+52
2015-03-18srtpenc: Add support for buffer listJose Antonio Santos Cadenas1-1/+104
2015-03-18srtpenc: Add missing locksJose Antonio Santos Cadenas1-11/+21
2015-03-18srtpenc: Split chain functionality so it can be reused for buffer listJose Antonio Santos Cadenas1-41/+84
2015-03-18dtlsenc: Use a GQueue instead of a GPtrArraySebastian Dröge2-15/+12
2015-03-18dtlsdec: Fix lockingSebastian Dröge1-22/+38
2015-03-18dtlsdec: Add support for buffer listsSebastian Dröge1-13/+79
2015-03-18dtls: Fix some search & replace mistakes from renaming the elementsSebastian Dröge9-55/+55
2015-03-17srtpenc: Improve memory management on chain functionJose Antonio Santos Cadenas1-7/+4
2015-03-17srtpenc: Fix typo in logJose Antonio Santos Cadenas1-1/+1
2015-03-17dtls: Initialize debug category earlierSebastian Dröge1-3/+4
2015-03-16audiointerleave: Add unit testsOlivier Crête3-3/+876
2015-03-16audiointerleave: Set src caps in aggregateOlivier Crête2-105/+79