summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-02-11inputselector: Fix compilation, activate_sinkpad() has no notify parameterSebastian Dröge1-3/+4
2009-02-10input-selector: Activate and notify pad before processing events.Michael Smith1-8/+13
2009-02-11camerabin: Sanitize constants used for element factory names.René Stadler1-27/+18
2009-02-11camerabin: Use v4l2src as default source.René Stadler1-7/+4
2009-02-11photography interface: .gitignore generated files.René Stadler1-0/+2
2009-02-11photography interface: Move generated files to win32/common.René Stadler2-0/+0
2009-02-11camerabin: Add .gitignore to hide generated signal marshaller files.René Stadler1-0/+2
2009-02-11camerabin: Fix plugin details to use GST_PACKAGE_* values.René Stadler1-1/+1
2009-02-11aacparse: Fix license specified in plugin details.René Stadler1-2/+1
2009-02-10dshowdecwrapper: Pass pixel aspect through from demuxers, if supplied.Michael Smith1-2/+14
2009-02-10dshowdecwrapper: Make audio decoders have SECONDARY rank.Michael Smith1-1/+1
2009-02-10dshowdecwrapper: Delete old .c files that are unusedMichael Smith3-2417/+0
2009-02-10bpmdetect: Pass at most 2048 samples to SoundTouch's BPMDetectSebastian Dröge1-4/+16
2009-02-09acmmp3dec: fix major memory leaks and clean up code.Michael Smith1-349/+410
2009-02-09mxfdemux: After pulling the footer metadata reset essence track positions to 0Sebastian Dröge1-0/+14
2009-02-09mxfdemux: When trying to find an essence track position try to find position+...Sebastian Dröge1-8/+8
2009-02-09mxfdemux: For new essence tracks only set the position to 0 if it starts in t...Sebastian Dröge1-0/+6
2009-02-09mxfdemux: Check if the length of the src/essence track arrays are 0, not the ...Sebastian Dröge1-59/+33
2009-02-09mxfdemux: Make sure that the srcpad and essence track arrays always existSebastian Dröge1-19/+21
2009-02-09mxfdemux: Change some GST_ERRORs to something less criticalSebastian Dröge1-2/+2
2009-02-09mxfdemux: Only go into EOS and send segment-done after all tracks are finishedSebastian Dröge1-2/+16
2009-02-09mxfdemux: Update TODOSebastian Dröge2-1/+2
2009-02-09Fix build for camerabin.Julien Moutte1-4/+6
2009-02-09Bump revision to use for common submodule.Edward Hervey1-0/+0
2009-02-09More files to ignoreEdward Hervey3-0/+10
2009-02-09tests: Add camerabin unit tests.Nokia Corporation2-0/+405
2009-02-09Add camerabin element.Nokia Corporation17-0/+5393
2009-02-09Add photography interface.Nokia Corporation7-1/+884
2009-02-09mxfdemux: Fix seeking to the end of fileSebastian Dröge1-17/+11
2009-02-08mxfdemux: Fix last_stop calculation when seekingSebastian Dröge1-9/+13
2009-02-08mxfdemux: Resolve source package before accessing it's membersSebastian Dröge1-0/+7
2009-02-08mxfdemux: Correctly implement timestamping in all casesSebastian Dröge2-21/+46
2009-02-08mxfdemux: Correctly handle DURATION queries with a negative durationSebastian Dröge1-2/+5
2009-02-08mxfdemux: When changing to the component after the last component update the ...Sebastian Dröge1-4/+9
2009-02-08mxfdemux: Small cleanup and an additional checkSebastian Dröge1-2/+6
2009-02-08mxfdemux: For material packages make sure that tracks resolve to source tracksSebastian Dröge1-2/+44
2009-02-07mxfdemux: Add support for non-standard Avid MXF files containing DNxHD essenceSebastian Dröge4-4/+36
2009-02-07mxfdemux: Make essence track creation a bit more robust against broken filesSebastian Dröge2-2/+20
2009-02-07mxfdemux: Don't include multiple descriptors in the track's descriptorsSebastian Dröge1-2/+4
2009-02-07mxfdemux: Add support for non-standard Avid MXF files containing DV essenceSebastian Dröge3-28/+36
2009-02-06mxfdemux: Add data definition for Avid vendor specific picture essenceSebastian Dröge1-1/+5
2009-02-06mxfdemux: For tracks with no known mapping use dummy capsSebastian Dröge1-5/+20
2009-02-06mxfdemux: Don't remove invalid new essence track twice from the GPtrArraySebastian Dröge1-2/+0
2009-02-06mxfdemux: Implement keyframe detection for MPEG4 video streamsSebastian Dröge1-0/+45
2009-02-06mxfdemux: Handle some more special cases when setting the position when seekingSebastian Dröge1-0/+13
2009-02-06mxfdemux: Adjust last_stop to the last keyframe when seekingSebastian Dröge1-3/+9
2009-02-06mxfdemux: Fix logic for finding the previous keyframeSebastian Dröge1-6/+9
2009-02-06mxfdemux: Add keyframe detection for MPEG2 video streamsSebastian Dröge3-0/+91
2009-02-05mxfdemux: Protect the metadata with a lock against concurrent accessSebastian Dröge2-21/+62
2009-02-05Random cleanup and smaller bugfixesSebastian Dröge2-72/+54