summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-28various: fix pad template ref leaksVincent Penquerc'h287-1004/+856
2011-11-28rtmp: add WSAStartup and WSACleanup on Win32Julien Isorce2-0/+40
2011-11-27aiffparse: extract ID3 tags embedded in ID3 chunksTim-Philipp Müller4-0/+51
2011-11-25opusenc: Fixing "Unused var" compiling error for opus codecDanilo Cesar Lemes de Paula2-4/+0
2011-11-25opusenc: only use mono streams for > 2 channelsVincent Penquerc'h2-3/+3
2011-11-25opus: add some more debug information about channel mappingVincent Penquerc'h4-4/+24
2011-11-25opusparse: remove dead assigmentsVincent Penquerc'h1-6/+2
2011-11-25opusenc: do not cause the decoder to apply the channel mapping againVincent Penquerc'h1-2/+6
2011-11-25opusdec: fix bogus assertionVincent Penquerc'h1-1/+2
2011-11-25tests: add unit test for voamrwbencMark Nauwelaerts2-0/+193
2011-11-25basevideodecoder: some more debug loggingTim-Philipp Müller1-1/+4
2011-11-25vp8dec: use new basevideodecoder API to drop frames and get QoS messages postedTim-Philipp Müller1-1/+1
2011-11-25basevideodecoder: add API to drop a frame and post a QoS message on the busTim-Philipp Müller2-26/+113
2011-11-25Add pvrvideosink elementLuciana Fujii Pontello16-2/+5752
2011-11-24audiovisualizers: add aa-line code and user for wave/space-scopeStefan Sauer4-9/+85
2011-11-24opus: pre-skip and output gain are little endian, remove reminder noteVincent Penquerc'h1-2/+2
2011-11-24opus: multichannel supportVincent Penquerc'h11-116/+415
2011-11-24opus: switch to multistream APIVincent Penquerc'h4-24/+49
2011-11-24opusdec: shuffle supported sample rates to favor 48000Vincent Penquerc'h1-1/+1
2011-11-24opusenc: remove useless setup fieldVincent Penquerc'h2-5/+0
2011-11-24colorspace: fix width/height mismatchesVincent Penquerc'h1-6/+6
2011-11-24mpeg4videoparse: Use the sinkpad template caps as a fallback, not the srcpad ...Sebastian Dröge1-1/+1
2011-11-24mpegvideoparse: Implement ::get_sink_caps vfunc to propagate downstream caps ...Sebastian Dröge1-0/+34
2011-11-24h263parse: Implement ::get_sink_caps vfunc to propagate downstream caps const...Sebastian Dröge1-0/+34
2011-11-24diracparse: Implement ::get_sink_caps vfunc to propagate downstream caps cons...Sebastian Dröge1-0/+35
2011-11-24mpeg4videoparse: Implement ::get_sink_caps vfunc to propagate downstream caps...Sebastian Dröge1-0/+35
2011-11-23faac: do not leak buffer when no encoded data yet or encoding errorMark Nauwelaerts1-1/+4
2011-11-23dtsdec: port to audiodecoderMark Nauwelaerts3-405/+234
2011-11-23smooth: fix printf format compiler warning in debug messageTim-Philipp Müller1-3/+2
2011-11-23modplug: fix modules playing as mono instead of stereoKrzysztof Krakowiak1-4/+4
2011-11-23opusdec: implement replay gainVincent Penquerc'h2-2/+57
2011-11-23opusdec: add in-band FEC supportVincent Penquerc'h2-17/+110
2011-11-23frei0r: normalize boolean property default values to TRUE/FALSERené Stadler1-1/+2
2011-11-23pkgconfig: aaand fix my last commitEdward Hervey1-1/+1
2011-11-23pkgconfig: Fix gstreamer-basevideo-uninstalled.pc.inEdward Hervey1-2/+2
2011-11-23audiovisualizers: update README and TODO commentsStefan Sauer2-7/+13
2011-11-23spacescope: use the drawhelpers and add a draw-style propertyStefan Sauer2-10/+144
2011-11-23audiovisualizers: add some simple drawing helpers for reuseStefan Sauer3-29/+44
2011-11-23smoothwave: remove element unported from 0.8Stefan Sauer4-543/+0
2011-11-23wavescope: add a style property for drawing modesStefan Sauer2-15/+176
2011-11-22docs: fix comment in gst_base_video_decoder_get_max_decode_time() docsTim-Philipp Müller1-1/+1
2011-11-22opusenc: mark properties changeable at runtime with GST_PARAM_MUTABLE_PLAYINGTim-Philipp Müller1-19/+29
2011-11-22basevideodecoder: fix weird event list handlingTim-Philipp Müller1-6/+2
2011-11-22opus: add testVincent Penquerc'h2-0/+390
2011-11-22opusenc: allow setting most properties at PLAYING timeVincent Penquerc'h2-15/+64
2011-11-22opusenc: bound the bitrate to more sensible valuesVincent Penquerc'h1-1/+7
2011-11-22opusenc: fix crash on pathological parametersVincent Penquerc'h2-10/+23
2011-11-22opusparse: do not send headers through data pathVincent Penquerc'h1-15/+39
2011-11-22opus: move header magic testing to gstopusheaderVincent Penquerc'h3-13/+14
2011-11-22opusdec: skip pre-skip samplesVincent Penquerc'h1-1/+19