- Apr 26, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: set the video window size up front for NTSC, as a timesaver
-
- Apr 25, 2001
-
-
Richard Boulton authored
Remove #include <gnome.h> from some tests which don't actually need it, and make the other tests and the autoplug exa... Original commit message from CVS: Remove #include <gnome.h> from some tests which don't actually need it, and make the other tests and the autoplug example only compile if gnome headers are present.
-
- Apr 24, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in.
-
Erik Walthinsen authored
Original commit message from CVS: - commented out remainder of Meta stuff - enhanced mem_chunk allocation to round up to nearest 32 bytes this helps ensure that GstBuffers are more likely to be on cache-lines - added free() and copy() function pointers to GstBuffer - added code in _destroy and _copy to use above routines if !NULL - fixed up _copy code to suck less
-
- Apr 23, 2001
-
-
Erik Walthinsen authored
Collection of minor changes: autogen.sh - remove config.cache before running ./configure gst/elements/gstfakesink.c -... Original commit message from CVS: Collection of minor changes: * autogen.sh - remove config.cache before running ./configure * gst/elements/gstfakesink.c - print out the size of the buffer, too * plugins/Makefile.am - removed a spare trailing backslash * plugins/arts/gst_artsio_impl.cc - change the scale back to 0.5 * plugins/oss/gstosssrc.c - change name slightly to match osssink
-
Erik Walthinsen authored
Original commit message from CVS: updated dvshow to use dv1394src instead of gst1394src
-
- Apr 22, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added a check for aalib
-
Wim Taymans authored
Original commit message from CVS: Added the disksink template
-
Wim Taymans authored
Original commit message from CVS: Updates
-
Wim Taymans authored
Original commit message from CVS: Added a non functional dv to mpeg1 encoder.
-
Wim Taymans authored
Original commit message from CVS: API docs updates. Properly implemented the disksink. Fixed a compile problem with alsa. Added bufferpool handling to dvdec Some compiler warning fixes
-
Richard Boulton authored
Original commit message from CVS: Merged from BRANCH-PLUGINVER1
-
Erik Walthinsen authored
Original commit message from CVS: fixes for gstbuffer, and removed ## from gstcaps.h that was causing all that warning noise
-
Erik Walthinsen authored
Original commit message from CVS: completed gst_buffer_copy, added API comments
-
Erik Walthinsen authored
Original commit message from CVS: added test program for dv decoder
-
Erik Walthinsen authored
added GST_STR_FOURCC, which takes strings like "YUY2" instead of 'Y','U','Y','2'. better, I think <g> Original commit message from CVS: added GST_STR_FOURCC, which takes strings like "YUY2" instead of 'Y','U','Y','2'. better, I think <g>
-
Wim Taymans authored
Original commit message from CVS: Add -lm and the glib libs too for the dv_init check
-
Erik Walthinsen authored
Original commit message from CVS: Added gst_buffer_copy(). It's not complete, it should copy more stuff like flags and such. FIXME.
-
- Apr 21, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: added initial DV (smpte314m) decoder plugin
-
Wim Taymans authored
Original commit message from CVS: Fixed a few plugins so that mpeg1 encoding sorta works. Added an mpeg1 encoder example, it uses the autoplugger to convert the stream to audio/video, which is then fed to the encoders.
-
- Apr 20, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added caps proxying and bufferpool passing to identity so that -launch disksrc ! mad ! identity ! osssink works.
-
Thomas Vander Stichele authored
Original commit message from CVS: update to take new gstdisksink element into account
-
Richard Boulton authored
Original commit message from CVS: Update the alternative Makefile.am for gst/, which depends on automake >1.4d
-
Thomas Vander Stichele authored
first stab at a disk sink element no optimization, is it necessary ? basic error checking seems to work; you can copy... Original commit message from CVS: * first stab at a disk sink element * no optimization, is it necessary ? * basic error checking * seems to work; you can copy files by typing gstreamer-launch disksrc location=test.in ! disksink location=test.out * decode of mp3 to raw pcm also tested
-
- Apr 19, 2001
-
-
Wim Taymans authored
Original commit message from CVS: More API docs updates
-
Erik Walthinsen authored
Original commit message from CVS: First pass at 1394 source. Arguments need to be added, etc. But it works.
-
Erik Walthinsen authored
Original commit message from CVS: better (not complete, afaict) checking for arts
-
- Apr 18, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added more API docs to Autoplug, Buffer, Bin, BufferPool. Fixed some compile problems with videosink
-
Thomas Vander Stichele authored
mixer now works with variable inputs mixer creates custom volume envelopes allowing each song to play alone and end w... Original commit message from CVS: * mixer now works with variable inputs * mixer creates custom volume envelopes allowing each song to play alone and end with a mix of all of them, undistorted
-
Thomas Vander Stichele authored
Original commit message from CVS: * cleaned up some code and integrated with new adder (mixer now works with different types of files)
-
- Apr 17, 2001
-
-
Thomas Vander Stichele authored
changed mixer to work by autoplugging the input channels (not very useful yet, since the input buffers to volenv have... Original commit message from CVS: changed mixer to work by autoplugging the input channels (not very useful yet, since the input buffers to volenv have different sizes)
-
Wim Taymans authored
Original commit message from CVS: The first wave of docs updates Added a little more comments about the API usage in the api docs. Some fixes for the capsnego testsuite.
-
Wim Taymans authored
Original commit message from CVS: Autoplug3 shows an example of an autoplugged mp3 player. Autoplug4 shows various static autoplugger examples.
-
Thomas Vander Stichele authored
Original commit message from CVS: header for mixer.c, containing input_pipe_t
-
Thomas Vander Stichele authored
Original commit message from CVS: added a struct to set up input channels
-
Thomas Vander Stichele authored
Original commit message from CVS: added mixer example and adder plugin to configure.in
-
Erik Walthinsen authored
Original commit message from CVS: finished change to GST_ macros
-
Erik Walthinsen authored
Original commit message from CVS: added gstversion.h
-
- Apr 16, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Updated the padfactory test code.
-
Wim Taymans authored
Original commit message from CVS: Added 1337 macros to create padtemplates and capstemplates. Added some code for bufferpools
-