summaryrefslogtreecommitdiffstats
path: root/ext/flac
Commit message (Collapse)AuthorAgeFilesLines
...
* distcheck fixesThomas Vander Stichele2003-12-081-1/+1
| | | | | Original commit message from CVS: distcheck fixes
* Fixed bug when filling tags in gstflacencChristophe Fergeau2003-12-082-49/+188
| | | | | | Original commit message from CVS: Fixed bug when filling tags in gstflacenc Added merging support, and a mode which stops after outputting tags to flactag
* Forgot to change one application/x-flac to audio/x-flacChristophe Fergeau2003-12-081-2/+2
| | | | | Original commit message from CVS: Forgot to change one application/x-flac to audio/x-flac
* Compilation will work better if I don't forget new files..Christophe Fergeau2003-12-071-0/+6
| | | | | Original commit message from CVS: Compilation will work better if I don't forget new files..
* Added element to rewrite vorbiscomments embedded in flac files. It currently ↵Christophe Fergeau2003-12-074-3/+438
| | | | | | | | | doesn't honour the tag merge mode setting. Original commit message from CVS: Added element to rewrite vorbiscomments embedded in flac files. It currently doesn't honour the tag merge mode setting. Changed application/x-flac to audio/x-flac in gstflacenc.c
* Forgot to mark one function as staticChristophe Fergeau2003-12-071-3/+3
| | | | | Original commit message from CVS: Forgot to mark one function as static
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
| | | | | Original commit message from CVS: remove copyright field from plugins
* Apply patch from jesimon@libertysurf.fr (Jeremy SIMON) in #122368.David Schleef2003-12-021-8/+9
| | | | | | Original commit message from CVS: Apply patch from jesimon@libertysurf.fr (Jeremy SIMON) in #122368. FLAC io functions should be called every time the encoder is initialized.
* Use new tagging stuff to read and write flac metadata. Only handles ↵Christophe Fergeau2003-11-285-126/+77
| | | | | | | vorbiscomment tags, and not (older) id3v2 tags. Original commit message from CVS: Use new tagging stuff to read and write flac metadata. Only handles vorbiscomment tags, and not (older) id3v2 tags.
* flac mime type is audio/x-flac, not application/x-flacChristophe Fergeau2003-11-221-1/+1
| | | | | Original commit message from CVS: flac mime type is audio/x-flac, not application/x-flac
* Don't reset flac decoder if init hasn't been called on it first, the flac ↵Christophe Fergeau2003-11-221-8/+14
| | | | | | | | decoder crashed on me because of that Original commit message from CVS: Don't reset flac decoder if init hasn't been called on it first, the flac decoder crashed on me because of that
* -fix segfault on PAUSED => READY when metadata wasn't setBenjamin Otte2003-11-221-5/+8
| | | | | | Original commit message from CVS: -fix segfault on PAUSED => READY when metadata wasn't set - fix caps mimetype that always caused a failure on caps nego
* + checking in plugin category changesLeif Johnson2003-11-162-2/+2
| | | | | Original commit message from CVS: + checking in plugin category changes
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-073-2/+3
| | | | | | | and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
* Whheeee, FLAC ported to new system tooIain Holmes2003-11-013-100/+124
| | | | | Original commit message from CVS: Whheeee, FLAC ported to new system too
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-291-1/+1
| | | | | Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-282-39/+4
| | | | | | | | | | | | Original commit message from CVS: merge TYPEFIND branch. Major changes: - totally reworked type(find) system - all typefind functions are in gst/typefind now - more typefind functions then before - some plugins might fail to compile now because I don't have them installed and they a) require bytestream or b) haven't had their typefind fixed. Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-082-7/+8
| | | | | | | deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
* fix flac mimetypeJeremy Simon2003-10-041-1/+1
| | | | | Original commit message from CVS: fix flac mimetype
* New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje2003-10-012-32/+17
| | | | | | | | | | | | | | | | | | | | | been modified to use this new typefind syste... Original commit message from CVS: New typefind system: * bytestream is now part of the core * all plugins have been modified to use this new typefind system * asf typefinding added * mpeg video stream typefiding removed because it's broken * duplicate typefind entries removed * extra id3 typefinding added, because we've seen 4 types of files (riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs to work. Instead, I've added an id3 element and let it redo typefiding after the id3 header. this needs a hack because spider only typefinds once. We can remove this hack once spider supports multiple typefinds. * with all this, mp3 typefinding is semi-rewritten * id3 typefinding in flac/vorbis is removed, it's no longer needed * fixed spider and gst-typefind to use this, too. * Other general cleanups
* port #121143 to HEAD (flac file detection)Jeremy Simon2003-09-201-3/+23
| | | | | Original commit message from CVS: port #121143 to HEAD (flac file detection)
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-162-12/+7
| | | | | Original commit message from CVS: reverting error patch before making a branch.
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-152-7/+12
| | | | | Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* Add buffer length checks to every typefinding functionDavid Schleef2003-07-241-1/+5
| | | | | Original commit message from CVS: Add buffer length checks to every typefinding function
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-063-12/+21
| | | | | | | over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-292-19/+25
| | | | | | | | Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
* fix flacdec when src not connectedThomas Vander Stichele2003-06-281-18/+16
| | | | | Original commit message from CVS: fix flacdec when src not connected
* make flacdec work with unconnected src padThomas Vander Stichele2003-06-281-40/+48
| | | | | Original commit message from CVS: make flacdec work with unconnected src pad
* UNITS -> DEFAULTWim Taymans2003-05-241-17/+12
| | | | | Original commit message from CVS: UNITS -> DEFAULT
* Oups I forgot gstflacenc.hJeremy Simon2003-05-111-1/+4
| | | | | Original commit message from CVS: Oups I forgot gstflacenc.h
* _ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback ↵Jeremy Simon2003-05-111-91/+127
| | | | | | | | | to fill STREAMINFO blocks correctly _ Add ... Original commit message from CVS: _ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback to fill STREAMINFO blocks correctly _ Add metadata (vorbis comments)
* Add metadata (only vorbis comment)Jeremy Simon2003-04-272-3/+117
| | | | | Original commit message from CVS: Add metadata (only vorbis comment)
* fixes:Benjamin Otte2003-04-261-5/+5
| | | | | | | | Original commit message from CVS: fixes: - wrong type of 0 - only write data into buffer if buffer is big enough - write data into a buffer which we actually may write
* Fix a bunch of endianness conversions that were done as long instead of ↵David Schleef2003-04-071-1/+1
| | | | | | | | | int32. Should go into 0.6.1. Original commit message from CVS: Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef2003-02-021-4/+4
| | | | | | | | conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-2/+2
| | | | | Original commit message from CVS: PadConnect -> PadLink
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-3/+3
| | | | | | | | | | please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* Fix plugins for new query APIWim Taymans2002-12-301-9/+9
| | | | | Original commit message from CVS: Fix plugins for new query API
* No \n in GST_DEBUGWim Taymans2002-12-271-7/+7
| | | | | Original commit message from CVS: No \n in GST_DEBUG
* Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes2002-12-081-4/+4
| | | | | Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* flac debug cleanup m4 for ffmpegThomas Vander Stichele2002-11-261-2/+8
| | | | | | Original commit message from CVS: flac debug cleanup m4 for ffmpeg
* Another iteration. Tested and compiles on 1.0.2, 1.0.3, 1.0.4David Schleef2002-10-201-1/+5
| | | | | Original commit message from CVS: Another iteration. Tested and compiles on 1.0.2, 1.0.3, 1.0.4
* fix version test in compat, yeayThomas Vander Stichele2002-10-191-1/+1
| | | | | Original commit message from CVS: fix version test in compat, yeay
* Fixed some logic on the 1.0.3->1.0.4 compatibilityDavid Schleef2002-10-141-1/+1
| | | | | Original commit message from CVS: Fixed some logic on the 1.0.3->1.0.4 compatibility
* more compatibility stuff for 1.0.3 -> 1.0.4David Schleef2002-10-111-0/+10
| | | | | Original commit message from CVS: more compatibility stuff for 1.0.3 -> 1.0.4
* Some quick fixes for FLAC 1.0.4Wim Taymans2002-09-292-4/+4
| | | | | Original commit message from CVS: Some quick fixes for FLAC 1.0.4
* no whitespace is allowed between macro names and parameter listsDavid I. Lehn2002-09-211-1/+1
| | | | | Original commit message from CVS: no whitespace is allowed between macro names and parameter lists
* yay, I can commit again !!! this fixes warnings I hadThomas Vander Stichele2002-09-192-11/+10
| | | | | | | Original commit message from CVS: yay, I can commit again !!! this fixes warnings I had