summaryrefslogtreecommitdiff
path: root/ext/opus/gstopusenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-101-0/+3
|\ \ | |/
| * opusenc: fix slist leakVincent Penquerc'h2012-01-101-0/+2
| * opusenc: fix caps leakVincent Penquerc'h2012-01-101-0/+1
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-301-40/+239
|\ \ | |/
| * opusenc: add upstream negotiation for multistream abilityVincent Penquerc'h2011-12-101-1/+65
| * opus: include streams count in capsVincent Penquerc'h2011-12-091-1/+1
| * opus: properly create channel mapping tablesVincent Penquerc'h2011-12-091-40/+167
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+2
* | opus: fix bad merge (stray unmap, undeclared var)Vincent Penquerc'h2011-12-151-0/+2
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-11-261-8/+12
|\ \ | |/
| * opusenc: Fixing "Unused var" compiling error for opus codecDanilo Cesar Lemes de Paula2011-11-251-2/+0
| * opusenc: only use mono streams for > 2 channelsVincent Penquerc'h2011-11-251-1/+1
| * opus: add some more debug information about channel mappingVincent Penquerc'h2011-11-251-4/+6
| * opusenc: do not cause the decoder to apply the channel mapping againVincent Penquerc'h2011-11-251-2/+6
* | Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey2011-11-251-34/+112
|\ \ | |/
| * opus: multichannel supportVincent Penquerc'h2011-11-241-12/+88
| * opus: switch to multistream APIVincent Penquerc'h2011-11-241-15/+25
| * opusenc: remove useless setup fieldVincent Penquerc'h2011-11-241-4/+0
* | Merge branch 'master' into 0.11Wim Taymans2011-11-231-242/+154
|\ \ | |/
| * opusenc: mark properties changeable at runtime with GST_PARAM_MUTABLE_PLAYINGTim-Philipp Müller2011-11-221-19/+29
| * opusenc: allow setting most properties at PLAYING timeVincent Penquerc'h2011-11-221-15/+61
| * opusenc: bound the bitrate to more sensible valuesVincent Penquerc'h2011-11-221-1/+7
| * opusenc: fix crash on pathological parametersVincent Penquerc'h2011-11-221-10/+22
| * opusenc: reset tagsetter interface on stopVincent Penquerc'h2011-11-211-0/+1
| * opusenc: do not push header buffersVincent Penquerc'h2011-11-211-33/+0
| * opus: make opusparse set headers on capsVincent Penquerc'h2011-11-211-131/+7
| * opusenc: fix terminating NUL being written in signatureVincent Penquerc'h2011-11-191-1/+1
| * opusenc: make frame-size an enumVincent Penquerc'h2011-11-191-4/+31
| * opusenc: the encoder might not make use of all the bytesVincent Penquerc'h2011-11-191-1/+3
* | Merge branch 'master' into 0.11Wim Taymans2011-11-171-32/+57
|\ \ | |/
| * opusenc: do not include variable fields in capsVincent Penquerc'h2011-11-161-7/+2
| * opusenc: fix constrained-vbr property name typoVincent Penquerc'h2011-11-161-1/+1
| * opus: port to base audio encoder/decoderVincent Penquerc'h2011-11-161-608/+293
* | opusenc: fix pointer mismatch in memcpy on drainVincent Penquerc'h2011-11-151-1/+1
* | opus: port to encoder/decoder base classesVincent Penquerc'h2011-11-141-600/+296
* | opus: port to 0.11Vincent Penquerc'h2011-11-111-86/+66
|/
* opusenc: fix bandwidth property type mismatchVincent Penquerc'h2011-11-101-2/+2
* opusenc: fix latency queryVincent Penquerc'h2011-11-071-1/+1
* opusenc: use debug level for debug info, not errorVincent Penquerc'h2011-11-071-2/+2
* opusenc: fix calculation of filler data sizeVincent Penquerc'h2011-11-071-1/+1
* opusenc: moan if we get an unexpected amount of dataVincent Penquerc'h2011-10-031-0/+6
* opus: properly setup caps and init state from capsVincent Penquerc'h2011-10-031-37/+0
* opusenc: use the same frame size setup as the opus test codeVincent Penquerc'h2011-10-031-1/+2
* opus: make it build against current, and remove cruftVincent Penquerc'h2011-10-031-46/+8
* opus: duplicate from CELTDavid Schleef2011-07-071-0/+1198