summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacenc.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge CAPS branchDavid Schleef2003-12-221-33/+23
| | | | | Original commit message from CVS: Merge CAPS branch
* distcheck fixesThomas Vander Stichele2003-12-141-1/+1
| | | | | Original commit message from CVS: distcheck fixes
* Fixed bug when filling tags in gstflacencChristophe Fergeau2003-12-081-1/+1
| | | | | | 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
* Added element to rewrite vorbiscomments embedded in flac files. It currently ↵Christophe Fergeau2003-12-071-1/+1
| | | | | | | | | 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
* 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-281-51/+55
| | | | | | | 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.
* -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-161-1/+1
| | | | | Original commit message from CVS: + checking in plugin category changes
* Whheeee, FLAC ported to new system tooIain Holmes2003-11-011-7/+55
| | | | | Original commit message from CVS: Whheeee, FLAC ported to new system too
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-081-4/+5
| | | | | | | 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.
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-9/+6
| | | | | 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-151-6/+9
| | | | | Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-061-1/+11
| | | | | | | 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-291-0/+3
| | | | | | | | 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.
* _ 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)
* 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
* 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
* Some quick fixes for FLAC 1.0.4Wim Taymans2002-09-291-2/+2
| | | | | 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-191-9/+9
| | | | | | | Original commit message from CVS: yay, I can commit again !!! this fixes warnings I had
* Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3David Schleef2002-09-181-0/+2
| | | | | | Original commit message from CVS: Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
| | | | | Original commit message from CVS: plugins part of license field patch
* Added Lots of propertiesWim Taymans2002-09-151-76/+391
| | | | | | Original commit message from CVS: Added Lots of properties More cleanups
* Small cleanupsWim Taymans2002-09-151-18/+78
| | | | | | Original commit message from CVS: Small cleanups Fix segfault when not negotiated
* avoid symbol conflictsWim Taymans2002-07-281-3/+3
| | | | | Original commit message from CVS: avoid symbol conflicts
* update to 1.0.2-1.0.3 API, unref eventsWim Taymans2002-07-081-2/+2
| | | | | Original commit message from CVS: update to 1.0.2-1.0.3 API, unref events
* FLAC updates, implement sample accurate seeking, add some convert/query ↵Wim Taymans2002-06-071-1/+64
| | | | | | | | functions, make the encoder write a header Original commit message from CVS: FLAC updates, implement sample accurate seeking, add some convert/query functions, make the encoder write a header
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-201-1/+1
| | | | | | | | | | | details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
* Changed to the new props APIWim Taymans2002-03-301-3/+3
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2002-03-241-2/+2
| | | | | | | | fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-201-1/+1
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-2/+2
| | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-131-4/+8
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* adding flacThomas Vander Stichele2001-12-231-1/+0
| | | | | Original commit message from CVS: adding flac
* adding flacThomas Vander Stichele2001-12-231-0/+249
Original commit message from CVS: adding flac