summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacenc.c
Commit message (Expand)AuthorAgeFilesLines
* flac: fix warnings on macosxJosep Torra2009-10-091-5/+5
* flacenc: Optionally write a PADDING blockSebastian Dröge2009-07-161-3/+34
* flacenc: some more logging - dump header packetsTim-Philipp Müller2009-06-021-6/+12
* flacenc: never ever pass values >36bits to _set_total_samples_estimate()Tim-Philipp Müller2009-06-021-1/+1
* Address bad FLAC sample length encoding of #5844455Thomas Vander Stichele2009-06-011-1/+5
* flac: Implement preset interfaceSebastian Dröge2009-05-041-0/+7
* flacenc: Use the tag merge mode that was set on the interface for merging tag...Sebastian Dröge2009-04-291-1/+2
* flac: require a 'newer' flac and remove support for the legacy flac APITim-Philipp Müller2009-03-271-259/+2
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-0/+15
* ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on ...Jan Schmidt2008-10-101-2/+3
* ext/flac/gstflacenc.c: Make sure the desired default values are actually set,...Tim-Philipp Müller2008-09-041-14/+20
* ext/flac/gstflacenc.c: Fix compilation against older libflac versions.Tim-Philipp Müller2008-08-201-1/+1
* ext/flac/gstflacenc.c: Actually provide the variables required for the format...Sebastian Dröge2008-08-091-1/+2
* ext/flac/gstflacenc.*: Handle non-zero start timestamps correctly, mark heade...Sebastian Dröge2008-08-081-6/+62
* ext/flac/gstflacenc.c: If seeking failed return the appropiate return value t...Sebastian Dröge2008-08-071-0/+6
* ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit.Jonathan Matthew2008-08-061-7/+4
* ext/flac/gstflacenc.c: Set an estimate for the total number of samples that w...Sebastian Dröge2008-08-031-0/+42
* ext/flac/gstflacdec.c: Support decoding of all depths between 4 and 32 bits a...Sebastian Dröge2008-08-031-18/+75
* ext/flac/gstflacenc.c: Support encoding of up to 8 channels.Sebastian Dröge2008-08-031-36/+138
* ext/flac/gstflacenc.*: Save the flow return from the last gst_pad_push() and ...Tim-Philipp Müller2007-09-261-16/+24
* ext/flac/gstflacenc.c: Widen caps to match decoder a bit and add more FIXMEs.Stefan Kost2007-08-051-1/+4
* Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.Josh Coalson2007-06-101-2/+235
* ext/flac/gstflacenc.*: Collect headers, add "streamheader" field to output ca...Tim-Philipp Müller2007-05-251-10/+166
* ext/flac/gstflacenc.c: Don't crash in chain function if setcaps hasn't been c...Tim-Philipp Müller2007-05-241-9/+17
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+1
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-3/+3
* ext/flac/: Remove backwards compatibility cruft for dealing with FLAC API cha...Tim-Philipp Müller2006-05-231-1/+0
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+2
* better/unified long descriptionsWim Taymans2006-03-301-6/+4
* ext/flac/gstflacenc.c: Change min. sample rate to 8kHz to match flacdec's.Tim-Philipp Müller2006-02-241-1/+1
* Fixed a bug add in last commit, where no event is send. Thanks Tim to show me.Edgard Lima2006-02-031-4/+7
* Just make it compile with --disable-gst-debug.Edgard Lima2006-02-031-0/+2
* borgify and fix up documentationThomas Vander Stichele2005-12-091-54/+55
* Update for alloc_buffer changes.Andy Wingo2005-12-051-2/+2
* fix up more enumsThomas Vander Stichele2005-11-221-4/+4
* Update for gst_tag_setter API changes.Andy Wingo2005-11-221-2/+2
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-221-3/+3
* Update for stream lock API changes: don't take stream log in sink event handl...Tim-Philipp Müller2005-11-211-6/+0
* *.*: Ran scripts/update-macros. Oh yes.Andy Wingo2005-11-211-4/+4
* ext/flac/gstflacenc.*: Fix seeking, so that flacenc can rewrite the header wi...Tim-Philipp Müller2005-10-241-32/+118
* configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.Andy Wingo2005-10-021-311/+289
* ext/: gsttaginterface.h -> gsttagsetter.hStefan Kost2005-09-071-1/+1
* All plugins updated for element state changes.Andy Wingo2005-09-021-12/+13
* Update for API change in flac-1.1.1. Update requirement in configure.ac. Fixe...Ronald S. Bultje2005-01-091-1/+19
* Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2004-11-011-4/+4
* Make flacenc work with mono streams by only setting the mid_side and loose_mi...Iain Holmes2004-08-171-2/+6
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-1/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-103/+105
* gst-indentThomas Vander Stichele2004-03-141-318/+328
* gst/audioconvert/gstaudioconvert.c: set rank to PRIMARYBenjamin Otte2004-02-221-2/+2