summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-11camerabin: Reset audiosrc timestampingHEADmasterThiago Santos1-0/+11
2011-10-11camerabin: Prevent audio source from providing clockThiago Santos1-0/+7
2011-10-06examples: Fixes for compiling with GTK+ 3.0Arun Raghavan3-1/+7
2011-10-06h264parse: Make proper use of the h264parser lib in parse_chainThibault Saunier1-57/+38
2011-10-06h264parse: properly interpret baseparse draining stateMark Nauwelaerts1-3/+4
2011-10-06h264parse: correct the size argument of gst_h264_parser_identify_nalu_avc()Sreerenj Balachandran1-2/+2
2011-10-06h264parse: minimum size of parsable avcC data should be 8Sreerenj Balachandran1-1/+1
2011-10-04videoparsers: Only fail to initialize the plugin if all parsers can't be regi...Sebastian Dröge1-5/+5
2011-10-03camerabin2: Initialize camerabin2 preview pipeline data with 0Thiago Santos1-1/+1
2011-10-03rtpvp8pay: Fix typoSebastian Dröge1-4/+4
2011-10-03rtpvp8: Update the pay/depay to the ietf-draft-01 specYouness Alaoui3-132/+156
2011-10-03opusdec: fix decodingVincent Penquerc'h1-1/+1
2011-10-03opusenc: moan if we get an unexpected amount of dataVincent Penquerc'h1-0/+6
2011-10-03opus: properly setup caps and init state from capsVincent Penquerc'h2-37/+47
2011-10-03opusenc: use the same frame size setup as the opus test codeVincent Penquerc'h1-1/+2
2011-10-03opusdec: opus supports a select set of sampling ratesVincent Penquerc'h1-1/+1
2011-10-03opus: make it build against current, and remove cruftVincent Penquerc'h2-83/+19
2011-10-03mpegtsdemux: fix scanning stopping too earlyVincent Penquerc'h1-9/+5
2011-10-03kate: avoid rendering when we know there is nothing to renderVincent Penquerc'h1-33/+47
2011-10-03kate: fix race condition on PAUSED->READY state changeVincent Penquerc'h1-0/+7
2011-09-30mpegpsdemux: take into account SCR offset when seekingVincent Penquerc'h1-2/+3
2011-09-30mpegdemux: answer position query with a stream time positionVincent Penquerc'h1-4/+4
2011-09-30mpegpsdemux: remove unused fieldVincent Penquerc'h1-1/+0
2011-09-29tests: camerabin2: Refactor tests a littleThiago Santos1-30/+38
2011-09-29tests: camerabin2: adding tests to check for preview message filenamesThiago Santos1-30/+54
2011-09-29camerabin2: add location to preview image messagesThiago Santos2-9/+38
2011-09-29camerabin2: removing capsfilter from preview pipelineThiago Santos2-11/+3
2011-09-29camerabin2: Fix potential loss of EOS eventRobert Swain1-9/+10
2011-09-26camerabin2: Stop the audio source between capturesRobert Swain1-5/+8
2011-09-26faac: Also set maximum number of samples that the subclass wantsSebastian Dröge1-0/+1
2011-09-26faac: Simple fix for GstAudioEncoder API changeSebastian Dröge1-1/+1
2011-09-26codecparser: VC1: Implement a VC1 parsing libraryThibault Saunier7-5/+3201
2011-09-26codecparsers: Declare the new APIs as unstable for the time beingThibault Saunier4-0/+13
2011-09-26mpegtsdemux: keep CRC table in .rodataVincent Penquerc'h1-1/+1
2011-09-26irtspparse: add Interleaved RTSP parser elementMark Nauwelaerts5-16/+371
2011-09-23faad: fix compiler warningTim-Philipp Müller1-3/+6
2011-09-23faad: parse wants a GstFlowReturn return value, not a gbooleanTim-Philipp Müller1-1/+1
2011-09-22psmux: fix writing of system header, which makes VLC not skip the adjacent PS...Tim-Philipp Müller1-1/+1
2011-09-22docs: add ignore rules for libs docs directoryTim-Philipp Müller1-0/+28
2011-09-22faac: fixup misunderstanding in sample countingMark Nauwelaerts1-0/+3
2011-09-22faad: use some more boilerplateMark Nauwelaerts1-31/+3
2011-09-22faad: port to audiodecoderMark Nauwelaerts3-647/+108
2011-09-22faac: use some more boilerplateMark Nauwelaerts1-32/+3
2011-09-22faac: port to audioencoderMark Nauwelaerts3-410/+168
2011-09-21kate: forward return code from setting src pad capsVincent Penquerc'h1-2/+3
2011-09-20basecamerasrc: Fail state change if preview pipeline fails creationThiago Santos2-1/+7
2011-09-19codecparsers: Add checks to input, and fix size checkingEdward Hervey1-7/+18
2011-09-19h263parse: bring debug statements up to desired specsMark Nauwelaerts1-5/+6
2011-09-19h264parse: bring debug statements up to desired specsMark Nauwelaerts1-20/+23
2011-09-19codecparsinglibs: Doc and indentation fixesEdward Hervey4-98/+114