summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* aggregator: Query latency on first incoming buffer.Olivier Crête2015-04-013-70/+92
* audiomixer: Allow downstream caps with a non-default channel-maskOlivier Crête2015-04-012-2/+29
* glvideomixer: Don't use context if not presentEdward Hervey2015-03-311-6/+8
* introspection: Don't use g-ir-scanner cache at compile timeEdward Hervey2015-03-313-3/+3
* directsoundsrc: Implement volume and muteVictor Toso2015-03-314-5/+279
* gleffects: port all effects to GLES2.0Anton Obzhirov2015-03-3022-526/+812
* hlssink: implement a chain_list to request key unit for segmentsThiago Santos2015-03-301-7/+49
* mxfdemux: resurrect some flow return handlingMark Nauwelaerts2015-03-281-0/+1
* mpegdemux: resurrect some flow return handlingMark Nauwelaerts2015-03-281-0/+1
* adaptivedemux: do not try to advance fragment if there is noneThiago Santos2015-03-271-1/+7
* rtpopuspay: Forward stereo preferences from caps upstreamOlivier Crête2015-03-251-1/+64
* rtpopuspay: Set the number of channels to 2 as per RFC draftOlivier Crête2015-03-251-0/+1
* dashdemux: set default @startNumber and also avoid wrong overwriteJun Xie2015-03-241-2/+7
* audioaggregator: check sink caps are validLuis de Bethencourt2015-03-241-1/+5
* Revert "audioaggregator: check sink caps are valid"Luis de Bethencourt2015-03-241-1/+1
* audioaggregator: check sink caps are validLuis de Bethencourt2015-03-241-1/+1
* opusenc: fall through switch statementLuis de Bethencourt2015-03-241-0/+1
* videoaggregator: Document why buffer_vinfo is neededNirbheek Chauhan2015-03-241-0/+6
* videoaggregator: Check if there's a previous buffer to 'keep'Nirbheek Chauhan2015-03-241-2/+8
* gl/dispmanx: surfaceless EGL context supportPhilippe Normand2015-03-243-24/+85
* gaudieffects: clean solarize codeLuis de Bethencourt2015-03-231-13/+9
* gaudieffects: removing values only used onceLuis de Bethencourt2015-03-235-29/+21
* gaudieffects: small cleanup in headersLuis de Bethencourt2015-03-235-9/+0
* opusenc: Set output format immediately after creating the encoder instanceSebastian Dröge2015-03-231-17/+14
* opusenc: Remove another unused variableSebastian Dröge2015-03-232-5/+0
* opusenc: Remove useless headers and header_sent variables from the instance s...Sebastian Dröge2015-03-233-21/+8
* opus: Handle sprop-stereo and sprop-maxcapturerate RTP caps fieldsSebastian Dröge2015-03-232-1/+67
* opusdec: Take channels and sample rate from the caps if we have no stream headerSebastian Dröge2015-03-231-0/+16
* opusdec: Reset the decoder if the caps changeSebastian Dröge2015-03-231-0/+13
* opusdec: Take output sample rate from the stream headers tooSebastian Dröge2015-03-231-3/+2
* opusheader: Put number of channels and sample rate into the capsSebastian Dröge2015-03-231-1/+9
* glwindow: remove unused gl_thread fieldJulien Isorce2015-03-221-1/+0
* gldisplay: fix GThread leakJulien Isorce2015-03-221-0/+1
* glimagesink: fix caps leakNicola Murino2015-03-211-2/+5
* srtpdec: Add support for buffer listJose Antonio Santos Cadenas2015-03-191-1/+141
* srtpenc: Do not drop all buffers in buffer list if one failsJose Antonio Santos Cadenas2015-03-191-24/+66
* gaudieffects: update copyright dates of dilateLuis de Bethencourt2015-03-191-1/+1
* gaudieffects: factorize transform code of dilateLuis de Bethencourt2015-03-191-111/+54
* dtls: Pass the connection instance as data to the thread poolSebastian Dröge2015-03-191-5/+6
* dtls: Remove unused thread struct fieldSebastian Dröge2015-03-191-7/+0
* dtls: Use a shared thread pool for the timeoutsSebastian Dröge2015-03-193-91/+100
* dtls: Shutdown timeout thread when it's not neededSebastian Dröge2015-03-181-19/+27
* gl/docs: update some doc commentsMatthew Waters2015-03-187-10/+8
* dtlsenc: Clear the queue when deactivating the padSebastian Dröge2015-03-181-0/+2
* dtlsenc: Handle pad activity states properlySebastian Dröge2015-03-182-43/+32
* dtlsenc: Don't manually activate/deactivate srcpadSebastian Dröge2015-03-181-7/+9
* srtpdec: Separate buffer encoding functionality into a different functionJose Antonio Santos Cadenas2015-03-181-30/+52
* srtpenc: Add support for buffer listJose Antonio Santos Cadenas2015-03-181-1/+104
* srtpenc: Add missing locksJose Antonio Santos Cadenas2015-03-181-11/+21
* srtpenc: Split chain functionality so it can be reused for buffer listJose Antonio Santos Cadenas2015-03-181-41/+84