- 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
-
Erik Walthinsen authored
Original commit message from CVS: Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.
-
Wim Taymans authored
Original commit message from CVS: Added an test program for the mad mp3 decoder.
-
Thomas Vander Stichele authored
Original commit message from CVS: changed volume envelope; should do a nice transition between both songs now
-
Wim Taymans authored
Original commit message from CVS: Added an arg to fakesink so that it doesn't printf.
-
Wim Taymans authored
Original commit message from CVS: Added an example audio mixer.
-
Wim Taymans authored
Original commit message from CVS: Add the xvideosink to the example.
-
- Apr 15, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added missing category strings...
-
Erik Walthinsen authored
Original commit message from CVS: save xml file of the launch cmdline
-
Erik Walthinsen authored
Original commit message from CVS: added comment about missing flag
-
Erik Walthinsen authored
Original commit message from CVS: run gstreamer-register on postinstall
-
Erik Walthinsen authored
Original commit message from CVS: changed some INFOs to DEBUGs
-
Wim Taymans authored
Original commit message from CVS: Added the volenv/passthrough plugin Makefiles
-
Wim Taymans authored
Original commit message from CVS: Added the mad mp3 decoder. Added flushing to the vorbis decoder. Updated configure.in to check for Hermes and libmad
-
Wim Taymans authored
Original commit message from CVS: Fixed the gfloat error in the va_arg code.
-
- Apr 14, 2001
-
-
Wim Taymans authored
Original commit message from CVS: A rather large patch: - changed the API for the padtemplates: - remove the factories (array of pointers) for the padtemplates, properties and caps. The static array was a nice idea but converting all the property values to a gpointer was not a good idea. float properties were not possible, and casting a gint to a pointer is not very portable. The new API just uses the _padtemplate_new, _caps_new and _props_new functions to create the templates. This has the added benefit that the API is now uniform for static and dynamic templates and that the code can be made cleaner. - lots of cleanups in the way the capabilities are constructed (va_list) - lots of updates for all the plugins (new API) - docs updates (new API) - removed the videoraw docs.
-
- Apr 12, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Lots of updates to the plugins for caps negotiation. Added YUY2 output to the win32 dlls. Added a colorspace converter in gstplay
-
- Apr 10, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Fixed the doc build warnings
-
- Apr 06, 2001
-
-
Zaheer Abbas Merali authored
Original commit message from CVS: Added ALaw encoder and decoder
-
- Apr 03, 2001
-
-
Richard Boulton authored
Original commit message from CVS: Add a proposed makefile to use in place of Makefile.am. This depends on automake 1.4d or later, but is much neater, avoiding horrible hacks to pass special flags in. I put it here for safekeeping until automake 1.5 is released, at which point we can reasonably require it.
-
Richard Boulton authored
Original commit message from CVS: Add artsdsink plugin. Worked first time for me. :)
-