summaryrefslogtreecommitdiffstats
path: root/sys/v4l2
AgeCommit message (Expand)AuthorFilesLines
2004-03-15don't mix tabs and spacesThomas Vander Stichele9-523/+524
2004-03-15*.h: Revert indentingJohan Dahlin7-151/+168
2004-03-14gst-indentThomas Vander Stichele16-1816/+1710
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele1-3/+3
2004-02-02remove textdomain callsThomas Vander Stichele1-1/+0
2004-02-02code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef1-1/+1
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele5-41/+41
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele5-41/+41
2004-01-21fix includes for distcheckThomas Vander Stichele1-1/+1
2004-01-20fix missing includeBenjamin Otte1-0/+2
2004-01-19another fixThomas Vander Stichele1-1/+1
2004-01-19fix element_errorThomas Vander Stichele1-12/+11
2004-01-19further element_error fixesThomas Vander Stichele1-36/+37
2004-01-19putting i18n in place for pluginsThomas Vander Stichele2-18/+24
2004-01-19updating v4l2 for new error handlingThomas Vander Stichele1-60/+63
2004-01-18use new error signal and classificationThomas Vander Stichele2-27/+31
2004-01-15ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE.Julien Moutte1-0/+2
2004-01-14ext/divx/: Set category to divx4linux instead of divx (too generic).Ronald S. Bultje1-1/+1
2004-01-12sys/v4l2/: add norm, channel and frequency properties.Benjamin Otte8-1097/+1098
2004-01-07Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje1-1/+1
2003-12-22Merge CAPS branchDavid Schleef2-145/+86
2003-12-21configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje1-45/+96
2003-12-07Move over from GstInterface to GstImplementsInterface. Also adds some signals...Ronald S. Bultje1-4/+4
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-22distcheck fixesDavid Schleef1-1/+1
2003-11-10Proper device-capabilities check when openingRonald S. Bultje1-0/+11
2003-11-09Fix device probing from multiple childs. It's done once in the parent class o...Ronald S. Bultje1-5/+8
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje1-0/+4
2003-11-07Add device autodetectionRonald S. Bultje2-1/+180
2003-11-06All the interfaces are collected in libgstinterfaces now.Jan Schmidt1-3/+1
2003-11-03v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init ...Benjamin Otte1-1/+1
2003-11-02hmm...Ronald S. Bultje5-67/+51
2003-10-26Oops, input <-> output confusionRonald S. Bultje1-1/+1
2003-10-14Forgot to commit Makefile.am - these remove the marshallers and add interface...Ronald S. Bultje2-34/+10
2003-10-11another file that needs to be addedDavid Schleef1-0/+1
2003-10-10Some interface implementations for video4linux/video4linux2 plugins: a Tuner ...Ronald S. Bultje13-585/+1246
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-3/+3
2003-09-13typosRonald S. Bultje1-1/+2
2003-09-13Move all the several v4l/v4l2 plugins in one v4l and one v4l2 pluginRonald S. Bultje6-35/+66
2003-09-11add cvsignoresChristian Schaller1-0/+2
2003-08-10Remove redundant definition of plugindirDavid Schleef1-1/+0
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-24/+66
2003-07-03Fix missing config.h and unistd.h includes which were apparently removed from...Ronald S. Bultje2-0/+5
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte4-5/+5
2003-05-24- UNITS -> DEFAULTWim Taymans1-7/+1
2003-05-22Actually, I didn't read the spec correctly. dohRonald S. Bultje1-16/+2
2003-05-22Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%?Ronald S. Bultje1-1/+6
2003-05-21Some final fixes for the v4lsrc elements. remove software sync thread (use GS...Ronald S. Bultje4-46/+218
2003-05-10This implements filtered-caps negotiation for all the v4l*src elements, and r...Ronald S. Bultje4-376/+368
2003-05-02Implement element synchronization (#108301)Ronald S. Bultje3-29/+243