summaryrefslogtreecommitdiff
path: root/ext/opus/gstopusheader.c
Commit message (Expand)AuthorAgeFilesLines
* opusheader: Do not include rate in caps if it is 0Jose Antonio Santos Cadenas2015-05-041-1/+6
* opusenc: Remove useless headers and header_sent variables from the instance s...Sebastian Dröge2015-03-231-4/+6
* opusheader: Put number of channels and sample rate into the capsSebastian Dröge2015-03-231-1/+9
* opus: Improve annotation of internal functionSebastian Rasmussen2014-08-101-3/+4
* opus: Fix a double-unref in the Opus header codePhilip Withnall2014-07-111-2/+5
* opus: add missing va_end in variadic functionVincent Penquerc'h2014-04-091-0/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-041-1/+1
* opus: reject major version number above what we grokVincent Penquerc'h2012-05-241-1/+5
* opus: bump written version from 0 to 0x01Vincent Penquerc'h2012-05-241-1/+1
* opus: Handle GstByteWriter return valuesEdward Hervey2012-04-251-10/+14
* opus: port to updated 0.11Mark Nauwelaerts2012-03-071-9/+13
* Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-301-7/+39
|\
| * opusenc: add upstream negotiation for multistream abilityVincent Penquerc'h2011-12-101-3/+4
| * opus: include streams count in capsVincent Penquerc'h2011-12-091-1/+16
| * opus: properly create channel mapping tablesVincent Penquerc'h2011-12-091-6/+11
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-11-261-2/+2
|\ \ | |/
| * opusenc: only use mono streams for > 2 channelsVincent Penquerc'h2011-11-251-2/+2
* | Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey2011-11-251-15/+87
|\ \ | |/
| * opus: pre-skip and output gain are little endian, remove reminder noteVincent Penquerc'h2011-11-241-2/+2
| * opus: multichannel supportVincent Penquerc'h2011-11-241-10/+70
|/
* opus: move header magic testing to gstopusheaderVincent Penquerc'h2011-11-221-0/+7
* opus: make opusparse set headers on capsVincent Penquerc'h2011-11-211-0/+163