summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use GST_WARNING instead of fprintf.Dave Robillard2009-06-261-2/+2
* Add LV2 quick start README.Dave Robillard2009-06-261-0/+18
* camerabin: don't leak requestpadsStefan Kost2009-06-252-0/+9
* camerabin: sync first test more safelyStefan Kost2009-06-251-8/+33
* capssetter: import element into -badMark Nauwelaerts2009-06-2510-3/+485
* qtmux: Remove unused variable.Edward Hervey2009-06-251-3/+0
* qtmux: Fix debug statement.Edward Hervey2009-06-251-1/+2
* camerabin: add target-times option to specify test timesStefan Kost2009-06-241-11/+35
* camerabin: buffer-alloc support fixes to image and video bin handlingLasse Laukkanen2009-06-241-45/+29
* camerabin: fix setting mute when video bin elements haven't been createdLasse Laukkanen2009-06-242-12/+16
* camerabin: set image bin to PAUSED when starting captureLasse Laukkanen2009-06-241-3/+3
* camerabin: leave v4l2camsrc "capture-mode" as video mode when pausingLasse Laukkanen2009-06-241-12/+0
* Automatic update of common submoduleJan Schmidt2009-06-241-0/+0
* VDPAU: Move I420/YV12 to the front of the caps. Add debug.Jan Schmidt2009-06-232-10/+13
* xvidenc: also allow video/mpeg on output caps. Fixes #377784.Mark Nauwelaerts2009-06-231-14/+25
* shapewipe: Correctly handle 0/1 fpsSebastian Dröge2009-06-231-1/+4
* signalprocessor: use $(top_builddir) instead of relative pathsStefan Kost2009-06-224-6/+18
* camerabin: add local include dir to CFLAGSStefan Kost2009-06-221-1/+3
* Working LV2 plugin discovery.Dave Robillard2009-06-2212-7/+704
* Fix inconsistent style (trivial test commit).Dave Robillard2009-06-221-1/+1
* Add configure check for SLV2.Dave Robillard2009-06-221-0/+8
* camerabin: debug log only changeStefan Kost2009-06-221-2/+2
* metadata: map more tags and fix reading of xmp tagsStefan Kost2009-06-223-15/+65
* camerabin: more cleanup in testsStefan Kost2009-06-221-9/+10
* camerabin: code cruft removal and debug logsStefan Kost2009-06-225-134/+92
* camerabin: add camerabin examplesStefan Kost2009-06-228-15/+3057
* metadata: fix conversion of geo coordinatesStefan Kost2009-06-221-10/+17
* h264parse: detect and fix for bad NALU sizesWim Taymans2009-06-221-0/+10
* VDPAU: Add some debug statementsJan Schmidt2009-06-202-0/+18
* VDPAU: Fix build flags to pull in gst-plugins-base libsJan Schmidt2009-06-201-2/+2
* VDPAU: Refactor the error path to a common output, and fix a leak.Jan Schmidt2009-06-201-16/+24
* VDPAU: Fix up caps in vdpaumpegdec. Remove extra semicolonJan Schmidt2009-06-201-4/+3
* VDPAU: Enhance the configure testsJan Schmidt2009-06-202-5/+36
* vdpaumpegdec: use fixed src capsCarl-Anton Ingmarsson2009-06-201-0/+1
* vdpaumpegdec: drop all frames before a GOP when we seekCarl-Anton Ingmarsson2009-06-202-1/+26
* vdpaumpegdec: small cleanupCarl-Anton Ingmarsson2009-06-201-4/+3
* vdpau: s/IS_VDPAU/IS_VDPCarl-Anton Ingmarsson2009-06-207-13/+13
* vdpaumpegdec: send newsegment event if only the rate has been updatedCarl-Anton Ingmarsson2009-06-201-3/+11
* vdpaumpegdec: use mutex to protect mpeg_dec->seeking from concurrent accessCarl-Anton Ingmarsson2009-06-202-1/+16
* vdpaumpegdec: use gst_pad_get_parent for threadsafetyCarl-Anton Ingmarsson2009-06-201-23/+41
* vdpaumpegdec: further work on seekingCarl-Anton Ingmarsson2009-06-201-34/+27
* vdpaumpegdec: small cleanupsCarl-Anton Ingmarsson2009-06-202-29/+32
* vdpaumpegdec: set GST_BUFFER_FLAG_DELTA_UNIT on non I_FRAME'sCarl-Anton Ingmarsson2009-06-201-0/+8
* vdpaumpegdec: rename gstvdpmpegdecoder.[ch] to gstvdpmpegdec.[ch]Carl-Anton Ingmarsson2009-06-204-4/+4
* vdpaumpegdec: rename GstVdpMpegDecoder to GstVdpMpegDecCarl-Anton Ingmarsson2009-06-203-94/+90
* vdpaumpegdec: pass buffer size directly to gst_vdp_mpeg_decoder_decodeCarl-Anton Ingmarsson2009-06-202-5/+4
* vdpaumpegdec: small cleanupCarl-Anton Ingmarsson2009-06-201-1/+2
* vdpaumpegdec: calculate byterate from the size of the incoming dataCarl-Anton Ingmarsson2009-06-202-12/+38
* vdpaumpegdec: print frame_nr in debug printCarl-Anton Ingmarsson2009-06-201-2/+4
* vdpaumpegdec: interlaced fixesCarl-Anton Ingmarsson2009-06-201-1/+3