summaryrefslogtreecommitdiffstats
path: root/sys/v4l2
Commit message (Expand)AuthorAgeFilesLines
* - update links to v4l[12] API docsStéphane Loeuillet2004-05-311-3/+7
* gst-libs/gst/tuner/tunerchannel.h: - add a freq_multiplicator field to make t...Stéphane Loeuillet2004-05-312-6/+14
* sys/v4l2/gstv4l2src.c: Ronald S. Bultje2004-05-071-0/+1
* Workaround for missing struct v4l2_buffer declaration in Suse 9 and Mandrake ...Ronald S. Bultje2004-04-101-0/+30
* sys/v4l2/gstv4l2src.c: fix Y41P (was typo'ed toRonald S. Bultje2004-04-101-37/+42
* don't mix tabs and spacesThomas Vander Stichele2004-03-159-523/+524
* *.h: Revert indentingJohan Dahlin2004-03-157-151/+168
* gst-indentThomas Vander Stichele2004-03-1416-1816/+1710
* fix headers fix signals to use - instead of _Thomas Vander Stichele2004-03-041-3/+3
* remove textdomain callsThomas Vander Stichele2004-02-021-1/+0
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-021-1/+1
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-025-41/+41
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-295-41/+41
* fix includes for distcheckThomas Vander Stichele2004-01-211-1/+1
* fix missing includeBenjamin Otte2004-01-201-0/+2
* another fixThomas Vander Stichele2004-01-191-1/+1
* fix element_errorThomas Vander Stichele2004-01-191-12/+11
* further element_error fixesThomas Vander Stichele2004-01-191-36/+37
* putting i18n in place for pluginsThomas Vander Stichele2004-01-192-18/+24
* updating v4l2 for new error handlingThomas Vander Stichele2004-01-191-60/+63
* use new error signal and classificationThomas Vander Stichele2004-01-182-27/+31
* ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE.Julien Moutte2004-01-151-0/+2
* ext/divx/: Set category to divx4linux instead of divx (too generic).Ronald S. Bultje2004-01-141-1/+1
* sys/v4l2/: add norm, channel and frequency properties.Benjamin Otte2004-01-128-1097/+1098
* Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje2004-01-071-1/+1
* Merge CAPS branchDavid Schleef2003-12-222-145/+86
* configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje2003-12-211-45/+96
* Move over from GstInterface to GstImplementsInterface. Also adds some signals...Ronald S. Bultje2003-12-071-4/+4
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* distcheck fixesDavid Schleef2003-11-221-1/+1
* Proper device-capabilities check when openingRonald S. Bultje2003-11-101-0/+11
* Fix device probing from multiple childs. It's done once in the parent class o...Ronald S. Bultje2003-11-091-5/+8
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-0/+4
* Add device autodetectionRonald S. Bultje2003-11-072-1/+180
* All the interfaces are collected in libgstinterfaces now.Jan Schmidt2003-11-061-3/+1
* v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init ...Benjamin Otte2003-11-031-1/+1
* hmm...Ronald S. Bultje2003-11-025-67/+51
* Oops, input <-> output confusionRonald S. Bultje2003-10-261-1/+1
* Forgot to commit Makefile.am - these remove the marshallers and add interface...Ronald S. Bultje2003-10-142-34/+10
* another file that needs to be addedDavid Schleef2003-10-111-0/+1
* Some interface implementations for video4linux/video4linux2 plugins: a Tuner ...Ronald S. Bultje2003-10-1013-585/+1246
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-3/+3
* typosRonald S. Bultje2003-09-131-1/+2
* Move all the several v4l/v4l2 plugins in one v4l and one v4l2 pluginRonald S. Bultje2003-09-136-35/+66
* add cvsignoresChristian Schaller2003-09-111-0/+2
* Remove redundant definition of plugindirDavid Schleef2003-08-101-1/+0
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-24/+66
* Fix missing config.h and unistd.h includes which were apparently removed from...Ronald S. Bultje2003-07-032-0/+5
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-294-5/+5
* - UNITS -> DEFAULTWim Taymans2003-05-241-7/+1