summaryrefslogtreecommitdiff
path: root/gst/aiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-14/+19
|\
| * Fix 'ignoring return value of function declared with const attribute'Thibault Saunier2012-03-101-14/+19
* | 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-282-8/+6
|/
* aiffparse: extract ID3 tags embedded in ID3 chunksTim-Philipp Müller2011-11-274-0/+51
* aiffmux: drop data after 4ish GB and moanVincent Penquerc'h2011-08-162-0/+27
* aiffmux: use guint32 for guint32 parametersVincent Penquerc'h2011-08-161-4/+4
* aiffmux: avoid integer overflowVincent Penquerc'h2011-08-161-1/+1
* Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-151-2/+0
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* 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-242-16/+43
* aiffparse: The SSND header is 16 bytes large, not 8 + 16 bytesSebastian Dröge2011-03-241-2/+2