summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure set_explicit_caps() is called before adding pad.RELEASE-0_7_4BRANCH-RELEASE-0_7_4-ROOTBRANCH-RELEASE-0_7_4David Schleef2004-02-042-1/+3
* ext/ffmpeg/gstffmpegcodecmap.c: Fix SVQ3 caps flag propertiesJeremy Simon2004-02-021-6/+5
* Fix memory leaks:David Schleef2004-02-022-2/+10
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-024-4/+4
* ext/ffmpeg/gstffmpegcodecmap.c: removee video/x-theora from vp3 decoder, it d...Benjamin Otte2004-01-301-2/+0
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-294-4/+4
* ext/ffmpeg/gstffmpegcodecmap.c: Fix SVQ3 decoding on PPCJeremy Simon2004-01-261-0/+3
* Add SVQ3 specific flags to qtdemux and ffmpegJeremy Simon2004-01-262-1/+46
* ext/ffmpeg/gstffmpegcodecmap.c: Fix wma caps propertyJeremy Simon2004-01-201-2/+2
* use new error signal and classificationThomas Vander Stichele2004-01-183-10/+10
* ext/ffmpeg/gstffmpegenc.c: Fix use of already-freed caps.David Schleef2004-01-161-0/+2
* ext/ffmpeg/gstffmpegenc.c: Link with right caps (else, it segfaults).Ronald S. Bultje2004-01-162-2/+2
* Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_HDavid Schleef2004-01-125-1/+11
* ext/ffmpeg/gstffmpegcolorspace.c: Fixing the pad_alloc_buffer implementation ...Julien Moutte2004-01-111-1/+1
* ext/ffmpeg/gstffmpegcodecmap.c: fix SVQ3 capsBenjamin Otte2004-01-111-1/+1
* ext/ffmpeg/gstffmpegcolorspace.c: Implementing gst_pad_alloc_buffer to use op...Julien Moutte2004-01-091-1/+2
* ext/ffmpeg/gstffmpegenc.c: Fix pad_link function to handle formats that ffmpe...David Schleef2004-01-091-0/+20
* fix compiler warningDavid Schleef2004-01-021-1/+0
* ext/ffmpeg/gstffmpegenc.c: Negotiation fixes.David Schleef2004-01-021-4/+5
* Remove random stupidities from my last checkin. Doesn't specifically attempt...David Schleef2004-01-021-15/+3
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-022-7/+6
* configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1...Ronald S. Bultje2004-01-013-6/+21
* Negotiation fixes.David Schleef2003-12-311-134/+116
* ext/ffmpeg/: fix typo in RGB masks, and move back to "old" colorspace capsneg...Ronald S. Bultje2003-12-242-156/+257
* Merge CAPS branchDavid Schleef2003-12-227-997/+681
* Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...RELEASE-0_7_3MOVE-TO-FDORonald S. Bultje2003-12-181-19/+29
* Well, hack to get this RGB thing truely rightRonald S. Bultje2003-12-181-2/+2
* Fix small typo in RGB32LE red-mask checkCAPS-MERGE-3Ronald S. Bultje2003-12-172-3/+3
* Re-enable SVQ3, and also add a workaround for the fact that it writes to (rea...Ronald S. Bultje2003-12-121-4/+5
* tweaks 'n' docsThomas Vander Stichele2003-12-092-0/+39
* sandbox to get ffmpeg to play nicely in all casesThomas Vander Stichele2003-12-099-0/+303
* fix compilationThomas Vander Stichele2003-12-052-1/+0
* Fix RGB betterCAPS-ROOTRonald S. Bultje2003-11-281-55/+77
* Change everyone to video/x-msvideoDavid Schleef2003-11-271-2/+2
* oops, got the RGB32 codecs wrongBenjamin Otte2003-11-251-2/+2
* make ffcolorspace workBenjamin Otte2003-11-251-61/+54
* - disable svq3 as it still crashes and spider tries to use it.Benjamin Otte2003-11-251-0/+8
* + checking in plugin category changesRELEASE-0_7_2BRANCH_RELEASE-0_7_2-ROOTBRANCH_RELEASE-0_7_2Leif Johnson2003-11-164-3/+3
* Oops, some pretty bad memleaksRonald S. Bultje2003-11-121-0/+2
* Several encoding changes: for video, double check the pix_fmt after opening t...Ronald S. Bultje2003-11-122-53/+130
* some fixes:Benjamin Otte2003-11-101-5/+10
* Add a function that build the context extradata from caps propertyJeremy Simon2003-11-071-27/+78
* Use caps properties to set additional data to ffmpeg context (for wma)Jeremy Simon2003-11-051-2/+31
* fix GST_FF_AUD_CAPS_NEW to not include channels and rate in unfixed caps and ...Benjamin Otte2003-11-051-10/+10
* random fixes to ffmpeg: decoding of mp3 now works, call parent_class->disposeBenjamin Otte2003-11-042-22/+21
* fix ffmpeg by using an ugly hack (put data as GType 0 when there is no type a...Benjamin Otte2003-11-025-20/+57
* BlaRonald S. Bultje2003-11-026-234/+241
* Fix compile problem on gcc-2.95. Fixes #125635.David Schleef2003-10-311-4/+4
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-291-1/+1
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-283-50/+26