summaryrefslogtreecommitdiff
path: root/ext/flac/gstflac.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2010-03-22i18n: build fixes: #if -> #ifdef for ENABLE_NLSStefan Kost1-1/+1
2009-05-07Add RANKS for various encoders and muxersChristian Schaller1-1/+1
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat1-0/+1
2008-08-06ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit.Jonathan Matthew1-3/+1
2007-05-02ext/flac/gstflac.c: Call bindtextdomain() to get localized strings.Sebastian Dröge1-0/+7
2006-05-27ext/flac/gstflac.c: Don't #include file we don't dist any longer.Tim-Philipp Müller1-1/+1
2006-05-23ext/flac/: Remove backwards compatibility cruft for dealing with FLAC API cha...Tim-Philipp Müller1-2/+0
2006-02-08ext/: Register musicbrainz tags.Tim-Philipp Müller1-0/+5
2005-12-09borgify and fix up documentationThomas Vander Stichele1-2/+2
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+1
2005-10-02configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.Andy Wingo1-2/+0
2005-08-22Port flacdec (seeking is still slow'ish).Ronald S. Bultje1-10/+4
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-3/+3
2004-03-14gst-indentThomas Vander Stichele1-15/+13
2004-01-31ext/flac/: Fix typosJeremy Simon1-0/+1
2003-12-07Added element to rewrite vorbiscomments embedded in flac files. It currently ...Christophe Fergeau1-0/+3
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-28Use new tagging stuff to read and write flac metadata. Only handles vorbiscom...Christophe Fergeau1-0/+4
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje1-0/+3
2003-11-01Whheeee, FLAC ported to new system tooIain Holmes1-85/+13
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-38/+3
2003-10-04fix flac mimetypeJeremy Simon1-1/+1
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje1-31/+16
2003-09-20port #121143 to HEAD (flac file detection)Jeremy Simon1-3/+23
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef1-1/+5
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-8/+9
2003-04-07Fix a bunch of endianness conversions that were done as long instead of int32...David Schleef1-1/+1
2002-12-08Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes1-4/+4
2002-09-18Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3David Schleef1-0/+2
2002-09-09removing warnings as approved by wimThomas Vander Stichele1-3/+1
2002-07-28avoid symbol conflictsWim Taymans1-10/+10
2002-06-07FLAC updates, implement sample accurate seeking, add some convert/query funct...Wim Taymans1-0/+6
2002-05-31add ranks only for plugins who participate in autoplugging. If you have a fi...Steve Baker1-0/+1
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo1-15/+15
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo1-1/+1
2001-12-23adding flacThomas Vander Stichele1-0/+141