summaryrefslogtreecommitdiff
path: root/ext/opus/gstopusenc.c
Commit message (Expand)AuthorAgeFilesLines
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* opus + jpegformat: unbreak non-debug buildPeter Korsgaard2012-09-121-2/+2
* opusenc: port to the new GLib thread APIMark Nauwelaerts2012-09-111-17/+17
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-041-1/+1
* opusenc: add missing mutex unlock on error pathVincent Penquerc'h2012-06-151-1/+3
* opus: set author to myself, and update copyright noticesVincent Penquerc'h2012-06-151-1/+1
* opusenc: fixup mergeMark Nauwelaerts2012-03-301-3/+2
* ext: Update for GstAudioEncoder API changesSebastian Dröge2012-03-301-2/+2
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-43/+40
|\
| * opusenc: only request and process 1 frame at a timeMark Nauwelaerts2012-03-071-39/+31
| * opusenc: configure baseclass requested samples really in samplesMark Nauwelaerts2012-03-071-4/+2
* | opus: port to updated 0.11Mark Nauwelaerts2012-03-071-12/+13
* | audioencoders: chain up to parent event handlerWim Taymans2012-02-271-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2012-02-101-0/+1
|\ \ | |/
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+1
* | 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