summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-12-20Convert the remaining caps in video.h to the new CAPS strings.Jan Schmidt1-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
2003-12-19Convert to capsDavid Schleef11-283/+187
Original commit message from CVS: Convert to caps
2003-12-19Conversion to new caps. It compiles, but probably doesn't work well.David Schleef2-264/+110
Original commit message from CVS: Conversion to new caps. It compiles, but probably doesn't work well.
2003-12-18Merge HEAD from CAPS-ROOT to CAPS-MERGE-3, plus some caps conversionDavid Schleef10-217/+421
Original commit message from CVS: Merge HEAD from CAPS-ROOT to CAPS-MERGE-3, plus some caps conversion
2003-12-18Merge HEAD from CAPS-ROOT to CAPS-MERGE-3David Schleef88-1017/+5998
Original commit message from CVS: Merge HEAD from CAPS-ROOT to CAPS-MERGE-3
2003-12-18Merge HEAD from CAPS-ROOT to CAPS-MERGE-3David Schleef38-54/+512
Original commit message from CVS: Merge HEAD from CAPS-ROOT to CAPS-MERGE-3
2003-12-14Minor fixesDavid Schleef2-1/+1
Original commit message from CVS: Minor fixes
2003-12-13conver to new capsDavid Schleef5-160/+125
Original commit message from CVS: conver to new caps
2003-12-13convert to new capsDavid Schleef1-99/+63
Original commit message from CVS: convert to new caps
2003-12-11Convert to new capsDavid Schleef8-227/+157
Original commit message from CVS: Convert to new caps
2003-12-11Fixes to get gst-register workingDavid Schleef5-38/+39
Original commit message from CVS: Fixes to get gst-register working
2003-12-10Convert to new capsDavid Schleef1-18/+11
Original commit message from CVS: Convert to new caps
2003-12-09Convert to new capsDavid Schleef10-166/+117
Original commit message from CVS: Convert to new caps
2003-12-09Convert to new capsDavid Schleef11-417/+283
Original commit message from CVS: Convert to new caps
2003-12-08Convert to new capsDavid Schleef7-138/+87
Original commit message from CVS: Convert to new caps
2003-12-07Convert to new capsDavid Schleef3-127/+70
Original commit message from CVS: Convert to new caps
2003-12-06A generic audio filter base classDavid Schleef4-2/+588
Original commit message from CVS: A generic audio filter base class
2003-12-05convert to new capsDavid Schleef7-261/+173
Original commit message from CVS: convert to new caps
2003-12-05more migration for new capsDavid Schleef3-25/+23
Original commit message from CVS: more migration for new caps
2003-12-03convert to new capsDavid Schleef1-56/+35
Original commit message from CVS: convert to new caps
2003-12-03convert to new capsDavid Schleef3-255/+134
Original commit message from CVS: convert to new caps
2003-12-02Add ACLOCAL_AMFLAGSCAPS-ROOTDavid Schleef1-0/+2
Original commit message from CVS: Add ACLOCAL_AMFLAGS
2003-12-02change _connect to _linkDavid Schleef3-7/+7
Original commit message from CVS: change _connect to _link
2003-11-29Add check for faad2 (faad1 was detected, too, but we don't want that)Ronald S. Bultje1-0/+9
Original commit message from CVS: Add check for faad2 (faad1 was detected, too, but we don't want that)
2003-11-27Change everyone to video/x-msvideoDavid Schleef1-1/+1
Original commit message from CVS: Change everyone to video/x-msvideo
2003-11-27Added audio/x-m4a to the sink capsIain Holmes1-0/+5
Original commit message from CVS: Added audio/x-m4a to the sink caps
2003-11-27fixing bug #127984, we require a higher version of the alsa libraryLeif Johnson1-1/+1
Original commit message from CVS: fixing bug #127984, we require a higher version of the alsa library
2003-11-27fixing bug #126985, gst core requires 1.6 anywayLeif Johnson1-1/+1
Original commit message from CVS: fixing bug #126985, gst core requires 1.6 anyway
2003-11-25that bracket needs to be closedBenjamin Otte1-1/+1
Original commit message from CVS: that bracket needs to be closed
2003-11-24ooops, those files shouldn't have been committed in the latest commit.Benjamin Otte1-6/+0
Original commit message from CVS: ooops, those files shouldn't have been committed in the latest commit.
2003-11-24use GDK_PIXBUF_CONFDIRBenjamin Otte2-5/+11
Original commit message from CVS: use GDK_PIXBUF_CONFDIR
2003-11-24add a rank to allow autopluggingBenjamin Otte1-1/+1
Original commit message from CVS: add a rank to allow autoplugging
2003-11-24tagging stuff and build fixes. In detail:Benjamin Otte9-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. :)
2003-11-23fix faad pluginChristian Schaller1-1/+24
Original commit message from CVS: fix faad plugin
2003-11-23faad plugin needs the math libraryJeremy Simon1-1/+1
Original commit message from CVS: faad plugin needs the math library
2003-11-23commit my batch of build and spec fixesChristian Schaller2-4/+2
Original commit message from CVS: commit my batch of build and spec fixes
2003-11-23latest and greatest newsChristian Schaller1-15/+17
Original commit message from CVS: latest and greatest news
2003-11-23Fix gdk_pixbuf installation directory (again)David Schleef1-6/+5
Original commit message from CVS: Fix gdk_pixbuf installation directory (again)
2003-11-22TypoRonald S. Bultje1-1/+1
Original commit message from CVS: Typo
2003-11-22Add faac buildRonald S. Bultje2-0/+17
Original commit message from CVS: Add faac build
2003-11-22Why wasn't this committed in my previous try?Ronald S. Bultje2-0/+82
Original commit message from CVS: Why wasn't this committed in my previous try?
2003-11-22Actually, FAAC is LGPL, not GPL (like FAAD)Ronald S. Bultje1-0/+680
Original commit message from CVS: Actually, FAAC is LGPL, not GPL (like FAAD)
2003-11-22BPS is per-channel BPS, not total BPS... OhwellRonald S. Bultje1-7/+12
Original commit message from CVS: BPS is per-channel BPS, not total BPS... Ohwell
2003-11-22fixes to make gdk_pixbuf loader install nicelyDavid Schleef1-1/+23
Original commit message from CVS: fixes to make gdk_pixbuf loader install nicely
2003-11-22distcheck fixesDavid Schleef2-12/+4
Original commit message from CVS: distcheck fixes
2003-11-22Don't throw an error if we can't negotiate capsDavid Schleef1-5/+0
Original commit message from CVS: Don't throw an error if we can't negotiate caps
2003-11-22apparently we require a newer version of gnome-vfsDavid Schleef1-0/+1
Original commit message from CVS: apparently we require a newer version of gnome-vfs
2003-11-21Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ oneRonald S. Bultje2-18/+2
Original commit message from CVS: Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
2003-11-21New libfaad (MPEG-2/4 AAC decoder) pluginRonald S. Bultje5-26/+651
Original commit message from CVS: New libfaad (MPEG-2/4 AAC decoder) plugin
2003-11-20This GstVideoSink function was removed todayJan Schmidt1-2/+0
Original commit message from CVS: This GstVideoSink function was removed today