summaryrefslogtreecommitdiff
path: root/gst/aiff/aiffparse.c
Commit message (Expand)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-1/+5
* aiffparse: Also set a channel mask for 2 channelsyoungh.lee2020-11-041-36/+31
* aiff: Fix infinite loop in header parsing.Martin Theriault2019-07-151-5/+13
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-15/+11
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* aiffparse: keep end_offset when seekingBernhard Miller2016-08-061-0/+9
* aiffparse: Add tags for container format and bitrateCarlos Rafael Giani2016-08-021-0/+27
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* 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
* 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
* gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M2014-10-021-4/+0
* 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-041-3/+42
* 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-181-209/+251
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* 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
* Merge branch 'master' into 0.11Wim Taymans2012-02-101-0/+5
|\
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+5
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
|/
* aiffparse: extract ID3 tags embedded in ID3 chunksTim-Philipp Müller2011-11-271-0/+43
* Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-151-2/+0
* aiffparse: Add float caps to the template capsSebastian Dröge2011-03-251-2/+3
* aiffparse: Add support for 32 bit and 64 bit floating point formatsSebastian Dröge2011-03-241-16/+42
* aiffparse: The SSND header is 16 bytes large, not 8 + 16 bytesSebastian Dröge2011-03-241-2/+2
* aiffparse: Use gst_util_uint64_scale_ceil() instead of a custom functionSebastian Dröge2011-03-241-26/+9
* aiffparse: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge2010-09-211-20/+18
* aiff: fix aiffparse debug category variable nameRené Stadler2009-11-011-2/+2