summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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-16h264parse: Implement ::sink_get_caps to allow stream-format conversion againSebastian Dröge1-0/+34
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-14camerabin: Document requirement for PLAYING stateDavid King1-0/+2
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-10mpegvideoparse: add support for progressive framesMatej Knopp2-7/+54
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-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: change post-previews property default value as falseLasse Laukkanen1-1/+1
2011-11-07colorspace: fix r210 writing only half a scanlineVincent Penquerc'h1-1/+1
2011-11-07adpcm: add more consts, espcially for static const dataVincent Penquerc'h2-13/+14
2011-11-07autoconvert: merge caps instead of using unionVincent Penquerc'h1-12/+4
2011-11-07mpegdemux: catch section lengths extending past the buffer lengthVincent Penquerc'h1-0/+6
2011-11-07mpegpsdemux: fix zero length packet handlingVincent Penquerc'h1-1/+3
2011-11-04Fix missing sources on bayer's buildsystem androgenizer callReynaldo H. Verdejo Pinochet1-0/+1
2011-11-01camerabin2: On capture error, skip previewsThiago Santos1-0/+23
2011-11-01camerabin2: track also preview images with processing counterLasse Laukkanen1-0/+8
2011-10-31fieldanalysis: Don't reset the context on DISCONTRobert Swain1-3/+8
2011-10-18assrender, nuvdemux: unref buffers with gst_buffer_unref()Tim-Philipp Müller1-1/+1
2011-10-17h264parse: correct debug message and remove some dead codeSreerenj Balachandran1-3/+2
2011-10-17h264parse: correct parsing of "numberOfPictureParameterSets"Sreerenj Balachandran1-3/+3
2011-10-12camerabin2: Check before acessing preview location listThiago Santos1-12/+21
2011-10-11camerabin2: Add a mutex to avoid concurrent access of preview filename listsThiago Santos2-1/+23
2011-10-11camerabin: Reset audiosrc timestampingThiago Santos1-0/+11
2011-10-11camerabin: Prevent audio source from providing clockThiago Santos1-0/+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-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-03mpegtsdemux: fix scanning stopping too earlyVincent Penquerc'h1-9/+5
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-29camerabin2: add location to preview image messagesThiago Santos2-9/+38
2011-09-29camerabin2: Fix potential loss of EOS eventRobert Swain1-9/+10
2011-09-26camerabin2: Stop the audio source between capturesRobert Swain1-5/+8