summaryrefslogtreecommitdiff
path: root/ext/opus/gstopusheader.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-03opus: Add proper support for multichannel audioSebastian Dröge1-212/+0
2015-11-03opusenc: Put lookahead/pre-skip into the OpusHead headerSebastian Dröge1-10/+9
2015-05-04opusheader: Do not include rate in caps if it is 0Jose Antonio Santos Cadenas1-1/+6
2015-03-23opusenc: Remove useless headers and header_sent variables from the instance s...Sebastian Dröge1-4/+6
2015-03-23opusheader: Put number of channels and sample rate into the capsSebastian Dröge1-1/+9
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-04-09opus: add missing va_end in variadic functionVincent Penquerc'h1-0/+1
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-1/+1
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-04-25opus: Handle GstByteWriter return valuesEdward Hervey1-10/+14
2012-03-07opus: port to updated 0.11Mark Nauwelaerts1-9/+13
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey1-7/+39
2011-12-10opusenc: add upstream negotiation for multistream abilityVincent Penquerc'h1-3/+4
2011-12-09opus: include streams count in capsVincent Penquerc'h1-1/+16
2011-12-09opus: properly create channel mapping tablesVincent Penquerc'h1-6/+11
2011-11-26Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-2/+2
2011-11-25opusenc: only use mono streams for > 2 channelsVincent Penquerc'h1-2/+2
2011-11-25Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey1-15/+87
2011-11-24opus: pre-skip and output gain are little endian, remove reminder noteVincent Penquerc'h1-2/+2
2011-11-24opus: multichannel supportVincent Penquerc'h1-10/+70
2011-11-22opus: move header magic testing to gstopusheaderVincent Penquerc'h1-0/+7
2011-11-21opus: make opusparse set headers on capsVincent Penquerc'h1-0/+163