Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-25 | Eliminate use of static mono pad template. | Dave Robillard | 1 | -7/+4 | |
2009-06-25 | Separate port discovery from pad template creation. | Dave Robillard | 1 | -69/+69 | |
This first counts ports (using the builtin slv2 functions to do so rather than manually as before), then creates descriptors for each port and finds all port groups. Only then are pad templates created (towards using group information for creating multi-channel pads). | |||||
2009-06-25 | Use silly glib types :). | Dave Robillard | 1 | -2/+2 | |
2009-06-25 | Use GST_WARNING instead of fprintf. | Dave Robillard | 1 | -2/+2 | |
2009-06-25 | Merge branch 'fdo' into lv2 | Dave Robillard | 11 | -109/+124 | |
2009-06-25 | Merge branch 'master' of ↵ | Dave Robillard | 11 | -109/+124 | |
git://anongit.freedesktop.org/gstreamer/gst-plugins-bad into fdo | |||||
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: add target-times option to specify test times | Stefan Kost | 1 | -11/+35 | |
Have some reasonable default times. Add a commandline option to override defaults. Interpret target-time=0 as skip-test. | |||||
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-24 | Automatic update of common submodule | Jan Schmidt | 1 | -0/+0 | |
From f3bb51b to f810030 | |||||
2009-06-23 | VDPAU: Move I420/YV12 to the front of the caps. Add debug. | Jan Schmidt | 2 | -10/+13 | |
Make I420/YV12 caps be preferred when downloading to YUV buffers, when possible, by listing them first in the set of output caps. Add some debug in the caps selection code. | |||||
2009-06-23 | xvidenc: also allow video/mpeg on output caps. Fixes #377784. | Mark Nauwelaerts | 1 | -14/+25 | |
2009-06-23 | shapewipe: Correctly handle 0/1 fps | Sebastian Dröge | 1 | -1/+4 | |
2009-06-22 | Merge branch 'fdo' into lv2 | Dave Robillard | 40 | -195/+6875 | |
2009-06-22 | Merge branch 'master' of ↵ | Dave Robillard | 40 | -195/+6875 | |
git://anongit.freedesktop.org/gstreamer/gst-plugins-bad into fdo Conflicts: ext/ladspa/Makefile.am ext/ladspa/gstladspa.h ext/lv2/Makefile.am ext/lv2/gstlv2.h | |||||
2009-06-22 | signalprocessor: use $(top_builddir) instead of relative paths | Stefan Kost | 4 | -6/+18 | |
2009-06-22 | camerabin: add local include dir to CFLAGS | Stefan Kost | 1 | -1/+3 | |
2009-06-22 | Working LV2 plugin discovery. | Dave Robillard | 12 | -7/+704 | |
- Separate gstsignalprocessor into a separate library (not sure if this is in the right place, but it works for now anyway) - Create LV2 element based on LADSPA element, port most discovery functionality | |||||
2009-06-22 | Fix inconsistent style (trivial test commit). | Dave Robillard | 1 | -1/+1 | |
2009-06-22 | Add configure check for SLV2. | Dave Robillard | 1 | -0/+8 | |
2009-06-22 | camerabin: debug log only change | Stefan Kost | 1 | -2/+2 | |
2009-06-22 | metadata: map more tags and fix reading of xmp tags | Stefan Kost | 3 | -15/+65 | |
Register xmp schemas for photoshop and iptc. Map a few location tags there. Add more dc tags. Fix reading xmp tag by iteration over known schemas. Add some more debug logging. | |||||
2009-06-22 | camerabin: more cleanup in tests | Stefan Kost | 1 | -9/+10 | |
Add more debug logging. Remove unused mutex and cond. | |||||
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 | camerabin: add camerabin examples | Stefan Kost | 8 | -15/+3057 | |
gst-camera is a gtk-test app to play with the imagecapture and videorecording. gst-camera-perf is a tool to run various scenarios and take time meassurements (e.g. shot-to-shot). Also sort the output files in configure.ac a bit to be in alphabetical order. | |||||
2009-06-22 | metadata: fix conversion of geo coordinates | Stefan Kost | 1 | -10/+17 | |
Coordinate conversion has been verified with exiv2 and some webpages. Minutes wher totally off and seconds were not used at all. | |||||
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 | Query and store port group information. | Dave Robillard | 2 | -22/+63 | |
Replace port index arrays with a struct for holding more information than just indices (e.g. groups). | |||||
2009-06-20 | VDPAU: Add some debug statements | Jan Schmidt | 2 | -0/+18 | |
2009-06-20 | VDPAU: Fix build flags to pull in gst-plugins-base libs | Jan Schmidt | 1 | -2/+2 | |
2009-06-20 | VDPAU: Refactor the error path to a common output, and fix a leak. | Jan Schmidt | 1 | -16/+24 | |
Don't leak the input buffer on errors. Add some debug statements. | |||||
2009-06-20 | VDPAU: Fix up caps in vdpaumpegdec. Remove extra semicolon | Jan Schmidt | 1 | -4/+3 | |
Fix a typo in the caps for the VDPAU mpeg decoder (chroma_type->chroma-type) and use the GST_VDP_VIDEO_CAPS for the pad template. Remove a stray semicolon. | |||||
2009-06-20 | VDPAU: Enhance the configure tests | Jan Schmidt | 2 | -5/+36 | |
Check for the VDPAU headers in /usr/include/nvidia as they are on some platforms (Fedora/rpmfusion). Also check that the libvdpau library is available. | |||||
2009-06-20 | vdpaumpegdec: use fixed src caps | Carl-Anton Ingmarsson | 1 | -0/+1 | |
2009-06-20 | vdpaumpegdec: drop all frames before a GOP when we seek | Carl-Anton Ingmarsson | 2 | -1/+26 | |
2009-06-20 | vdpaumpegdec: small cleanup | Carl-Anton Ingmarsson | 1 | -4/+3 | |
2009-06-20 | vdpau: s/IS_VDPAU/IS_VDP | Carl-Anton Ingmarsson | 7 | -13/+13 | |
2009-06-20 | vdpaumpegdec: send newsegment event if only the rate has been updated | Carl-Anton Ingmarsson | 1 | -3/+11 | |
2009-06-20 | vdpaumpegdec: use mutex to protect mpeg_dec->seeking from concurrent access | Carl-Anton Ingmarsson | 2 | -1/+16 | |
2009-06-20 | vdpaumpegdec: use gst_pad_get_parent for threadsafety | Carl-Anton Ingmarsson | 1 | -23/+41 | |
2009-06-20 | vdpaumpegdec: further work on seeking | Carl-Anton Ingmarsson | 1 | -34/+27 | |
2009-06-20 | vdpaumpegdec: small cleanups | Carl-Anton Ingmarsson | 2 | -29/+32 | |
2009-06-20 | vdpaumpegdec: set GST_BUFFER_FLAG_DELTA_UNIT on non I_FRAME's | Carl-Anton Ingmarsson | 1 | -0/+8 | |
2009-06-20 | vdpaumpegdec: rename gstvdpmpegdecoder.[ch] to gstvdpmpegdec.[ch] | Carl-Anton Ingmarsson | 4 | -4/+4 | |
2009-06-20 | vdpaumpegdec: rename GstVdpMpegDecoder to GstVdpMpegDec | Carl-Anton Ingmarsson | 3 | -94/+90 | |
2009-06-20 | vdpaumpegdec: pass buffer size directly to gst_vdp_mpeg_decoder_decode | Carl-Anton Ingmarsson | 2 | -5/+4 | |