summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix categoryThomas Vander Stichele2003-06-274-4/+4
| | | | | Original commit message from CVS: fix category
* Remove some more unused cruft left over from our ancient avifile periodRonald S. Bultje2003-06-266-801/+2
| | | | | Original commit message from CVS: Remove some more unused cruft left over from our ancient avifile period
* Plugins cleanup:Ronald S. Bultje2003-06-254-119/+32
| | | | | | | | | | | | | | | | Original commit message from CVS: Plugins cleanup: * stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert. * stereosplit replaced by oneton. * vumeter replaced by level (and was broken anyway). * avifile replaced by ffmpeg. * mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx, too, which makes mjpegtools unneeded. * allow for jpegmmx instead of jpeg. * openquicktime replaced by qtdemux and ffmpeg. Broken anyway. * XMMS is broken and will never be fixed. * vga is broken and will not be fixed anywhere soon. * videosink has never worked. If it works, add it back to replace xvideosink.
* Added gst/realmedia gst/debug and ext/gdk_pixbufDavid Schleef2003-06-251-2/+11
| | | | | Original commit message from CVS: Added gst/realmedia gst/debug and ext/gdk_pixbuf
* Add gdkpixbuf subdir. Alphabetize a few others.David Schleef2003-06-251-8/+14
| | | | | Original commit message from CVS: Add gdkpixbuf subdir. Alphabetize a few others.
* Element that decodes images using gdk_pixbufDavid Schleef2003-06-253-0/+417
| | | | | Original commit message from CVS: Element that decodes images using gdk_pixbuf
* "My way" turned out to cause seg faults. :) Fixed, and added more fourcc ↵David Schleef2003-06-231-14/+26
| | | | | | | | to caps conversions. Original commit message from CVS: "My way" turned out to cause seg faults. :) Fixed, and added more fourcc to caps conversions.
* new "Electric Fence" element, that converts each buffer into an allocated ↵David Schleef2003-06-223-0/+494
| | | | | | | | region surrounded by two unmapped pages. Original commit message from CVS: new "Electric Fence" element, that converts each buffer into an allocated region surrounded by two unmapped pages.
* Revert last two changes and do it my way. :)David Schleef2003-06-191-41/+18
| | | | | Original commit message from CVS: Revert last two changes and do it my way. :)
* Support ISO-style variable argument macros.Brian Cameron2003-06-191-0/+12
| | | | | Original commit message from CVS: Support ISO-style variable argument macros.
* New ffmpeg version fixes mpeg decoding segfaults (mpeg1)Ronald S. Bultje2003-06-171-1/+1
| | | | | Original commit message from CVS: New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
* which causes a segfault. I'm working on thatRonald S. Bultje2003-06-171-24/+25
| | | | | Original commit message from CVS: This adds width/height properties to qtdemux, so that it connects to ffdec_*... still doesn't work, because the buffer allocation in ffdec_ allocs too small buffers (edge emulation failure or so?), which causes a segfault. I'm working on that
* Handle compressed headers. Fix inappropriate use of bytestream_flush().David Schleef2003-06-162-105/+304
| | | | | | | | Original commit message from CVS: Handle compressed headers. Fix inappropriate use of bytestream_flush(). Code cleanup. Added getcaps and _link functions for src pads. Extract and set the size,rate,channels correctly. Fix some of the caps to agree with avidemux and/or ffmpeg.
* caps refcounting fixes for float2int fixed wrt setting of caps on int pad ↵Andy Wingo2003-06-162-4/+18
| | | | | | | | | with dynamic number of sink pads in float2i... Original commit message from CVS: * caps refcounting fixes for float2int * fixed wrt setting of caps on int pad with dynamic number of sink pads in float2int * added libsndfile plugin (currently only the src is implemented) - currently only float output, noninterleaved is implemented
* Add standard huffman tables if the file doesn't have themRonald S. Bultje2003-06-151-0/+118
| | | | | Original commit message from CVS: Add standard huffman tables if the file doesn't have them
* Fix some of the fourcc to caps conversions. reenable setting of rate and n ↵David Schleef2003-06-151-12/+26
| | | | | | | | channels on audio caps. Original commit message from CVS: Fix some of the fourcc to caps conversions. reenable setting of rate and n channels on audio caps.
* gcc 3.3 and ppc fixesBenjamin Otte2003-06-141-12/+32
| | | | | Original commit message from CVS: gcc 3.3 and ppc fixes
* Added state change function where state is clearedWim Taymans2003-06-131-1/+38
| | | | | Original commit message from CVS: Added state change function where state is cleared
* 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