summaryrefslogtreecommitdiff
path: root/ext/opus
Commit message (Expand)AuthorAgeFilesLines
...
* opusenc: Unref pad template caps after usageSebastian Rasmussen2014-08-111-5/+6
* 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
* opusenc: Use aux vars to minimize critical regionMiguel París Díaz2014-05-261-9/+17
* opus: add missing va_end in variadic functionVincent Penquerc'h2014-04-091-0/+1
* opusenc: increase max payload size to 4000 bytesVincent Penquerc'h2013-12-271-2/+2
* opusdec: Require caps to be set before any data processingSebastian Dröge2013-12-051-0/+2
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* opusdec: clear the state of the decoderWim Taymans2013-02-111-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-182-3/+3
* Fix FSF addressTim-Philipp Müller2012-11-049-18/+18
* opusdec: fixed buffer unmapping bugCarlos Rafael Giani2012-10-251-1/+1
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* opusenc: Rank as PrimaryOlivier Crête2012-09-221-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* opus + jpegformat: unbreak non-debug buildPeter Korsgaard2012-09-122-3/+3
* opusenc: port to the new GLib thread APIMark Nauwelaerts2012-09-112-18/+18
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-042-2/+2
* 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-155-2/+6
* opusdec: read gain from the right place in the headerVincent Penquerc'h2012-05-291-1/+1
* opusdec: do not assert on bad header, error out insteadVincent Penquerc'h2012-05-271-3/+9
* 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
* opusdec: fix lost packet handling for FEC/PLCVincent Penquerc'h2012-05-241-8/+14
* opus: Handle GstByteWriter return valuesEdward Hervey2012-04-251-10/+14
* opusdec: tweak caps negotiationMark Nauwelaerts2012-04-101-8/+12
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* 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: Rank rtp pay/depayOlivier Crête2012-03-271-2/+2
* | opusdec: fix for caps api changeWim Taymans2012-03-121-2/+2
* | opus: port to updated 0.11Mark Nauwelaerts2012-03-076-69/+93
* | audioencoders: chain up to parent event handlerWim Taymans2012-02-271-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2012-02-102-3/+4
|\ \ | |/
| * build: fix CFLAGS order and LIBS orderTim-Philipp Müller2012-02-031-4/+3
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-272-0/+2
* | 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-309-72/+373
|\ \ | |/
| * opusenc: add upstream negotiation for multistream abilityVincent Penquerc'h2011-12-102-4/+69
| * Adding opus RTP payloader/depayloader elementDanilo Cesar Lemes de Paula2011-12-092-2/+14
| * opus: include streams count in capsVincent Penquerc'h2011-12-092-2/+17
| * opus: properly create channel mapping tablesVincent Penquerc'h2011-12-097-51/+213