summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-02-17[MOVED FROM GST-P-FARSIGHT] Unref event instead of leaking itOlivier Crete1-2/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] non-perfect stream isnt an error, lets just log itOlivier Crete1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] We retimestamp to the running time, starting the ...Olivier Crete1-6/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Do the min/max of the latencies correctlyOlivier Crete1-8/+3
2009-02-17[MOVED FROM GST-P-FARSIGHT] Fix indentationOlivier Crete1-3/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Activate pads before adding them in case we're al...Olivier Crete1-0/+12
2009-02-17[MOVED FROM GST-P-FARSIGHT] For latencies, use the min of the max and the max...Olivier Crete1-3/+6
2009-02-17[MOVED FROM GST-P-FARSIGHT] Rename next_ts into expected_ts, make sure all bu...Olivier Crete1-11/+16
2009-02-17[MOVED FROM GST-P-FARSIGHT] Don't try to set the discont flag if the duration...Olivier Crete1-7/+11
2009-02-17[MOVED FROM GST-P-FARSIGHT] Reset buffers offsets to noneOlivier Crete1-0/+3
2009-02-17[MOVED FROM GST-P-FARSIGHT] Import adder src event handlingOlivier Crete1-0/+85
2009-02-17[MOVED FROM GST-P-FARSIGHT] Push out a simple newsegment eventOlivier Crete2-0/+26
2009-02-17[MOVED FROM GST-P-FARSIGHT] Don't return EOS if there is no sink padOlivier Crete1-1/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] Reduce locking a bit and cleanup code a bitOlivier Crete1-9/+9
2009-02-17[MOVED FROM GST-P-FARSIGHT] Add liveadder elementOlivier Crete4-0/+1340
2009-02-16bpmdetect: Fix accidentally introduced stack overwriting introduced in last c...Sebastian Dröge1-1/+0
2009-02-16bpmdetect: Save one memory allocation per stereo bufferSebastian Dröge1-5/+6
2009-02-13scaletempo: Do not use void pointer arithmetic.Michael Smith1-2/+2
2009-02-12dshowvideosink: Return ASYNC appropriately from change_state.Michael Smith1-4/+8
2009-02-12dshowdecwrapper: fix compilation.Michael Smith1-7/+0
2009-02-12Make the demuxer reusable in READY->PLAYING->READY->PLAYING cycles byJulien Moutte1-0/+1
2009-02-12mxfdemux: Also include the picture/sound/data essence coding in the unknown capsSebastian Dröge1-3/+31
2009-02-12mxfdemux: Update TODO, we should support the drop-frame property of timecode ...Sebastian Dröge1-0/+1
2009-02-12mxfdemux: Fix resolval of identifications from the prefaceSebastian Dröge1-1/+1
2009-02-12mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() functionSebastian Dröge6-71/+37
2009-02-12mxfdemux: Update TODOSebastian Dröge1-2/+0
2009-02-12metadata: also post error message when returning errorMark Nauwelaerts1-0/+5
2009-02-11Update spec file with latest changes, also add some missing disting directori...Christian Schaller3-10/+8
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