summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add videoflipDavid Schleef2003-06-131-2/+3
| | | | | Original commit message from CVS: Add videoflip
* Rotate/flip video by increments of 90 degrees.David Schleef2003-06-135-0/+840
| | | | | Original commit message from CVS: Rotate/flip video by increments of 90 degrees.
* Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVSDavid Schleef2003-06-111-3/+6
| | | | | Original commit message from CVS: Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
* Complete rewrite. Not finished, nothing to see here.David Schleef2003-06-102-570/+1249
| | | | | Original commit message from CVS: Complete rewrite. Not finished, nothing to see here.
* Congrats everyone! udp plugins are now multicast-enabledZeeshan Ali2003-06-094-7/+54
| | | | | Original commit message from CVS: Congrats everyone! udp plugins are now multicast-enabled
* localhost (the default host) couldnt get resolvedZeeshan Ali2003-06-091-2/+4
| | | | | Original commit message from CVS: localhost (the default host) couldnt get resolved
* Fix some weirdities in the man page, see #114060Ronald S. Bultje2003-06-081-2/+2
| | | | | Original commit message from CVS: Fix some weirdities in the man page, see #114060
* Actually push the event over to the next element instead of leaving it into ↵Ronald S. Bultje2003-06-071-0/+1
| | | | | | | eternity - thanks for Joshua for detecting Original commit message from CVS: Actually push the event over to the next element instead of leaving it into eternity - thanks for Joshua for detecting
* Remove NEW_MEDIA from pluginsRonald S. Bultje2003-06-072-5/+3
| | | | | Original commit message from CVS: Remove NEW_MEDIA from plugins
* Make sure buffer is long enough in type_find. Attempt to fix #114580David Schleef2003-06-061-0/+4
| | | | | Original commit message from CVS: Make sure buffer is long enough in type_find. Attempt to fix #114580
* g_warning -> GST_DEBUGThomas Vander Stichele2003-06-051-1/+1
| | | | | Original commit message from CVS: g_warning -> GST_DEBUG
* Add support for new divx/xvid mimetypesRonald S. Bultje2003-06-011-9/+21
| | | | | Original commit message from CVS: Add support for new divx/xvid mimetypes
* Prevent warningRonald S. Bultje2003-06-011-1/+2
| | | | | Original commit message from CVS: Prevent warning
* OopsRonald S. Bultje2003-06-011-1/+1
| | | | | Original commit message from CVS: Oops
* This fixes avimux largely. Sound playback still isn't optimal, but at least ↵Ronald S. Bultje2003-06-012-78/+65
| | | | | | | we're getting somewhere Original commit message from CVS: This fixes avimux largely. Sound playback still isn't optimal, but at least we're getting somewhere
* - use common code to write samples to the deviceWim Taymans2003-05-311-12/+20
| | | | | | Original commit message from CVS: - use common code to write samples to the device - add some error handling
* Fix avimux (somewhat). Note: the EOS event still doesn't get through. This ↵Ronald S. Bultje2003-05-302-9/+39
| | | | | | | is completely braindead, I have no clue wh... Original commit message from CVS: Fix avimux (somewhat). Note: the EOS event still doesn't get through. This is completely braindead, I have no clue why, but setting this thing to PAUSE should do the trick too. EOS fix will come later on...
* Update plugins to newest divx.com release API (5.2) (why aren't these libs ↵Ronald S. Bultje2003-05-301-9/+41
| | | | | | | API stable?!?) Original commit message from CVS: Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
* pkgconfig checks for mad, audiofile, fix for mcopidlThomas Vander Stichele2003-05-301-12/+21
| | | | | | Original commit message from CVS: pkgconfig checks for mad, audiofile, fix for mcopidl
* Use new ffmpeg revisionRonald S. Bultje2003-05-291-1/+1
| | | | | Original commit message from CVS: Use new ffmpeg revision
* I'm too lazy to comment thisRonald S. Bultje2003-05-291-2/+9
| | | | | Original commit message from CVS: New dxr3 plugins from Martin Soto <soto@informatik.uni-kl.de>
* Update duration fieldWim Taymans2003-05-291-1/+5
| | | | | Original commit message from CVS: Update duration field
* I'm too lazy to comment thisThomas Vander Stichele2003-05-282-1/+1
| | | | | Original commit message from CVS: *** empty log message ***
* - added gst_oss_clock_set_time to .h fileWim Taymans2003-05-241-0/+1
| | | | | Original commit message from CVS: - added gst_oss_clock_set_time to .h file
* - removed UNITSWim Taymans2003-05-241-2/+1
| | | | | Original commit message from CVS: - removed UNITS
* - UNITS -> DEFAULTWim Taymans2003-05-241-7/+1
| | | | | Original commit message from CVS: - UNITS -> DEFAULT
* - UNITS -> DEFAULTWim Taymans2003-05-244-18/+31
| | | | | | | | Original commit message from CVS: - UNITS -> DEFAULT - added chunk_size option to osssink, buffers will be written to the devive in chunks of this size, this can increase the accuracy of the clock on some devices.
* UNITS -> DEFAULTWim Taymans2003-05-243-41/+35
| | | | | Original commit message from CVS: UNITS -> DEFAULT
* - UNITS -> DEFAULTWim Taymans2003-05-241-19/+13
| | | | | | Original commit message from CVS: - UNITS -> DEFAULT - seeking updates
* removed UNITSWim Taymans2003-05-242-2/+0
| | | | | Original commit message from CVS: removed UNITS
* fix Makefiles for C++ libraries. They should now work with Forte. This needs ↵Benjamin Otte2003-05-221-1/+1
| | | | | | | a new libtool, update autogen.sh to refl... Original commit message from CVS: fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to reflect this.
* localhost should not be looked-up and the user should be able to able to use ↵Zeeshan Ali2003-05-222-6/+24
| | | | | | | IP instead of hostname Original commit message from CVS: localhost should not be looked-up and the user should be able to able to use IP instead of hostname
* Actually, I didn't read the spec correctly. dohRonald S. Bultje2003-05-221-16/+2
| | | | | Original commit message from CVS: Actually, I didn't read the spec correctly. doh
* Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%?Ronald S. Bultje2003-05-221-1/+6
| | | | | Original commit message from CVS: Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%?
* Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were ↵Brian Cameron2003-05-221-2/+2
| | | | | | | | causing non-gcc compilers to break. Original commit message from CVS: Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were causing non-gcc compilers to break.
* Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using ↵Brian Cameron2003-05-221-6/+6
| | | | | | | | | | | typeof(), since typeof() is a gcc-extensio... Original commit message from CVS: Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using typeof(), since typeof() is a gcc-extension and does not work with other compilers. This is okay since every place these macros are used, gints are passed in. I renamed SWAP to SWAP_INT to reflect that it is not so generic.
* Fixed header files so that rtp builds on SolarisBrian Cameron2003-05-222-7/+11
| | | | | Original commit message from CVS: Fixed header files so that rtp builds on Solaris
* Corrected the configure.ac so it actually works. Updated some c files so ↵Brian Cameron2003-05-212-12/+16
| | | | | | | | | that they build on Solaris. This mostly in... Original commit message from CVS: Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly involved supporting ISO style variable-argument macros.
* Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron2003-05-218-13/+35
| | | | | | | | | script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
* Some final fixes for the v4lsrc elements. remove software sync thread (use ↵Ronald S. Bultje2003-05-214-46/+218
| | | | | | | | | | | | | | | | | | | GST_ELEMENT_THREAD_SUGGESTED instead) make... Original commit message from CVS: Some final fixes for the v4lsrc elements. * remove software sync thread (use GST_ELEMENT_THREAD_SUGGESTED instead) * make all src elements threadsafe * fix num_buffer argument setting in v4l2src (VIDIOC_S_PARM) * re-add bufsize (RO) for v4lmjpegsrc * fix the A/V sync calculation in all elements (spvf=GST_SECOND/fps, not GST_SECOND*fps) * probably some more crap.... With all this, it actually works quite well. The TODO files describes the next steps in order to make a full-featured video recorder based on these elements and GStreamer (bottom). Making a simple recorder should be fairly easy now, btw.
* Fix typo in last checkinDavid Schleef2003-05-201-1/+0
| | | | | Original commit message from CVS: Fix typo in last checkin
* Fix typo (incorrect pointer dereference). Change the magic number for ↵David Schleef2003-05-201-2/+4
| | | | | | | | little-endian streams to match with /etc/magic. Original commit message from CVS: Fix typo (incorrect pointer dereference). Change the magic number for little-endian streams to match with /etc/magic.
* remove creation of makefile in nonexistent (sys/x11) directoryDavid Schleef2003-05-191-1/+0
| | | | | Original commit message from CVS: remove creation of makefile in nonexistent (sys/x11) directory
* update libflac checkJeremy Simon2003-05-192-1/+2
| | | | | Original commit message from CVS: update libflac check
* make wavparse not segfault when somebody puts data at the end of the fileBenjamin Otte2003-05-171-5/+7
| | | | | Original commit message from CVS: make wavparse not segfault when somebody puts data at the end of the file
* Hm, one more little endian fixRonald S. Bultje2003-05-141-1/+1
| | | | | Original commit message from CVS: Hm, one more little endian fix
* PCM data in AVI is always little endianRonald S. Bultje2003-05-142-5/+19
| | | | | Original commit message from CVS: PCM data in AVI is always little endian
* fixed gst-launch-ext to use new pipelines (bug 111108)Benjamin Otte2003-05-141-14/+14
| | | | | Original commit message from CVS: fixed gst-launch-ext to use new pipelines (bug 111108)
* wavenc supports 8 bits tooRonald S. Bultje2003-05-132-2/+8
| | | | | Original commit message from CVS: wavenc supports 8 bits too
* fixes 107967Thomas Vander Stichele2003-05-121-3/+4
| | | | | Original commit message from CVS: fixes 107967