summaryrefslogtreecommitdiff
path: root/ext/wavpack/gstwavpackenc.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-06-021-1/+1
* wavpack: allow per feature registrationStéphane Cerveau2021-03-291-13/+7
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-3/+3
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle2020-06-031-0/+4
* documentation: fix a number of typosAaron Boxer2019-10-051-2/+2
* docstrings: port ulinks to markdown linksMathieu Duponchelle2019-08-231-2/+2
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-131-3/+3
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-6/+3
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-161-0/+2
* wavpack: remove support for ancient API versionTim-Philipp Müller2014-11-011-4/+0
* wavpackenc: Fix writing of MD5 sums and other metadata blocksSebastian Dröge2013-10-311-1/+3
* wavpack: use appropriate printf format for gsizeThijs Vermeir2012-12-181-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-3/+3
* update for audio api changeWim Taymans2012-06-081-1/+1
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* ext: Update for GstAudioEncoder API changesSebastian Dröge2012-03-301-2/+2
* wavpackenc: query downstream for BYTE seeking supportMark Nauwelaerts2012-03-281-0/+19
* update for buffer changesWim Taymans2012-03-281-1/+1
* wavpackenc: do not set output caps directlyMark Nauwelaerts2012-03-141-1/+1
* wavpackenc: port to 0.11Mark Nauwelaerts2012-03-051-49/+51
* Merge branch 'master' into 0.11Mark Nauwelaerts2012-03-051-0/+7
|\
| * wavpackenc: restore legacy buffer offset decorating somewhatMark Nauwelaerts2012-03-051-0/+7
* | Merge branch 'master' into 0.11Mark Nauwelaerts2012-03-011-268/+197
|\ \ | |/
| * wavpackdec: determine depth from bytes per sampleMark Nauwelaerts2012-02-271-1/+1
| * wavpackenc: port to audioencoderMark Nauwelaerts2012-02-271-269/+197
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-6/+4
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-3/+3
|/
* wavpackenc: don't unref buffer with gst_object_unref()Tim-Philipp Müller2011-10-181-1/+1
* various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-131-7/+8
* ext: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge2010-06-061-4/+2
* wavpack: Use GLib GChecksum instead of our own MD5 implementationSebastian Dröge2009-08-101-9/+12
* wavpack: Implement preset interfaceSebastian Dröge2009-05-041-1/+15
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-16/+8
* ext/wavpack/gstwavpackenc.*: Handle non-zero start timestamps and stream disc...Sebastian Dröge2008-08-311-3/+66
* Don't use declarations after statements and variable length arrays.Sebastian Dröge2008-07-081-5/+5
* ext/wavpack/: Use GSlice for allocating index entries and use gst_element_cla...Sebastian Dröge2008-04-031-7/+4
* ext/wavpack/: Add support for encoding, parsing and decoding multichannel fil...Sebastian Dröge2007-11-201-34/+112
* ext/wavpack/gstwavpackenc.c: Remove workaround for bug #421543. This is fixed...Sebastian Dröge2007-06-091-4/+1
* ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that ...Sebastian Dröge2007-05-211-7/+7
* ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as ...Sebastian Dröge2007-05-211-30/+37
* ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin...Sebastian Dröge2007-05-201-3/+3
* ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge2007-03-301-83/+15
* ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instea...Sebastian Dröge2007-03-221-1/+1
* ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str...Sebastian Dröge2007-03-221-23/+7
* ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge2007-03-071-2/+2
* ext/wavpack/gstwavpackenc.c: Minor clean-up: use enum values instead of hardc...Sebastian Dröge2007-01-111-11/+12
* ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, ...Sebastian Dröge2006-11-151-49/+80
* Fix enum nicks; only emit no-more-pads once; add support for very fast encodi...Sebastian Dröge2006-11-021-17/+35
* Activate pads before adding them to running element.Tim-Philipp Müller2006-10-171-0/+1