summaryrefslogtreecommitdiff
path: root/ext/opus/gstopusenc.c
Commit message (Expand)AuthorAgeFilesLines
* opusenc: remove deprecated "cbr", "audio", and "constrained-vbr" propertiesTim-Philipp Müller2016-02-261-66/+0
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-2/+1
* opusenc: avoid potential overflow expressionLuis de Bethencourt2015-11-121-2/+3
* opusenc: Create an empty taglist if there is noneSebastian Dröge2015-11-041-0/+5
* opus: Add proper support for multichannel audioSebastian Dröge2015-11-031-85/+111
* opusenc: Add GstAudioClippingMeta to buffers that need to be clippedSebastian Dröge2015-11-031-4/+20
* opusenc: Disable granule position calculations by the base classSebastian Dröge2015-11-031-6/+0
* opusenc: Add some FIXME comments about calculating padding with LPCSebastian Dröge2015-11-031-0/+8
* opusenc: Encode exactly the amount of samples we got as input and put correct...Sebastian Dröge2015-11-031-11/+55
* opusenc: Put lookahead/pre-skip into the OpusHead headerSebastian Dröge2015-11-031-3/+10
* opusenc: Place 48kHz first in the capsSebastian Dröge2015-11-021-1/+6
* opusenc: improve deprecated properties docsMiguel París Díaz2015-09-111-12/+12
* opusenc: do not throw g_warning when getting deprecated propertiesMiguel París Díaz2015-09-111-3/+8
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-171-0/+2
* opusenc: Add bitrate to the tagsMersad Jelacic2015-06-221-0/+20
* opus: fix includes and compilation against opus in non-standard prefixTim-Philipp Müller2015-04-281-1/+1
* opus: don't use deprecated gst_buffer_new_and_allocMersad Jelacic2015-04-281-1/+3
* opus: Fix incorrect fall-through condition in property getterArun Raghavan2015-04-031-1/+1
* opusenc: fall through switch statementLuis de Bethencourt2015-03-241-0/+1
* opusenc: Set output format immediately after creating the encoder instanceSebastian Dröge2015-03-231-17/+14
* opusenc: Remove another unused variableSebastian Dröge2015-03-231-3/+0
* opusenc: Remove useless headers and header_sent variables from the instance s...Sebastian Dröge2015-03-231-14/+2
* opusenc: replace cbr and constrained-vbr properties with an enumVincent Penquerc'h2015-03-121-12/+75
* opusenc: Remove g_warnings() for the deprecated audio propertySebastian Dröge2015-02-181-4/+0
* opusenc: change audio property to audio-typeVincent Penquerc'h2015-01-291-9/+51
* opusenc: plug ref leak of template capsThiago Santos2014-12-171-3/+1
* opusenc: update output segment stop time to match clipped samplesVincent Penquerc'h2014-10-301-0/+27
* opusenc: Unref pad template caps after usageSebastian Rasmussen2014-08-111-5/+6
* opusenc: Use aux vars to minimize critical regionMiguel París Díaz2014-05-261-9/+17
* opusenc: increase max payload size to 4000 bytesVincent Penquerc'h2013-12-271-2/+2
* opusenc: fix crash when setting "cbr" property when encoder is not running yetTim-Philipp Müller2013-01-281-1/+2
* opus: use appropriate printf format for gsizeThijs Vermeir2012-12-181-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* 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