summaryrefslogtreecommitdiff
path: root/ext/opus
AgeCommit message (Expand)AuthorFilesLines
2015-03-12opusenc: replace cbr and constrained-vbr properties with an enumVincent Penquerc'h2-14/+83
2015-03-04opusdec: fix latency query in FEC caseVincent Penquerc'h1-4/+4
2015-02-19rtpopuspay: default encoding name to OPUSVincent Penquerc'h1-2/+1
2015-02-19rtpopuspay: make caps writable before truncating themVincent Penquerc'h1-1/+1
2015-02-19rtpopuspay: negotiate the encoding nameVincent Penquerc'h1-1/+18
2015-02-18opusenc: Remove g_warnings() for the deprecated audio propertySebastian Dröge1-4/+0
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-0/+3
2015-01-29opusenc: change audio property to audio-typeVincent Penquerc'h2-10/+52
2014-12-17opusenc: plug ref leak of template capsThiago Santos1-3/+1
2014-12-15opusparse: fix frame size determinationVincent Penquerc'h1-0/+5
2014-11-01rtpopus: Use OPUS encoding nameNicolas Dufresne2-2/+2
2014-10-30opusenc: update output segment stop time to match clipped samplesVincent Penquerc'h2-0/+28
2014-09-10Fix up one-element lists in template capsTim-Philipp Müller1-1/+1
2014-08-11opusenc: Unref pad template caps after usageSebastian Rasmussen1-5/+6
2014-08-10opus: Improve annotation of internal functionSebastian Rasmussen1-3/+4
2014-07-11opus: Fix a double-unref in the Opus header codePhilip Withnall1-2/+5
2014-05-26opusenc: Use aux vars to minimize critical regionMiguel París Díaz1-9/+17
2014-04-09opus: add missing va_end in variadic functionVincent Penquerc'h1-0/+1
2013-12-28opusparse: Don't send caps in GstBaseParse::start()Sebastian Dröge1-5/+0
2013-12-27opusenc: increase max payload size to 4000 bytesVincent Penquerc'h1-2/+2
2013-12-05opusdec: Require caps to be set before any data processingSebastian Dröge1-0/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-02-11opusdec: clear the state of the decoderWim Taymans1-2/+2
2013-01-31opuspay: fix timestampsWim Taymans1-1/+10
2013-01-28opusenc: fix crash when setting "cbr" property when encoder is not running yetTim-Philipp Müller1-1/+2
2012-12-18opus: use appropriate printf format for gsizeThijs Vermeir3-6/+6
2012-11-04Fix FSF addressTim-Philipp Müller15-30/+30
2012-10-25opusdec: fixed buffer unmapping bugCarlos Rafael Giani1-1/+1
2012-10-22opuspay: remove pointless caps serializationWim Taymans1-7/+1
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller5-5/+5
2012-09-22opusenc: Rank as PrimaryOlivier Crête1-1/+1
2012-09-22rtpopuspay: Allocate the rtp buffer correctlyOlivier Crête1-17/+3
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts5-5/+5
2012-09-12opus + jpegformat: unbreak non-debug buildPeter Korsgaard2-3/+3
2012-09-11opusenc: port to the new GLib thread APIMark Nauwelaerts2-18/+18
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2-2/+2
2012-06-15opusenc: add missing mutex unlock on error pathVincent Penquerc'h1-1/+3
2012-06-15opus: set author to myself, and update copyright noticesVincent Penquerc'h7-2/+8
2012-05-29opusdec: read gain from the right place in the headerVincent Penquerc'h1-1/+1
2012-05-27opusdec: do not assert on bad header, error out insteadVincent Penquerc'h1-3/+9
2012-05-25opusparse: heed test vector framing to eat any paddingVincent Penquerc'h1-0/+3
2012-05-25opusparse: Simplify checkEdward Hervey1-28/+29
2012-05-24opus: reject major version number above what we grokVincent Penquerc'h1-1/+5
2012-05-24opus: bump written version from 0 to 0x01Vincent Penquerc'h1-1/+1
2012-05-24opusdec: fix lost packet handling for FEC/PLCVincent Penquerc'h1-8/+14
2012-04-25opus: Handle GstByteWriter return valuesEdward Hervey1-10/+14
2012-04-10opusdec: tweak caps negotiationMark Nauwelaerts1-8/+12
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-03-30opusenc: fixup mergeMark Nauwelaerts1-3/+2