summaryrefslogtreecommitdiff
path: root/ext/opus
Commit message (Expand)AuthorAgeFilesLines
* opusdec: fixed buffer unmapping bugCarlos Rafael Giani2012-10-251-1/+1
* opuspay: remove pointless caps serializationWim Taymans2012-10-221-7/+1
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-175-5/+5
* opusenc: Rank as PrimaryOlivier Crête2012-09-221-1/+1
* rtpopuspay: Allocate the rtp buffer correctlyOlivier Crête2012-09-221-17/+3
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-145-5/+5
* 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-157-2/+8
* 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
* opusparse: heed test vector framing to eat any paddingVincent Penquerc'h2012-05-251-0/+3
* opusparse: Simplify checkEdward Hervey2012-05-251-28/+29
* 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-078-93/+153
* | audioencoders: chain up to parent event handlerWim Taymans2012-02-271-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2012-02-201-1/+2
|\ \ | |/
| * printf format fixesDavid Schleef2012-02-191-1/+2
* | 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 remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-01-131-0/+3
|\ \ | |/
| * opusparse: fix caps leakVincent Penquerc'h2012-01-111-0/+1
| * opusparse: fix slist leakVincent Penquerc'h2012-01-111-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-3014-73/+746
|\ \ | |/
| * opusenc: add upstream negotiation for multistream abilityVincent Penquerc'h2011-12-104-6/+71
| * Adding opus RTP payloader/depayloader elementDanilo Cesar Lemes de Paula2011-12-096-2/+392
| * opus: include streams count in capsVincent Penquerc'h2011-12-093-3/+18
| * opus: properly create channel mapping tablesVincent Penquerc'h2011-12-098-52/+214
| * opusdec: header cleanupOlivier Crête2011-12-071-2/+1
| * opusdec: Truncate caps firstOlivier Crête2011-12-071-1/+6
| * opusdec: default to stereo 48000 Hz if possible when no headers seenVincent Penquerc'h2011-12-071-12/+35