summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-09dtmf: move dtmf plugin from -bad to -goodTim-Philipp Müller20-61/+349
2013-03-09Merge branch 'dtmf-moved-from-bad'Tim-Philipp Müller10-0/+3637
2013-03-08osxaudio: add support for iOS using the RemoteIO AudioUnitAndoni Morales Alastruey6-4/+166
2013-03-08osxaudio: add a façade for the CoreAudio APIAndoni Morales Alastruey10-1684/+2176
2013-03-07Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-03-03matroska: Include config.h, it's needed for _stdint.hSebastian Dröge1-0/+3
2013-03-03flacparse: Fix (wrong) use of uninitialized variable compiler warningSebastian Dröge1-1/+1
2013-03-02qtdemux: add variant field to H.263 capsTim-Philipp Müller1-1/+2
2013-03-02qtdemux: skip disabled tracksArnaud Vrac1-0/+9
2013-02-28tests: re-add suppression for GValueArray warnings to unit test as wellTim-Philipp Müller1-0/+4
2013-02-28tests: use relative include for out-of-tree builds in dtmf testJonas Holmberg1-1/+1
2013-02-28spectrum: remove the since doc-comment from 0.10Stefan Sauer1-7/+0
2013-02-28level: add a "post-messages" property and deprecate "message"Stefan Sauer3-16/+39
2013-02-27tests: Add tests for dtmfsrcOlivier Crête1-20/+130
2013-02-27tests: Fix ref leak in dtmf testOlivier Crête1-0/+1
2013-02-26rtpmp4gdepay: streamtype is not put by all RTSP server, not make it optionalOlivier Crête1-1/+1
2013-02-25level: put back deprecation warningsThomas Vander Stichele1-0/+4
2013-02-25level: send last message on EOSThomas Vander Stichele2-56/+188
2013-02-24avidemux: push mode: handle some more 0-size buffer casesMark Nauwelaerts1-2/+6
2013-02-23matroskamux: fix up example pipeline in docsTim-Philipp Müller1-1/+1
2013-02-23pulsesink: Update segdone periodicallyArun Raghavan1-0/+16
2013-02-22rtpsession: Fix wrong code organisation in case of collisionPaul HENRYS1-2/+2
2013-02-22alpha: improve descriptions of chroma keying-related properties and enumsJean-François Fortin Tam1-7/+10
2013-02-22alpha: Do not override the method with custom r/g/b valuesYouness Alaoui1-23/+25
2013-02-21auparse: do not leak src_capsOgnyan Tonchev1-0/+2
2013-02-20rtpsession: only delay RTCP when we are a senderWim Taymans1-1/+2
2013-02-19v4l2: Add support of dmabufBenjamin Gaignard6-20/+74
2013-02-18qtdemux: fix up dodgy code that tries to fix up a broken moov atomTim-Philipp Müller1-3/+3
2013-02-18qtdemux: fix potential crash on short MOOV atomTim-Philipp Müller1-1/+3
2013-02-16souphttpsrc: set SOUP_VERSION_{MIN_REQUIRED,MAX_ALLOWED} to suppress deprecat...Tim-Philipp Müller1-1/+4
2013-02-16soup: use default proxy resolver instead of deprecated GNOME proxy resolverTim-Philipp Müller2-15/+2
2013-02-16tests: fix some h264 capsTim-Philipp Müller1-1/+2
2013-02-15audiopanorama: remove channel-mask from capsStefan Sauer1-8/+4
2013-02-15v4l2: don't check stride for encoded formatsBenjamin Gaignard1-2/+4
2013-02-15udpsrc: use g_socket_set_option() to set buffer size with newer GLib versionsTim-Philipp Müller1-1/+43
2013-02-14jpegdec: remove sof-marker from template caps for nowTim-Philipp Müller1-2/+3
2013-02-13jpegenc: Put the SOF marker into the capsSebastian Dröge2-9/+31
2013-02-13rtp-payloading: Fix unit test caps and AMR depayloader sink template capsSebastian Dröge2-9/+11
2013-02-13aacparse: Fix caps used in the unit testSebastian Dröge1-1/+1
2013-02-13wavpack: Fix unit tests, width is now called depth in the caps in 1.0Sebastian Dröge2-3/+3
2013-02-12tests: make souphttpsrc unit test work even if http_proxy is setTim-Philipp Müller1-14/+22
2013-02-12qtdemux: extract codec_data for ProResMichael Smith1-0/+3
2013-02-12avimux: Fixing buffer leak in gst_avi_mux_do_bufferTim 'mithro' Ansell1-7/+14
2013-02-10avidemux: correct duration for audio VBR buffers in pull modeMark Nauwelaerts1-2/+6
2013-02-08avidemux: proper position reporting and push mode timestampingMark Nauwelaerts1-5/+16
2013-02-08rtpsession: delay RTCP until first RTP packetWim Taymans1-0/+23
2013-02-07rtpsession: remove dead codeWim Taymans1-22/+1
2013-02-07rtpptdemux: forward sticky events and then set capsPaul HENRYS1-2/+5
2013-02-07rtpjitterbuffer: improve debug outputMarkovtsev Vadim1-1/+1
2013-02-07rtpbin: rework cleanup of streamsWim Taymans1-47/+39