summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2003-09-11Remove all locally-defined optimization flagsDavid Schleef2-2/+2
2003-09-11Add unlink function to properly handle unreffing bufferpools.David Schleef2-24/+29
2003-08-29fix ambiguos message of error on read returnAngel Carpintero1-1/+4
2003-08-12Set by default SO_REUSEADDR and SO_KEEPALIVE socket optionsAngel Carpintero2-13/+13
2003-08-10Remove redundant plugindir definitionDavid Schleef8-8/+0
2003-08-07Add a new parameter _socketop_ to allow use REUSEADDR and KEEPALIVE socket op...Angel Carpintero2-2/+31
2003-08-05Fixed problems with select , which blocks after receive first bufferAngel Carpintero1-2/+17
2003-07-27Fix handling of RGB capsDavid Schleef2-44/+32
2003-07-25Add mtu parameterAngel Carpintero1-5/+18
2003-07-25Fix errors , now it doesn't complains and compiles, Still need to be fixed pr...Angel Carpintero1-1/+6
2003-07-19+ the last of the float caps changes ... these are a bit more pervasiveLeif Johnson2-4/+3
2003-07-19+ alterations to the adder for changed float capsLeif Johnson2-92/+95
2003-07-19+ some whitespace changes + adding dummy definitions to prepare for float capsLeif Johnson1-326/+289
2003-07-18Update to new debugging systemAngel Carpintero1-1/+1
2003-07-18adding none caps nego optionZeeshan Ali6-85/+171
2003-07-17A TCP plugin could be needed by many, including wtay himself cause he is sitt...Zeeshan Ali10-0/+1137
2003-07-14Caps fixes. Change meaning of parameters to "default" size and rate. Minor ...David Schleef3-99/+181
2003-07-14Simple replacement for fast, but broken, algorithm. Needs to be refixed.David Schleef1-0/+1
2003-07-14Simple replacement for faster, but broken, algorithm. Needs to be refixed.David Schleef1-1/+8
2003-07-08Fixes from caps changesDavid Schleef2-18/+47
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje10-150/+158
2003-06-30be more graceful when caps negotiation failsDavid Schleef1-4/+8
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte9-66/+89
2003-06-11fix object resetThomas Vander Stichele1-5/+13
2003-06-10Backport of #109069Ronald S. Bultje1-4/+28
2003-06-10fix: width is in bytes, not bits. Remove incorrect assertion.David Schleef1-3/+2
2003-05-24- return result of parent state change tooWim Taymans1-3/+1
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure s...Brian Cameron3-3/+3
2003-05-18Add sync parameterDavid Schleef2-10/+24
2003-05-14Fix issues with invalid fourcc parameters.David Schleef2-2/+11
2003-05-13code cleanup. Changed g_print to GST_DEBUG(). Fixed RGB caps to work with 0.6.David Schleef3-16/+87
2003-05-12Some bugfixes:Christian Schaller1-1/+1
2003-05-10fixes #112711Thomas Vander Stichele1-1/+8
2003-05-09Change .p2align to .align for non-gas assemblers. (Fixes: #112608)David Schleef1-1/+1
2003-05-02Fix compile error because of unused functionsRonald S. Bultje1-2/+2
2003-05-01restore wtay's clocking changes in 1.17->1.18David Schleef1-3/+27
2003-04-23Add parameter to set the type of test pattern. Fix black test pattern.David Schleef3-12/+61
2003-04-22Added a test pattern for black. Made it the default (temporarily)David Schleef3-1/+27
2003-04-22Add 16 and 15-bit RGB formatsDavid Schleef1-0/+65
2003-04-22Rewrote much of videoscale. Now handles most common YUV formats as well as 3...David Schleef4-212/+677
2003-04-17Fix height/width caps negotiationDavid Schleef1-14/+9
2003-04-16*_is_writeable => *_is_writable (spelling)Benjamin Otte1-1/+1
2003-04-16Significant improvements to videotestsrc. More modular, handles RGB formats.David Schleef5-746/+1090
2003-04-15change *_is_readonly to *_is_writeable. Hope the name stays now...Benjamin Otte1-1/+1
2003-04-15- revert change to use a newly added gst_buffer_is_readonly (which wasn't new...Benjamin Otte1-18/+13
2003-04-15Change agressive -> aggressive.Colin Walters1-8/+8
2003-04-15Initialize various variables so gcc won't complain.Colin Walters1-3/+3
2003-04-14Added initial version of audioconvert, a generic converter of integer audio/r...Benjamin Otte2-0/+813
2003-02-11Do rate control, skip frames when too old.Wim Taymans2-3/+28
2003-02-11ref the caps when returning it as the result of a getcaps function as we're r...Wim Taymans1-1/+1