Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-26 | camerabin: no need to ref and unref this temporarily | Stefan Kost | 1 | -2/+3 | |
2009-06-26 | camerabin: don't leak sink_caps if they would be any-caps | Stefan Kost | 1 | -22/+24 | |
2009-06-26 | camerabin: don't leak preview images | Stefan Kost | 1 | -0/+1 | |
2009-06-26 | camerabin: don't leak viewfinder-caps | Stefan Kost | 1 | -0/+2 | |
2009-06-26 | camerabin: insert a few blank lines for readability | Stefan Kost | 1 | -1/+3 | |
2009-06-26 | camerabin: don't leak messages and element refs in preview | Stefan Kost | 1 | -1/+14 | |
2009-06-26 | freeze: don't build plugin static lib | Changwoo Ryu | 1 | -0/+1 | |
Pass --tag=disable-static to libtool like we do for other plugins. Fixes #587023. | |||||
2009-06-25 | camerabin: don't leak requestpads | Stefan Kost | 2 | -0/+9 | |
Requestpads need to be released and unreffed. Add a comment in one case where we intentionaly don't unref. | |||||
2009-06-25 | capssetter: import element into -bad | Mark Nauwelaerts | 4 | -3/+418 | |
2009-06-25 | qtmux: Remove unused variable. | Edward Hervey | 1 | -3/+0 | |
2009-06-25 | qtmux: Fix debug statement. | Edward Hervey | 1 | -1/+2 | |
2009-06-24 | camerabin: buffer-alloc support fixes to image and video bin handling | Lasse Laukkanen | 1 | -45/+29 | |
Keep image bin in PAUSED state in image mode except when processing/saving (PLAYING/READY). Change output-selector to view finder before setting video bin to READY. Fix filename sent with img-done signal. | |||||
2009-06-24 | camerabin: fix setting mute when video bin elements haven't been created | Lasse Laukkanen | 2 | -12/+16 | |
2009-06-24 | camerabin: set image bin to PAUSED when starting capture | Lasse Laukkanen | 1 | -3/+3 | |
Set image bin to PAUSED also when starting capture using photography interface. | |||||
2009-06-24 | camerabin: leave v4l2camsrc "capture-mode" as video mode when pausing | Lasse Laukkanen | 1 | -12/+0 | |
2009-06-23 | shapewipe: Correctly handle 0/1 fps | Sebastian Dröge | 1 | -1/+4 | |
2009-06-22 | camerabin: add local include dir to CFLAGS | Stefan Kost | 1 | -1/+3 | |
2009-06-22 | camerabin: code cruft removal and debug logs | Stefan Kost | 5 | -134/+92 | |
Remove unused code. Add lots of debug loging. Change comments for local functions to not use /** gtk-doc start style. | |||||
2009-06-22 | h264parse: detect and fix for bad NALU sizes | Wim Taymans | 1 | -0/+10 | |
when in AVC mode a nalu size seems invalid, assume the NALU has the size of the available data instead of looping forever. Fixes #586354 | |||||
2009-06-20 | vdpau: change element rank for testing purposes | Carl-Anton Ingmarsson | 1 | -1/+1 | |
set mpegvideoparse rank to primary and vdpaumpegdec to primary - 1 to get vdpaumpegdec correctly plugged into playbin | |||||
2009-06-19 | rtpbin: add support for buffer-list | Branko Subasic | 5 | -62/+161 | |
Add support for sending buffer-lists. Add unit test for testing that the buffer-list passed through rtpbin. fixes #585839 | |||||
2009-06-19 | aacparse: ADIF: do not send bogus timestamps, leave to downstream (decoder) | Mark Nauwelaerts | 1 | -2/+6 | |
2009-06-19 | qtmux: only use (64-bit) extended (mdat) atom size if needed. Fixes #585319. | Mark Nauwelaerts | 3 | -21/+42 | |
2009-06-19 | qtmux: set default movie timescale to microsecond units | Mark Nauwelaerts | 1 | -1/+1 | |
2009-06-19 | qtmux: compress/optimize stsc writing | Mark Nauwelaerts | 1 | -0/+4 | |
2009-06-19 | qtmux: add 3GP style tagging (and refactor appropriately) | Mark Nauwelaerts | 5 | -151/+487 | |
2009-06-19 | qtmux (and variants): handle pixel-aspect-ratio. Fixes #584358. | Mark Nauwelaerts | 4 | -3/+55 | |
2009-06-19 | Fix previous commit so that things still work with debug logs enabled | Tim-Philipp Müller | 1 | -1/+1 | |
2009-06-19 | Make build without warnings with debugging disabled | Tim-Philipp Müller | 5 | -16/+13 | |
2009-06-19 | frei0r: Make plugin scanning more robust | Sebastian Dröge | 4 | -15/+20 | |
2009-06-19 | frei0r: Make sure to only register plugins that have valid propert types | Sebastian Dröge | 1 | -0/+15 | |
2009-06-19 | frei0r: Remove custom get_unit_size implementation | Sebastian Dröge | 1 | -16/+0 | |
This is already handled by the default one from GstVideoFilter | |||||
2009-06-19 | frei0r: Fix the klass of the filter elements | Sebastian Dröge | 1 | -1/+1 | |
2009-06-19 | frei0r: Free type names | Sebastian Dröge | 3 | -3/+15 | |
2009-06-19 | frei0r: Unref the GstCollectPads instance on finalize | Sebastian Dröge | 1 | -0/+4 | |
2009-06-19 | frei0r: Don't allow caps changes in PLAYING/PAUSED | Sebastian Dröge | 1 | -24/+11 | |
Most frei0r source plugins generate output based on previous output and creating a new instance on caps changes will let the output start at 0 again. | |||||
2009-06-19 | freir0: Add support for frei0r mixer plugins | Sebastian Dröge | 5 | -8/+867 | |
2009-06-19 | frei0r: Destroy the f0r_instance_t in stop() | Sebastian Dröge | 1 | -0/+18 | |
2009-06-19 | frei0r: Add the frei0r plugin type to the element name | Sebastian Dröge | 2 | -2/+2 | |
This makes it easier to distinguish generators from filters, etc | |||||
2009-06-19 | frei0r: Add support for frei0r source/generator plugins | Sebastian Dröge | 4 | -2/+482 | |
2009-06-19 | frei0r: Allow the complete double range for double properties | Sebastian Dröge | 1 | -1/+1 | |
The spec restricts it to [0,1] but some plugins are using the complete double range. | |||||
2009-06-19 | frei0r: Use better property nicks | Sebastian Dröge | 1 | -4/+17 | |
2009-06-19 | frei0r: First version of a frei0r wrapper plugin | Sebastian Dröge | 6 | -0/+1535 | |
Currently this only supports frei0r filters. | |||||
2009-06-19 | scaletempo: Explicitely cast to signed integers to fix a segfault | Maximilian Högner | 1 | -1/+1 | |
Fixes bug #585660. | |||||
2009-06-19 | shapewipe: Implement basic QoS | Sebastian Dröge | 2 | -1/+110 | |
This change is based on Tim's QoS implementation for jpegdec. | |||||
2009-06-19 | shapewipe: Proxy queries on the video pads to the correct peers | Sebastian Dröge | 1 | -0/+51 | |
2009-06-19 | shapewipe: Proxy bufferalloc on the video sinkpad | Sebastian Dröge | 1 | -0/+23 | |
2009-06-19 | shapewipe: Try to work inplace if possible | Sebastian Dröge | 1 | -8/+19 | |
This saves one new, large allocation per frame for the most cases. | |||||
2009-06-18 | mxfdemux: fix stray semicolons that mess up if statement | Tim-Philipp Müller | 1 | -4/+4 | |
2009-06-16 | camerabin: reset filename after capture to avoid racy when capturing again | Stefan Kost | 1 | -0/+1 | |
If we don't reset the filename we cannot check if we still expect the filename for a subsequent capture pass. The imagebin would good to paused and we set the filename in that state. This trigers an error-message and would capture to the old filename. |