summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-11- Fix endless loop in adderWim Taymans2-139/+185
2003-01-10PadConnect -> PadLinkThomas Vander Stichele5-6/+6
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele6-25/+25
2002-12-31exciting .cvsignore updates!David I. Lehn1-0/+1
2002-12-08parallel install fixesThomas Vander Stichele6-9/+9
2002-11-09Fix divide by zero bug when rate==0David Schleef1-1/+1
2002-11-01backmergeThomas Vander Stichele1-1/+1
2002-10-30use G_{BEGIN,END}_DECLSDavid I. Lehn1-9/+2
2002-10-30fix videotestsrc ! fakesink: use macro to null terminate props reformat a few...David I. Lehn1-12/+16
2002-10-27Fix some broken param_specsRonald S. Bultje1-2/+2
2002-10-23add rate parameterDavid Schleef2-1/+14
2002-10-23add black, superblack, darkgrey areasDavid Schleef1-5/+42
2002-10-15comment out unused functionAndy Wingo1-0/+2
2002-10-04Lots of new goodness. Will negotiate caps and output images in about 20 diff...David Schleef2-400/+746
2002-10-01sorryThomas Vander Stichele2-1/+5
2002-10-01code cleanups renamed FORMAT to WIDTH and disabled it since the code is fixed...Thomas Vander Stichele1-87/+94
2002-09-23talk about a painful mergeThomas Vander Stichele1-228/+98
2002-09-18plugins part of license field patchChristian Schaller6-1/+8
2002-09-15If output size == input size, just pass through bufferDavid Schleef1-10/+15
2002-09-12const fixesWim Taymans1-1/+2
2002-09-12this is what triggered olive's bug.Thomas Vander Stichele1-1/+2
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje4-15/+12
2002-09-09removing warnings (approved by wtay)Thomas Vander Stichele2-6/+1
2002-09-09various code cleanups use gst/audio/audio.h more allow setting fixed set of a...Thomas Vander Stichele2-75/+246
2002-08-26patch from mromaineThomas Vander Stichele1-1/+1
2002-08-11use gstcontrol as a lib, not a pluginSteve Baker4-14/+6
2002-07-30Use bufferpool, if availableDavid Schleef2-3/+36
2002-07-30Will now negotiate I420, YV12, and RGBDavid Schleef2-19/+210
2002-07-30Add timestampingDavid Schleef2-2/+10
2002-07-28#include <string.h>Steve Baker1-0/+1
2002-07-28Added reasonable values for primaries in YUV space. Added second reverse blu...David Schleef1-14/+85
2002-07-26New plugin for generating a test video streamDavid Schleef3-0/+449
2002-07-26Parse the format as a fourccWim Taymans2-2/+2
2002-07-26fix to adder: don't pull on unusable padsAndy Wingo1-0/+6
2002-07-25Fix gst_buffer_copy_on_write() problem in chain_int function, tooDavid Schleef1-7/+1
2002-07-25Fix: use gst_buffer_copy_on_write() instead of incorrect copying if READONLY.David Schleef1-7/+1
2002-07-15desc fixThomas Vander Stichele1-1/+1
2002-06-02Make elements nanoseconds awareWim Taymans1-1/+1
2002-05-29use new dparams api. also has a slight optimisation so that CLAMP is only use...Steve Baker1-10/+25
2002-05-29use new dparams api. run demo_dparams to hear how smooth it is nowSteve Baker2-11/+14
2002-05-29fix makefile...Andy Wingo1-1/+1
2002-05-29maintainance on audioscaleAndy Wingo3-19/+34
2002-05-27fixups in the prop view/controller compilation fixes in the player add gst-ed...Andy Wingo1-4/+19
2002-05-27volume 1.0 by defaultAndy Wingo1-0/+2
2002-05-25yield from time to timeThomas Vander Stichele1-0/+2
2002-05-15use new bytestream api. please test if you care about this pluginSteve Baker1-3/+6
2002-05-05sinesrc:Steve Baker3-92/+62
2002-05-05make the volume range a more sensible 0 -> 4 instead of -4 -> 4Steve Baker1-2/+2