summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make videofilter handle RGB correctlyBenjamin Otte2003-12-091-21/+36
* distcheck fixesThomas Vander Stichele2003-12-081-1/+1
* Fixed bug when filling tags in gstflacencChristophe Fergeau2003-12-082-49/+188
* Adding a new plugin: switch.Julien Moutte2003-12-081-0/+2
* Forgot to change one application/x-flac to audio/x-flacChristophe Fergeau2003-12-081-2/+2
* More riff stuff that I forgot to commit firstRonald S. Bultje2003-12-072-434/+391
* gcc-2.95 nitpicking - thanks Scott WheelerRonald S. Bultje2003-12-071-1/+2
* Compilation will work better if I don't forget new files..Christophe Fergeau2003-12-071-0/+6
* Added element to rewrite vorbiscomments embedded in flac files. It currently ...Christophe Fergeau2003-12-074-3/+438
* Riff, EBML, fourcc etc. work. Not fully finished, but better than what we use...Ronald S. Bultje2003-12-0715-1569/+3045
* Forgot to mark one function as staticChristophe Fergeau2003-12-071-3/+3
* Move over from GstInterface to GstImplementsInterface. Also adds some signals...Ronald S. Bultje2003-12-074-10/+10
* Fix v4l detection (it requires X, but X is detected after v4l, so this needed...Ronald S. Bultje2003-12-071-38/+44
* remove copyright field from pluginsAndy Wingo2003-12-0445-49/+10
* fix X dependenciesThomas Vander Stichele2003-12-031-2/+7
* what was this doing here ?Thomas Vander Stichele2003-12-031-2/+0
* fixing up X test and general features testThomas Vander Stichele2003-12-033-17/+27
* Add ACLOCAL_AMFLAGSDavid Schleef2003-12-021-0/+2
* Apply patch from jesimon@libertysurf.fr (Jeremy SIMON) in #122368.David Schleef2003-12-021-8/+9
* change _connect to _linkDavid Schleef2003-12-024-12/+12
* Add check for faad2 (faad1 was detected, too, but we don't want that)Ronald S. Bultje2003-11-291-0/+9
* Use new tagging stuff to read and write flac metadata. Only handles vorbiscom...Christophe Fergeau2003-11-285-126/+77
* Change everyone to video/x-msvideoDavid Schleef2003-11-274-7/+7
* Added audio/x-m4a to the sink capsIain Holmes2003-11-271-0/+5
* fixing bug #127984, we require a higher version of the alsa libraryLeif Johnson2003-11-271-1/+1
* fixing bug #126985, gst core requires 1.6 anywayLeif Johnson2003-11-271-1/+1
* use correct capsBenjamin Otte2003-11-252-17/+24
* more fixes to the pixbuf loader. I can use it for thumbnailing nicely nowBenjamin Otte2003-11-252-50/+104
* use GDK_PIXBUF_CONFDIRBenjamin Otte2003-11-241-5/+5
* License is GST_LICENSE, make own debugging category and fix some debug statem...Benjamin Otte2003-11-241-3/+9
* upgrades to the pixbuf loader:Benjamin Otte2003-11-244-57/+141
* add a rank to allow autopluggingBenjamin Otte2003-11-241-1/+1
* tagging stuff and build fixes. In detail:Benjamin Otte2003-11-248-15/+147
* Add a comment for wmaJeremy Simon2003-11-231-0/+2
* fix faad pluginChristian Schaller2003-11-231-1/+24
* faad plugin needs the math libraryJeremy Simon2003-11-231-1/+1
* Update the pipeline to play wma filesJeremy Simon2003-11-231-1/+1
* commit my batch of build and spec fixesChristian Schaller2003-11-233-5/+3
* latest and greatest newsChristian Schaller2003-11-231-15/+17
* Fix gdk_pixbuf installation directory (again)David Schleef2003-11-232-7/+6
* TypoRonald S. Bultje2003-11-221-1/+1
* flac mime type is audio/x-flac, not application/x-flacChristophe Fergeau2003-11-221-1/+1
* Don't reset flac decoder if init hasn't been called on it first, the flac dec...Christophe Fergeau2003-11-221-8/+14
* Add faac buildRonald S. Bultje2003-11-222-0/+17
* so disable it during plugin registering tooRonald S. Bultje2003-11-221-3/+1
* fixes to make gdk_pixbuf loader install nicelyDavid Schleef2003-11-222-5/+29
* distcheck fixesDavid Schleef2003-11-221-1/+1
* apparently we require a newer version of gnome-vfsDavid Schleef2003-11-221-0/+1
* -fix segfault on PAUSED => READY when metadata wasn't setBenjamin Otte2003-11-221-5/+8
* Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ oneRonald S. Bultje2003-11-2110-18/+4001