summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-18camerabin2: Also reset video/audio filters before capturingHEADmasterThiago Santos1-0/+9
2011-11-18copy: Add GST_COPY_CASTThiago Santos1-0/+1
2011-11-18tests: copy: Adds simple tests for copy elementsThiago Santos3-0/+151
2011-11-18copy: Adds new copy elementThiago Santos4-0/+288
2011-11-17voamrwbenc: port to audioencoderMark Nauwelaerts3-154/+80
2011-11-17voaacenc: some code shuffle cleanupMark Nauwelaerts1-158/+155
2011-11-17voaacenc: port to audioencoderMark Nauwelaerts3-188/+113
2011-11-17celtenc: properly report error caseMark Nauwelaerts1-1/+2
2011-11-17celtdec: remove unused instance variableMark Nauwelaerts1-2/+0
2011-11-17basevideoencoder: Only call ::reset once in READY->PAUSEDSebastian Dröge1-1/+0
2011-11-16facedetect: detect face featuresStefan Sauer2-56/+288
2011-11-16facedetect: Gstfacedetect -> GstFacedetectStefan Sauer2-17/+17
2011-11-16facedetect: code maintenanceStefan Sauer1-32/+38
2011-11-16mpeg4videoparse: Change rank to PRIMARY+1Sebastian Dröge1-1/+1
2011-11-16mpeg4videoparse: Don't require parsed=false on the sinkpad capsSebastian Dröge1-2/+1
2011-11-16opusenc: do not include variable fields in capsVincent Penquerc'h1-7/+2
2011-11-16opusenc: fix constrained-vbr property name typoVincent Penquerc'h1-1/+1
2011-11-16h264parse: Implement ::sink_get_caps to allow stream-format conversion againSebastian Dröge1-0/+34
2011-11-16opusdec: let the base class handle all timingVincent Penquerc'h2-29/+5
2011-11-16celtdec: port to audiodecoderMark Nauwelaerts2-536/+131
2011-11-16celtenc: port to audioencoderMark Nauwelaerts3-719/+287
2011-11-16opusparse: add opusparse elementVincent Penquerc'h4-2/+220
2011-11-16opusdec: allow negotiation of rate/channels with downstreamVincent Penquerc'h1-27/+47
2011-11-16opusdec: rewrite logicVincent Penquerc'h2-80/+47
2011-11-16opus: port to base audio encoder/decoderVincent Penquerc'h5-1269/+492
2011-11-16tsdemux: Add notes on synchronization and schedulingEdward Hervey2-106/+144
2011-11-16h264parse: outgoing byte stream prefix always has size 4Jonas Larsson1-2/+5
2011-11-15camerabin: Document requirement for PLAYING stateDavid King1-0/+2
2011-11-14camerabin2: Fix some racyness in testsThiago Santos1-16/+24
2011-11-14camerabin2: Also reset audio elements when video capture finishesThiago Santos1-18/+19
2011-11-14camerabin2: Add one debug line about camerabin2 being idleThiago Santos1-1/+3
2011-11-14camerabin2: Remove video elements' state clearing from start-captureThiago Santos2-7/+41
2011-11-14camerabin2: keep track of video recording stateThiago Santos2-13/+54
2011-11-14mpegvideoparse:Correct the skipping of vbv_delay in picture header and some t...Sreerenj Balachandran2-4/+4
2011-11-11mimic, opencv, vp8, acmmp3dec, linsys: Don't build static pluginsMart Raudsepp5-2/+5
2011-11-10mpegvideoparse: add support for progressive framesMatej Knopp2-7/+54
2011-11-10opusenc: fix bandwidth property type mismatchVincent Penquerc'h1-2/+2
2011-11-09camerabin2: protect image location list with mutexThiago Santos2-10/+13
2011-11-09camerabin2: Handle null taglists for imagesThiago Santos1-24/+32
2011-11-09camerabin2: Don't store preview location if preview isn't requestedThiago Santos1-10/+11
2011-11-09camerabin2: Avoid blocking in start-capture and send application tags laterLasse Laukkanen2-7/+45
2011-11-09fix documentation typoThijs Vermeir1-1/+1
2011-11-09dtmf: fix compiler warning for uninitialized valuesThijs Vermeir2-6/+8
2011-11-08dtmfsrc: Reject start/stop requests that come out of orderOlivier Crête4-10/+32
2011-11-08dtmf: Post messages when starting to send/receive DTMFOlivier Crête2-3/+88
2011-11-08camerabin2: Decrement processing counter when message handling finishesThiago Santos1-4/+8
2011-11-08camerabin2: update tests to set post-previews to trueThiago Santos1-1/+1
2011-11-08camerabin2: change post-previews property default value as falseLasse Laukkanen1-1/+1
2011-11-07Add Android buildsystem hooks for codecparsersReynaldo H. Verdejo Pinochet1-0/+2
2011-11-07colorspace: fix r210 writing only half a scanlineVincent Penquerc'h1-1/+1