summaryrefslogtreecommitdiff
path: root/gst/aiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-06aiffparse: keep end_offset when seekingBernhard Miller1-0/+9
2016-08-02aiffparse: Add tags for container format and bitrateCarlos Rafael Giani2-1/+28
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-8/+6
2016-02-21aiffparse: fix negotiation errors with multi-channel filesTim-Philipp Müller1-0/+46
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-2/+2
2015-04-29aiff: Re-add noinst_HEADERS instructionEdward Hervey1-0/+2
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-16/+0
2015-02-06Revert "aiffparse: make sure we have data before handling sink event"Luis de Bethencourt1-5/+0
2015-02-06aiffparse: make sure we have data before handling sink eventLuis de Bethencourt1-0/+5
2015-01-26aiffparse: remove unnecessary variableLuis de Bethencourt1-3/+1
2015-01-26aiffparse: fix which stop variable is used in assignmentLuis de Bethencourt1-2/+2
2015-01-23aiffmux: write padding byte at end of SSND chunk if neededMatthieu Bouron1-3/+27
2014-10-02gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M1-4/+0
2014-09-10aiffmux: allocate byte writer on stackTim-Philipp Müller1-6/+6
2014-09-05aiffparse: Fix handling of 64 bit floating point dataVineeth T M1-1/+1
2014-07-04aiffparse: Print invalid fourcc in error message in hexSebastian Rasmussen1-2/+1
2014-06-12aiffparse: bail out early when bytes per sample is not setVincent Penquerc'h1-1/+7
2014-02-04aiffparse: adaptive buffer sizeVincent Penquerc'h2-3/+43
2014-02-02aiffparse: fix data start offset calculation not counting COMM sizeVincent Penquerc'h1-0/+1
2014-01-09aiffparse: misc code cleanupsStefan Sauer1-8/+9
2014-01-05aiffparse: typo fix in commentStefan Sauer1-1/+1
2013-11-06aiffparse: fix seeking in push modeWim Taymans1-130/+179
2013-08-17aiffparse: don't leak adapterTim-Philipp Müller1-3/+7
2013-08-17aiffparse: s/newsegment/segment/Matthieu Bouron1-4/+4
2013-08-17aiffparse: fix push modeMatthieu Bouron1-0/+128
2013-08-12aiffparse: fix SSND data sizeMatthieu Bouron1-1/+1
2013-08-10aiffparse: fix CAPS queryTim-Philipp Müller1-6/+13
2013-08-10aiffparse: don't unref NULL bufferTim-Philipp Müller1-5/+2
2013-08-09aiffparse: set missing layout field in srcpad capsMatthieu Bouron1-0/+1
2013-08-09aiffparse: send start stream eventMatthieu Bouron1-0/+10
2013-08-09aiffparse: fix buffers initialisationMatthieu Bouron1-3/+7
2013-04-18aiff: port to 1.0Wim Taymans5-336/+364
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller5-10/+10
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-2/+2
2012-07-05gst: Implement segment-done eventSebastian Dröge1-0/+2
2012-06-20update for task api changeWim Taymans1-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-14/+19
2012-03-10Fix 'ignoring return value of function declared with const attribute'Thibault Saunier1-14/+19
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-0/+5
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h1-0/+5
2011-11-28various: fix pad template ref leaksVincent Penquerc'h2-8/+6
2011-11-27aiffparse: extract ID3 tags embedded in ID3 chunksTim-Philipp Müller4-0/+51
2011-08-16aiffmux: drop data after 4ish GB and moanVincent Penquerc'h2-0/+27
2011-08-16aiffmux: use guint32 for guint32 parametersVincent Penquerc'h1-4/+4
2011-08-16aiffmux: avoid integer overflowVincent Penquerc'h1-1/+1