summaryrefslogtreecommitdiff
path: root/gst/wavenc
Commit message (Expand)AuthorAgeFilesLines
* win32: remove outdated build cruftTim-Philipp Müller2016-02-211-151/+0
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* wavenc: Support RF64 formatPeter G. Baum2014-10-142-15/+90
* wavenc: Send CAPS event after the pad was activatedSebastian Dröge2014-10-021-3/+7
* wavenc: print channel masks in hexadecimalAntonio Ospite2014-09-291-2/+2
* wavenc: use WAVE_FORMAT_EXTENSIBLE for more than 2 channelsPeter G. Baum2014-09-152-83/+200
* wavenc: Return not-negotiated if we got no caps or caps negotiation failedSebastian Dröge2014-07-101-1/+4
* wavenc: generate a non-empty data headerPhilippe Normand2013-11-091-3/+5
* wavenc: A-Law and Mu-Law don't have width/depth/signed caps fieldsSebastian Dröge2013-10-081-8/+2
* wavenc: Link with libgstbase for GstByteWriterSebastian Dröge2013-06-071-0/+2
* wavenc: Fix taglist ref handling that made the unit test failSebastian Dröge2013-06-051-3/+1
* wavenc: add tags & toc supportAnton Belka2013-06-012-307/+153
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* wavenc: add TOC setter supportAnton Belka2013-04-121-6/+16
* wavenc: small cleanups for toc handlingStefan Sauer2013-04-121-12/+26
* wavenc: add 'note' chunk supportAnton Belka2013-04-112-89/+221
* wavenc: add some example pipelinesTim-Philipp Müller2013-03-231-1/+11
* wavenc: add TOC supportAnton Belka2013-03-232-0/+217
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1
* more memory API portingWim Taymans2012-01-251-2/+4
* fix pad templatesWim Taymans2012-01-051-2/+2
* wavenc: Update for the new raw audio capsSebastian Dröge2012-01-051-1/+9
* Fix printf format compiler warnings on OS X / 64bitMatej Knopp2011-11-221-1/+2
* add parent to pad functionsWim Taymans2011-11-171-9/+10
* wavenc: port to 0.11 raw audio capsRené Stadler2011-10-272-46/+17
* wavenc: port to 0.11Mark Nauwelaerts2011-07-061-27/+36
* wavenc: Set fixedcaps getcaps function on the sinkpadSebastian Dröge2011-05-141-0/+1
* wavenc: Allow setcaps to be called after a format was negotiated if it's comp...Sebastian Dröge2011-05-141-1/+1
* android: Make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* wavenc: miniscule code clean-upTim-Philipp Müller2010-09-291-2/+1
* wavenc: remove internal copy of riff.h and use riff-library instead.Stefan Kost2010-04-083-455/+11
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+3
* Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte2010-03-171-0/+2
* wavenc: Post warning if file isnt finished properlyThiago Santos2010-01-202-0/+22
* wavenc: Raise rank of muxer to PRIMARYEdward Hervey2009-11-181-1/+1
* wavenc: Fix buffer offset by moving length incrementationRobert Swain2009-10-271-2/+2
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-1/+6
* gst/wavenc/: Add support for a-law and mu-law encoded wav files. Fixes bug #5...Sebastian Dröge2008-11-273-14/+48
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/wavenc/gstwavenc.*: Add support for float/double as input and remove the ...Sebastian Dröge2008-10-302-11/+20
* gst/wavenc/gstwavenc.c: Don't allow width=32,depth=24 as input. WAV requires ...Sebastian Dröge2008-10-281-53/+2
* gst/wavenc/gstwavenc.c: Revert the last commit. wavenc still supports width!=...Sebastian Dröge2008-08-211-6/+0
* gst/wavenc/gstwavenc.c: If we're not allowing width!=depth in wavenc we shoul...Sebastian Dröge2008-08-211-0/+6
* gst/wavenc/gstwavenc.c: Remove depth ranges and replace with sane values. Fi...David Schleef2008-08-191-4/+4
* gst/wavenc/gstwavenc.*: Properly write wav files with width!=depth by having ...Sebastian Dröge2007-06-032-4/+58
* gst/wavenc/gstwavenc.*: everything else results in a invalid block align and ...Sebastian Dröge2007-04-182-9/+23