summaryrefslogtreecommitdiff
path: root/gst/aiff
Commit message (Expand)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-116-32/+100
* aiffparse: Also set a channel mask for 2 channelsyoungh.lee2020-11-041-36/+31
* Remove autotools build systemTim-Philipp Müller2019-10-141-15/+0
* aiff: Fix infinite loop in header parsing.Martin Theriault2019-07-151-5/+13
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-122-15/+12
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+12
* aiffparse: keep end_offset when seekingBernhard Miller2016-08-061-0/+9
* aiffparse: Add tags for container format and bitrateCarlos Rafael Giani2016-08-022-1/+28
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-8/+6
* aiffparse: fix negotiation errors with multi-channel filesTim-Philipp Müller2016-02-211-0/+46
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-2/+2
* aiff: Re-add noinst_HEADERS instructionEdward Hervey2015-04-291-0/+2
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-16/+0
* Revert "aiffparse: make sure we have data before handling sink event"Luis de Bethencourt2015-02-061-5/+0
* aiffparse: make sure we have data before handling sink eventLuis de Bethencourt2015-02-061-0/+5
* aiffparse: remove unnecessary variableLuis de Bethencourt2015-01-261-3/+1
* aiffparse: fix which stop variable is used in assignmentLuis de Bethencourt2015-01-261-2/+2
* aiffmux: write padding byte at end of SSND chunk if neededMatthieu Bouron2015-01-231-3/+27
* gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M2014-10-021-4/+0
* aiffmux: allocate byte writer on stackTim-Philipp Müller2014-09-101-6/+6
* aiffparse: Fix handling of 64 bit floating point dataVineeth T M2014-09-051-1/+1
* aiffparse: Print invalid fourcc in error message in hexSebastian Rasmussen2014-07-041-2/+1
* aiffparse: bail out early when bytes per sample is not setVincent Penquerc'h2014-06-121-1/+7
* aiffparse: adaptive buffer sizeVincent Penquerc'h2014-02-042-3/+43
* aiffparse: fix data start offset calculation not counting COMM sizeVincent Penquerc'h2014-02-021-0/+1
* aiffparse: misc code cleanupsStefan Sauer2014-01-091-8/+9
* aiffparse: typo fix in commentStefan Sauer2014-01-051-1/+1
* aiffparse: fix seeking in push modeWim Taymans2013-11-061-130/+179
* aiffparse: don't leak adapterTim-Philipp Müller2013-08-171-3/+7
* aiffparse: s/newsegment/segment/Matthieu Bouron2013-08-171-4/+4
* aiffparse: fix push modeMatthieu Bouron2013-08-171-0/+128
* aiffparse: fix SSND data sizeMatthieu Bouron2013-08-121-1/+1
* aiffparse: fix CAPS queryTim-Philipp Müller2013-08-101-6/+13
* aiffparse: don't unref NULL bufferTim-Philipp Müller2013-08-101-5/+2
* aiffparse: set missing layout field in srcpad capsMatthieu Bouron2013-08-091-0/+1
* aiffparse: send start stream eventMatthieu Bouron2013-08-091-0/+10
* aiffparse: fix buffers initialisationMatthieu Bouron2013-08-091-3/+7
* aiff: port to 1.0Wim Taymans2013-04-185-336/+364
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-045-10/+10
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-041-2/+2
* gst: Implement segment-done eventSebastian Dröge2012-07-051-0/+2
* update for task api changeWim Taymans2012-06-201-2/+2
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1