summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-06-25capssetter: import element into -badMark Nauwelaerts4-3/+418
2009-06-25qtmux: Remove unused variable.Edward Hervey1-3/+0
2009-06-25qtmux: Fix debug statement.Edward Hervey1-1/+2
2009-06-24camerabin: buffer-alloc support fixes to image and video bin handlingLasse Laukkanen1-45/+29
2009-06-24camerabin: fix setting mute when video bin elements haven't been createdLasse Laukkanen2-12/+16
2009-06-24camerabin: set image bin to PAUSED when starting captureLasse Laukkanen1-3/+3
2009-06-24camerabin: leave v4l2camsrc "capture-mode" as video mode when pausingLasse Laukkanen1-12/+0
2009-06-23shapewipe: Correctly handle 0/1 fpsSebastian Dröge1-1/+4
2009-06-22camerabin: add local include dir to CFLAGSStefan Kost1-1/+3
2009-06-22camerabin: code cruft removal and debug logsStefan Kost5-134/+92
2009-06-22h264parse: detect and fix for bad NALU sizesWim Taymans1-0/+10
2009-06-20vdpau: change element rank for testing purposesCarl-Anton Ingmarsson1-1/+1
2009-06-19rtpbin: add support for buffer-listBranko Subasic5-62/+161
2009-06-19aacparse: ADIF: do not send bogus timestamps, leave to downstream (decoder)Mark Nauwelaerts1-2/+6
2009-06-19qtmux: only use (64-bit) extended (mdat) atom size if needed. Fixes #585319.Mark Nauwelaerts3-21/+42
2009-06-19qtmux: set default movie timescale to microsecond unitsMark Nauwelaerts1-1/+1
2009-06-19qtmux: compress/optimize stsc writingMark Nauwelaerts1-0/+4
2009-06-19qtmux: add 3GP style tagging (and refactor appropriately)Mark Nauwelaerts5-151/+487
2009-06-19qtmux (and variants): handle pixel-aspect-ratio. Fixes #584358.Mark Nauwelaerts4-3/+55
2009-06-19Fix previous commit so that things still work with debug logs enabledTim-Philipp Müller1-1/+1
2009-06-19Make build without warnings with debugging disabledTim-Philipp Müller5-16/+13
2009-06-19frei0r: Make plugin scanning more robustSebastian Dröge4-15/+20
2009-06-19frei0r: Make sure to only register plugins that have valid propert typesSebastian Dröge1-0/+15
2009-06-19frei0r: Remove custom get_unit_size implementationSebastian Dröge1-16/+0
2009-06-19frei0r: Fix the klass of the filter elementsSebastian Dröge1-1/+1
2009-06-19frei0r: Free type namesSebastian Dröge3-3/+15
2009-06-19frei0r: Unref the GstCollectPads instance on finalizeSebastian Dröge1-0/+4
2009-06-19frei0r: Don't allow caps changes in PLAYING/PAUSEDSebastian Dröge1-24/+11
2009-06-19freir0: Add support for frei0r mixer pluginsSebastian Dröge5-8/+867
2009-06-19frei0r: Destroy the f0r_instance_t in stop()Sebastian Dröge1-0/+18
2009-06-19frei0r: Add the frei0r plugin type to the element nameSebastian Dröge2-2/+2
2009-06-19frei0r: Add support for frei0r source/generator pluginsSebastian Dröge4-2/+482
2009-06-19frei0r: Allow the complete double range for double propertiesSebastian Dröge1-1/+1
2009-06-19frei0r: Use better property nicksSebastian Dröge1-4/+17
2009-06-19frei0r: First version of a frei0r wrapper pluginSebastian Dröge6-0/+1535
2009-06-19scaletempo: Explicitely cast to signed integers to fix a segfaultMaximilian Högner1-1/+1
2009-06-19shapewipe: Implement basic QoSSebastian Dröge2-1/+110
2009-06-19shapewipe: Proxy queries on the video pads to the correct peersSebastian Dröge1-0/+51
2009-06-19shapewipe: Proxy bufferalloc on the video sinkpadSebastian Dröge1-0/+23
2009-06-19shapewipe: Try to work inplace if possibleSebastian Dröge1-8/+19
2009-06-18mxfdemux: fix stray semicolons that mess up if statementTim-Philipp Müller1-4/+4
2009-06-16camerabin: reset filename after capture to avoid racy when capturing againStefan Kost1-0/+1
2009-06-14camerabin: set imagebin to PAUSED on capture and delayed filename settingStefan Kost2-6/+25
2009-06-14outputselector: do the pad_alloc for the pad that is pending and have a fallbackStefan Kost1-3/+10
2009-06-07Added base libs to debug utils makefileLRN1-1/+1
2009-06-06hdvparse: Link against libm because we use pow().Edward Hervey1-1/+1
2009-06-06id3mux: init genre field in ID3v1 tag to an invalid numberTim-Philipp Müller1-0/+3
2009-06-06id3mux: don't write ID3v1 tag until specifically instructed to do soTim-Philipp Müller1-1/+1
2009-06-06id3mux: don't write empty ID3v1 tagTim-Philipp Müller1-11/+24
2009-06-06id3tag: rename new id3tag element to id3mux replacing the one removed from -uglyTim-Philipp Müller6-64/+64