summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-07rtpjitterbuffer: If we get a gap with a buffer without DTS, error outSebastian Dröge1-1/+14
2014-12-31rtspsrc: set PLAYING state after configuring capsAleix Conchillo Flaqué1-2/+5
2014-12-30tests: gdkpixbufoverlay-test: remove outdated FIXMETim-Philipp Müller1-1/+0
2014-12-30tests: rtpcollision: use alawenc/dec in these tests instead of SpeexTim-Philipp Müller1-10/+10
2014-12-30tests: simple-launch-lines: only run jpeg/png tests if elements are availableTim-Philipp Müller1-13/+22
2014-12-30souphttpsrc: Don't return a buffer when returning not GST_FLOW_OKSebastian Dröge1-0/+12
2014-12-30tests: rtpaux: use alawenc/dec in these tests instead of SpeexTim-Philipp Müller1-5/+5
2014-12-29matroskademux: Improve detection of being stuck at the same offsetSebastian Dröge1-5/+11
2014-12-29matroskademux: Don't get stuck at the same offset when searching for clustersSebastian Dröge1-0/+5
2014-12-25qtmux: fix ALAC muxingTim-Philipp Müller1-1/+2
2014-12-25rtpptdemux: just drop invalid rtp packets instead of erroring outTim-Philipp Müller1-2/+2
2014-12-25rtpptdemux: fix 0.10-ism in docsTim-Philipp Müller1-3/+3
2014-12-25tests: gdkpixbufoverlay-test: use absolute positioning to fix demoTim-Philipp Müller1-1/+3
2014-12-25gdkpixbufoverlay: add "positioning-mode" property to allow absolute positionsTim-Philipp Müller2-8/+78
2014-12-22osxaudio: Directly return the ringbuffer's caps if it is acquiredSebastian Dröge2-14/+8
2014-12-22osxaudio: Put all audio formats into the template capsSebastian Dröge2-14/+2
2014-12-22osxaudio: Also set the big endian flag for floating point samplesSebastian Dröge1-3/+5
2014-12-22MAINTAINERS: Update my mail addressSebastian Dröge1-1/+1
2014-12-22osxaudio: Fix deadlock and property change notification in device selection codeSebastian Dröge2-11/+19
2014-12-19v4l2pool: Update configuration sizeNicolas Dufresne1-3/+3
2014-12-19matroska-demux: Cache upstream lengthEdward Hervey2-5/+13
2014-12-18matroska: mux/demux the OpusHead headerVincent Penquerc'h4-0/+109
2014-12-18rtspsrc: Don't dereference NULL if a suitable stream for the AUX element can'...Sebastian Dröge1-0/+4
2014-12-18Automatic update of common submoduleSebastian Dröge1-0/+0
2014-12-16udpsink: allocate scratch space for render functions on the heapTim-Philipp Müller2-15/+42
2014-12-16multiudpsink: re-use send_buffers() code path for render() functionTim-Philipp Müller1-114/+7
2014-12-16multiudpsink: keep client list consistent during removalsTim-Philipp Müller2-1/+23
2014-12-16multiudpsink: fix client count after removalTim-Philipp Müller1-1/+12
2014-12-16multiudpsink: keep client list sorted by socket familyTim-Philipp Müller1-2/+23
2014-12-16multiudpsink: add sendmmsg-ready render_list function prototypeTim-Philipp Müller2-0/+399
2014-12-16multiudpsink: make udp client structure refcountedTim-Philipp Müller2-18/+33
2014-12-16multiudpsink: keep count of number of unique and non-unique IPv4 and IPv6 cli...Tim-Philipp Müller2-0/+30
2014-12-16v4l2bufferpool: Disable create_buf with libv4l2Nicolas Dufresne1-0/+8
2014-12-16v4l2allocator: Add protection against broken libv4l2Nicolas Dufresne1-0/+18
2014-12-16rtspsrc: Add something to the debug logs if an RTX AUX element can't be addedSebastian Dröge1-1/+5
2014-12-16rtspsrc: add retransmission support according to RFC4588Matthew Waters2-0/+121
2014-12-16osxvideosink: clear rectangle structures before useWim Taymans1-1/+3
2014-12-15v4l2object: Always set formatNicolas Dufresne1-69/+1
2014-12-15videocrop: Remove todo about caps filterNicolas Dufresne1-1/+0
2014-12-15videocrop: Make sure new crop is appliedNicolas Dufresne2-47/+55
2014-12-15osxaudiosink: Prefer filter caps order while getting capsArun Raghavan1-1/+1
2014-12-15osxaudiosink: Add some error handling around channel layout parsingArun Raghavan1-4/+14
2014-12-15osxaudio: Take lock around sink/source before accessing the ringbufferArun Raghavan2-0/+13
2014-12-15osxaudiosrc: Probe channel layout tooArun Raghavan6-63/+112
2014-12-15osxaudiosink: Only fix up channels/layout for PCM caps while probingArun Raghavan1-6/+7
2014-12-15osxaudiosrc: Implement caps probingArun Raghavan4-37/+114
2014-12-15osxaudio: Bind audio device to audio unit earlyArun Raghavan1-4/+16
2014-12-15osxaudiosink: Fix up caps querying a bitArun Raghavan1-16/+30
2014-12-15osxaudio: Move osxaudiosrc-specific code out of the generic pathArun Raghavan2-30/+38
2014-12-15osxaudio: Clean up a GstCoreAudio -> GstOsxAudioSrc/Sink referenceArun Raghavan8-53/+112