summaryrefslogtreecommitdiff
path: root/gst/videoscale
AgeCommit message (Expand)AuthorFilesLines
2005-04-25Link plugins against libraries:David Schleef2-63/+1
2005-01-29gst/videoscale/gstvideoscale.c: PAR can be non-fixed when not provided as arg...Ronald S. Bultje1-8/+14
2004-11-03gst/videoscale/: leak fixesChristophe Fergeau2-5/+6
2004-11-01Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt1-1/+1
2004-10-01gst/videoscale/gstvideoscale.c: Fix negotiation.Ronald S. Bultje1-122/+82
2004-07-28don't debug if not thereThomas Vander Stichele1-3/+3
2004-07-27fix local includes and 64 bits constantsSteve Lhomme2-3/+3
2004-07-27more working pluginsSteve Lhomme1-1/+1
2004-07-27pixel aspect ratio handlingThomas Vander Stichele2-9/+234
2004-07-27add _get_size function with stride, fixes YUV conversionsThomas Vander Stichele3-21/+65
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
2004-07-26fix videoscale stride bugsThomas Vander Stichele1-56/+79
2004-07-26shuffling code aroundThomas Vander Stichele1-67/+76
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+154
2004-07-22fix videoscale for strideThomas Vander Stichele2-14/+40
2004-07-22comment algorithmThomas Vander Stichele1-11/+14
2004-07-18yikes, wrong patchThomas Vander Stichele1-197/+10
2004-07-18DEBUG->LOGThomas Vander Stichele2-27/+213
2004-07-18DEBUG->LOGThomas Vander Stichele2-7/+7
2004-07-09don't assert in state changeThomas Vander Stichele1-0/+4
2004-06-17notify; don't overlimitThomas Vander Stichele1-2/+2
2004-05-24gst/videoscale/videoscale.c: Fix the scaling algorithm and avoid a buffer ove...Wim Taymans1-61/+60
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele3-62/+64
2004-03-15*.h: Revert indentingJohan Dahlin3-66/+60
2004-03-14gst-indentThomas Vander Stichele6-472/+512
2004-03-03remove stray g_printThomas Vander Stichele1-1/+0
2004-02-25assorted debug/warning fixesThomas Vander Stichele1-1/+0
2004-02-25add debug category and use it properlyThomas Vander Stichele3-40/+53
2004-02-04Convert GST_DEBUG_CAPS() to GST_DEBUG():David Schleef1-2/+2
2004-01-28gst-libs/gst/play/gstplay.c: seek on video sink element first.Julien Moutte1-2/+3
2004-01-26gst/videoscale/gstvideoscale.c: Dunno how that one managed to stay there... F...Julien Moutte1-3/+0
2004-01-15ext/esd/esdsink.c: Remove property that handles osssink fallback.David Schleef1-2/+2
2004-01-11ext/ffmpeg/gstffmpegcolorspace.c: Fixing the pad_alloc_buffer implementation ...Julien Moutte1-1/+1
2004-01-09ext/ffmpeg/gstffmpegcolorspace.c: Implementing gst_pad_alloc_buffer to use op...Julien Moutte1-3/+5
2004-01-09ext/ffmpeg/gstffmpegenc.c: Fix pad_link function to handle formats that ffmpe...David Schleef1-0/+34
2004-01-02Fix silly typoDavid Schleef1-1/+1
2003-12-31Negotiation fixes.David Schleef3-47/+72
2003-12-27Fix warningsJeremy Simon1-1/+1
2003-12-22Merge CAPS branchDavid Schleef3-221/+132
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
2003-11-11Fix caps negotiation in _getcaps and _link functions. Should be completely s...David Schleef2-109/+113
2003-11-10Two fixes. The first sets inited to TRUE when we're going into passthrough mo...Ronald S. Bultje1-0/+7
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje3-2/+5
2003-11-06add config.hDavid Schleef1-0/+3
2003-11-02fix for new plugin systemBenjamin Otte1-83/+86
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-4/+5
2003-09-14Add passthru. Remove height/width parameters. Fix caps negotiation to autom...David Schleef2-47/+37