summaryrefslogtreecommitdiff
path: root/ext/opus
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-30ext: Update for GstAudioEncoder API changesSebastian Dröge1-2/+2
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-43/+40
2012-03-27opus: Rank rtp pay/depayOlivier CrĂȘte1-2/+2
2012-03-12opusdec: fix for caps api changeWim Taymans1-2/+2
2012-03-07opus: port to updated 0.11Mark Nauwelaerts8-93/+153
2012-03-07opusenc: only request and process 1 frame at a timeMark Nauwelaerts1-39/+31
2012-03-07opusenc: configure baseclass requested samples really in samplesMark Nauwelaerts1-4/+2
2012-02-27audioencoders: chain up to parent event handlerWim Taymans1-1/+1
2012-02-20Merge branch 'master' into 0.11Wim Taymans1-1/+2
2012-02-19printf format fixesDavid Schleef1-1/+2
2012-02-10Merge branch 'master' into 0.11Wim Taymans2-3/+4
2012-02-03build: fix CFLAGS order and LIBS orderTim-Philipp MĂŒller1-4/+3
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h2-0/+2
2012-01-13Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp MĂŒller1-0/+3
2012-01-11opusparse: fix caps leakVincent Penquerc'h1-0/+1
2012-01-11opusparse: fix slist leakVincent Penquerc'h1-0/+2
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-0/+3
2012-01-10opusenc: fix slist leakVincent Penquerc'h1-0/+2
2012-01-10opusenc: fix caps leakVincent Penquerc'h1-0/+1
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey14-73/+746
2011-12-15opus: fix bad merge (stray unmap, undeclared var)Vincent Penquerc'h2-2/+2
2011-12-10opusenc: add upstream negotiation for multistream abilityVincent Penquerc'h4-6/+71
2011-12-09Adding opus RTP payloader/depayloader elementDanilo Cesar Lemes de Paula6-2/+392
2011-12-09opus: include streams count in capsVincent Penquerc'h3-3/+18
2011-12-09opus: properly create channel mapping tablesVincent Penquerc'h8-52/+214
2011-12-07opusdec: header cleanupOlivier CrĂȘte1-2/+1
2011-12-07opusdec: Truncate caps firstOlivier CrĂȘte1-1/+6