summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Global change from "caps2" to "caps"CAPS-ENDCAPSDavid Schleef2003-12-2162-334/+334
| | | | | Original commit message from CVS: Global change from "caps2" to "caps"
* Port lame, libfame and xvid to new CAPSJan Schmidt2003-12-217-249/+212
| | | | | | | | | Original commit message from CVS: Port lame, libfame and xvid to new CAPS Fix varargs in jpegdec and pngenc Make GstStaticPadTemplates static in gsmdec Add integer versions of the RGB masks in video.h Fix inverted logic in gstvideotestsrc
* Remove bufferpools (but keep implementations)David Schleef2003-12-2113-115/+15
| | | | | Original commit message from CVS: Remove bufferpools (but keep implementations)
* Convert the remaining caps in video.h to the new CAPS strings.Jan Schmidt2003-12-201-82/+37
| | | | | | Original commit message from CVS: Convert the remaining caps in video.h to the new CAPS strings. Fix R_MASK_15 - should be 7c00, not 8c00
* Convert to capsDavid Schleef2003-12-1911-283/+187
| | | | | Original commit message from CVS: Convert to caps
* Conversion to new caps. It compiles, but probably doesn't work well.David Schleef2003-12-192-264/+110
| | | | | Original commit message from CVS: Conversion to new caps. It compiles, but probably doesn't work well.
* Merge HEAD from CAPS-ROOT to CAPS-MERGE-3, plus some caps conversionDavid Schleef2003-12-1810-217/+421
| | | | | Original commit message from CVS: Merge HEAD from CAPS-ROOT to CAPS-MERGE-3, plus some caps conversion
* Merge HEAD from CAPS-ROOT to CAPS-MERGE-3David Schleef2003-12-1888-1017/+5998
| | | | | Original commit message from CVS: Merge HEAD from CAPS-ROOT to CAPS-MERGE-3
* Merge HEAD from CAPS-ROOT to CAPS-MERGE-3David Schleef2003-12-1838-54/+512
| | | | | Original commit message from CVS: Merge HEAD from CAPS-ROOT to CAPS-MERGE-3
* Minor fixesDavid Schleef2003-12-142-1/+1
| | | | | Original commit message from CVS: Minor fixes
* conver to new capsDavid Schleef2003-12-135-160/+125
| | | | | Original commit message from CVS: conver to new caps
* convert to new capsDavid Schleef2003-12-131-99/+63
| | | | | Original commit message from CVS: convert to new caps
* Convert to new capsDavid Schleef2003-12-118-227/+157
| | | | | Original commit message from CVS: Convert to new caps
* Fixes to get gst-register workingDavid Schleef2003-12-115-38/+39
| | | | | Original commit message from CVS: Fixes to get gst-register working
* Convert to new capsDavid Schleef2003-12-101-18/+11
| | | | | Original commit message from CVS: Convert to new caps
* Convert to new capsDavid Schleef2003-12-0910-166/+117
| | | | | Original commit message from CVS: Convert to new caps
* Convert to new capsDavid Schleef2003-12-0911-417/+283
| | | | | Original commit message from CVS: Convert to new caps
* Convert to new capsDavid Schleef2003-12-087-138/+87
| | | | | Original commit message from CVS: Convert to new caps
* Convert to new capsDavid Schleef2003-12-073-127/+70
| | | | | Original commit message from CVS: Convert to new caps
* A generic audio filter base classDavid Schleef2003-12-064-2/+588
| | | | | Original commit message from CVS: A generic audio filter base class
* convert to new capsDavid Schleef2003-12-057-261/+173
| | | | | Original commit message from CVS: convert to new caps
* more migration for new capsDavid Schleef2003-12-053-25/+23
| | | | | Original commit message from CVS: more migration for new caps
* convert to new capsDavid Schleef2003-12-031-56/+35
| | | | | Original commit message from CVS: convert to new caps
* convert to new capsDavid Schleef2003-12-033-255/+134
| | | | | Original commit message from CVS: convert to new caps
* Add ACLOCAL_AMFLAGSCAPS-ROOTDavid Schleef2003-12-021-0/+2
| | | | | Original commit message from CVS: Add ACLOCAL_AMFLAGS
* change _connect to _linkDavid Schleef2003-12-023-7/+7
| | | | | Original commit message from CVS: change _connect to _link
* Add check for faad2 (faad1 was detected, too, but we don't want that)Ronald S. Bultje2003-11-291-0/+9
| | | | | Original commit message from CVS: Add check for faad2 (faad1 was detected, too, but we don't want that)
* Change everyone to video/x-msvideoDavid Schleef2003-11-271-1/+1
| | | | | Original commit message from CVS: Change everyone to video/x-msvideo
* Added audio/x-m4a to the sink capsIain Holmes2003-11-271-0/+5
| | | | | Original commit message from CVS: Added audio/x-m4a to the sink caps
* fixing bug #127984, we require a higher version of the alsa libraryLeif Johnson2003-11-271-1/+1
| | | | | Original commit message from CVS: fixing bug #127984, we require a higher version of the alsa library
* fixing bug #126985, gst core requires 1.6 anywayLeif Johnson2003-11-271-1/+1
| | | | | Original commit message from CVS: fixing bug #126985, gst core requires 1.6 anyway
* that bracket needs to be closedBenjamin Otte2003-11-251-1/+1
| | | | | Original commit message from CVS: that bracket needs to be closed
* ooops, those files shouldn't have been committed in the latest commit.Benjamin Otte2003-11-241-6/+0
| | | | | Original commit message from CVS: ooops, those files shouldn't have been committed in the latest commit.
* use GDK_PIXBUF_CONFDIRBenjamin Otte2003-11-242-5/+11
| | | | | Original commit message from CVS: use GDK_PIXBUF_CONFDIR
* add a rank to allow autopluggingBenjamin Otte2003-11-241-1/+1
| | | | | Original commit message from CVS: add a rank to allow autoplugging
* tagging stuff and build fixes. In detail:Benjamin Otte2003-11-249-51/+226
| | | | | | | | | | | | | | | | | Original commit message from CVS: tagging stuff and build fixes. In detail: - make gdk-pixbuf loader work when distchecking - fix invalid syntax in ffmpeg Makefile. wildcards for EXTRA_DIST are not allowed. This broke builds where distdir != srcdir - fix ffmpeg cvs grabbing when srcdir != distdir - new id3tag plugin for id3 tag reading/writing (uses mad's libid3tag) - mad and libid3tag require mad/libid3tag v0.15. Fixed configure to require that - added ogg demuxer in ext/ogg. The demuxer does not handle events yet. Especially getting seeking right will require some effort or code copying from libvorbis. - added raw vorbis detection to typefinding. oggdemux requires a typefind function to detect its contents. - tags plugin in gst/tags. Provides API in <gst/tags/gsttagediting.h>. API includes tag matching GStreamer <=> ID3 and GStreamer <=> vorbis and writing/reading vorbiscomments or ID3v1 tags. Also included is a simple vorbiscomment reader/writer. Writing will not really work though until someone writes oggmux. - various build fixes. Mostly missing (DIST)CLEANFILES. - vorbisenc handles tag writing. Now it's YOUR turn to fix and write more plugins that handle writing/reading of tags. :)
* fix faad pluginChristian Schaller2003-11-231-1/+24
| | | | | Original commit message from CVS: fix faad plugin
* faad plugin needs the math libraryJeremy Simon2003-11-231-1/+1
| | | | | Original commit message from CVS: faad plugin needs the math library
* commit my batch of build and spec fixesChristian Schaller2003-11-232-4/+2
| | | | | Original commit message from CVS: commit my batch of build and spec fixes
* latest and greatest newsChristian Schaller2003-11-231-15/+17
| | | | | Original commit message from CVS: latest and greatest news
* Fix gdk_pixbuf installation directory (again)David Schleef2003-11-231-6/+5
| | | | | Original commit message from CVS: Fix gdk_pixbuf installation directory (again)
* TypoRonald S. Bultje2003-11-221-1/+1
| | | | | Original commit message from CVS: Typo
* Add faac buildRonald S. Bultje2003-11-222-0/+17
| | | | | Original commit message from CVS: Add faac build
* Why wasn't this committed in my previous try?Ronald S. Bultje2003-11-222-0/+82
| | | | | Original commit message from CVS: Why wasn't this committed in my previous try?
* Actually, FAAC is LGPL, not GPL (like FAAD)Ronald S. Bultje2003-11-221-0/+680
| | | | | Original commit message from CVS: Actually, FAAC is LGPL, not GPL (like FAAD)
* BPS is per-channel BPS, not total BPS... OhwellRonald S. Bultje2003-11-221-7/+12
| | | | | Original commit message from CVS: BPS is per-channel BPS, not total BPS... Ohwell
* fixes to make gdk_pixbuf loader install nicelyDavid Schleef2003-11-221-1/+23
| | | | | Original commit message from CVS: fixes to make gdk_pixbuf loader install nicely
* distcheck fixesDavid Schleef2003-11-222-12/+4
| | | | | Original commit message from CVS: distcheck fixes
* Don't throw an error if we can't negotiate capsDavid Schleef2003-11-221-5/+0
| | | | | Original commit message from CVS: Don't throw an error if we can't negotiate caps
* apparently we require a newer version of gnome-vfsDavid Schleef2003-11-221-0/+1
| | | | | Original commit message from CVS: apparently we require a newer version of gnome-vfs