summaryrefslogtreecommitdiff
path: root/gst/ffmpegcolorspace
AgeCommit message (Expand)AuthorFilesLines
2005-07-13make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be added manually to e...Thomas Vander Stichele1-0/+1
2005-06-28*.c: Don't cast to GstObject before reffing/unreffing.Andy Wingo1-2/+2
2005-06-02Cleanups and buffer alloc.Wim Taymans1-16/+19
2005-05-25gst/ffmpegcolorspace/gstffmpegcolorspace.c: No need to take the STREAM lock a...Wim Taymans1-7/+0
2005-05-18gst/ffmpegcolorspace/gstffmpegcolorspace.c: Enable buffer alloc passthrough i...Wim Taymans1-1/+7
2005-05-17Leak fixes in oggdemux.Wim Taymans1-47/+104
2005-05-17gst/: Fix passthrough in ffmpegcolorspace.Wim Taymans1-2/+1
2005-05-06gst/ffmpegcolorspace/gstffmpegcolorspace.c: Well, unreffing a buffer right be...Wim Taymans1-2/+9
2005-05-06Fixed negotiation wrt _peer_get_caps()Wim Taymans1-5/+9
2005-04-16not a system headerThomas Vander Stichele1-1/+3
2005-03-31Plugin port to 0.9, ogg/theora playback should work in the seek example now.Wim Taymans2-93/+119
2005-02-12Convert to and from YV12 (fixes #156379)Tim-Philipp Müller3-1/+35
2005-02-08Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not...Tim-Philipp Müller1-1/+1
2005-01-29gst/ffmpegcolorspace/gstffmpegcolorspace.c: D'oh, reference the palette data,...Ronald S. Bultje1-1/+1
2005-01-17gst/ffmpegcolorspace/gstffmpegcodecmap.c: Fix BGRA32 caps (#164209).Ronald S. Bultje1-7/+7
2005-01-17gst/ffmpegcolorspace/gstffmpegcodecmap.c: alpha_mask can be RGBA/ABGR. Fixes ...Ronald S. Bultje1-1/+8
2005-01-15gst/ffmpegcolorspace/gstffmpegcodecmap.c: Fix for depth = 15. Fixes #161675.Ronald S. Bultje1-2/+7
2005-01-13nego if not done yetThomas Vander Stichele1-0/+5
2005-01-08ext/dv/gstdvdec.c: remove unneeded comment from dvdec (related to DV 4CC code...Stéphane Loeuillet4-3/+157
2004-12-29clean up the mess that made me cry and avoid needless duplicationThomas Vander Stichele3-421/+234
2004-12-29give indication of why we segfaultThomas Vander Stichele1-1/+6
2004-12-19gst/ffmpegcolorspace/imgconvert.c: Fix code to not use GCC extensions (and c9...David Schleef1-362/+337
2004-12-16gst/ffmpegcolorspace/gstffmpegcolorspace.c: Fix memleak (#154815).Ronald S. Bultje1-0/+1
2004-12-01gst/ffmpegcolorspace/gstffmpegcolorspace.c: Remove old leftover that shouldn'...Ronald S. Bultje1-2/+1
2004-11-14gst/ffmpegcolorspace/gstffmpegcodecmap.c: Fix for gcc-2.95 (fixes #158221).Ronald S. Bultje1-146/+189
2004-11-11gst/ffmpegcolorspace/imgconvert.c: Actually test for odd width/height rather ...Ronald S. Bultje1-3/+3
2004-11-08gst/ffmpegcolorspace/: Added AYUV colorspace and handle RGBA a bit more respe...Wim Taymans5-7/+250
2004-11-05gst/ffmpegcolorspace/: More stride fixes.Wim Taymans2-8/+47
2004-11-03gst/ffmpegcolorspace/: Use correct _fill function to get correct strides.Wim Taymans3-94/+15
2004-10-31gst/ffmpegcolorspace/: Sync back from gst-ffmpeg. Deprecates ffcolorspace. Ad...Ronald S. Bultje14-2607/+1540
2004-07-27more working pluginsSteve Lhomme1-1/+1
2004-07-27pixel aspect ratio handlingThomas Vander Stichele1-5/+18
2004-07-27handle stride correctlyThomas Vander Stichele2-4/+125
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-26don't make function do two thingsThomas Vander Stichele3-14/+14
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+181
2004-07-26add debug statementThomas Vander Stichele1-0/+3
2004-07-26gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that the pad is n...Johan Dahlin1-0/+9
2004-07-21don't needlessly do stuff; don't clutter my logsThomas Vander Stichele1-0/+5
2004-06-14gst/ffmpegcolorspace/imgconvert.c: Patch 1.3 broke the ordering of the colors...Wim Taymans1-72/+66
2004-06-06gst/ffmpegcolorspace/gstffmpegcodecmap.c: that'sDavid Schleef1-1/+1
2004-05-25gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.hDavid Schleef1-8/+1
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet3-4/+4
2004-05-19gst/ffmpegcolorspace/imgconvert.c: Fixes for warnings (bugs, actually) notice...David Schleef1-4/+4
2004-05-19configure.ac: Add sunaudioDavid Schleef3-270/+262
2004-04-30gst/ffmpegcolorspace/gstffmpegcolorspace.c: remove broken nego fixThomas Vander Stichele1-5/+1
2004-04-29ext/jpeg/: move format setting to inner loopThomas Vander Stichele1-3/+7
2004-04-22s/gst_caps_simplify/gst_caps_do_simplify/Benjamin Otte1-3/+2
2004-04-19gconf/Makefile.am: Fix for non-GNU makeDavid Schleef2-3/+3