summaryrefslogtreecommitdiff
path: root/sys/v4l/v4lmjpegsrc_calls.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-15paranoia cleanups and a sync fixThomas Vander Stichele1-20/+23
2004-05-13sys/v4l/: add more debugging send a discont at startThomas Vander Stichele1-1/+1
2004-05-03ext/divx/gstdivxenc.c: fix range since -1 is the defaultThomas Vander Stichele1-1/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-34/+34
2004-03-14gst-indentThomas Vander Stichele1-193/+171
2004-02-27patches from jmmv@menta.net (Julio M. Merino Vidal)David Schleef1-13/+17
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-1/+1
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-14/+14
2004-01-18use new error signal and classificationThomas Vander Stichele1-42/+29
2003-10-10Some interface implementations for video4linux/video4linux2 plugins: a Tuner ...Ronald S. Bultje1-96/+0
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele1-71/+53
2003-09-15Fixing gst_element_error callsJulien Moutte1-53/+71
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-2/+2
2003-05-21Some final fixes for the v4lsrc elements. remove software sync thread (use GS...Ronald S. Bultje1-23/+133
2003-05-02Implement element synchronization (#108301)Ronald S. Bultje1-0/+11
2003-03-09Fix v4l/v4l2 compilation problemsRonald S. Bultje1-0/+4
2003-01-31Don't use irrelevant debugging output on get_buffer calls, and fix a race in ...Ronald S. Bultje1-1/+1
2002-10-26Let's use g_strerror() instead of strerror()Ronald S. Bultje1-10/+10
2002-10-24Use strerror() instead of sys_errlist[] (deprecated)Ronald S. Bultje1-10/+10
2002-09-17This fixes the video4linux/video4linux2 debug output, which had one \n too muchRonald S. Bultje1-1/+1
2002-09-09This patch: 1) would provide v4l2 plugins, if only the CVS server wouldn't bo...Ronald S. Bultje1-55/+20
2002-03-19removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo1-1/+1
2002-02-20Small updates to avimux and the v4l plugins for usability in generalRonald S. Bultje1-4/+4
2002-02-13Get rid of the gst_element_info() and replace it with g_message()Ronald S. Bultje1-8/+4
2002-01-31Various fixesRonald S. Bultje1-1/+1
2001-12-28Small changes and integration of norm and input autodetection for mjpegv4lsrcRonald S. Bultje1-1/+15
2001-12-24Minor updatesRonald S. Bultje1-3/+7
2001-12-23New video4linux plugins, can also handle hardware JPEG devices. First check-i...Ronald S. Bultje1-0/+595