summaryrefslogtreecommitdiff
path: root/ext/opus/gstopusdec.c
Commit message (Expand)AuthorAgeFilesLines
* opusdec: Assume 48kHz if no sample rate is given in the headerSebastian Dröge2015-11-031-0/+2
* opusdec: remove check for number of channelsThiago Santos2015-09-151-6/+0
* audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
* opusdec: Fix PLC frame size calculationsCarlos Rafael Giani2015-07-201-4/+49
* opusdec: If channel/rate negotiation fails, fall back to stereo and 48kHzSebastian Dröge2015-06-041-0/+11
* opusdec: gst_structure_fixate_field_nearest_int() only works if the structure...Sebastian Dröge2015-06-041-2/+11
* opus: don't use deprecated gst_buffer_new_and_allocMersad Jelacic2015-04-281-1/+3
* opusdec: Take channels and sample rate from the caps if we have no stream headerSebastian Dröge2015-03-231-0/+16
* opusdec: Reset the decoder if the caps changeSebastian Dröge2015-03-231-0/+13
* opusdec: Take output sample rate from the stream headers tooSebastian Dröge2015-03-231-3/+2
* opusdec: fix latency query in FEC caseVincent Penquerc'h2015-03-041-4/+4
* Improve and fix LATENCY query handlingSebastian Dröge2015-02-111-0/+3
* Fix up one-element lists in template capsTim-Philipp Müller2014-09-101-1/+1
* opusdec: Require caps to be set before any data processingSebastian Dröge2013-12-051-0/+2
* opusdec: clear the state of the decoderWim Taymans2013-02-111-2/+2
* opus: use appropriate printf format for gsizeThijs Vermeir2012-12-181-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* opusdec: fixed buffer unmapping bugCarlos Rafael Giani2012-10-251-1/+1
* 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-1/+1
* opus: set author to myself, and update copyright noticesVincent Penquerc'h2012-06-151-1/+2
* 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
* opusdec: fix lost packet handling for FEC/PLCVincent Penquerc'h2012-05-241-8/+14
* opusdec: tweak caps negotiationMark Nauwelaerts2012-04-101-8/+12
* opusdec: fix for caps api changeWim Taymans2012-03-121-2/+2
* opus: port to updated 0.11Mark Nauwelaerts2012-03-071-43/+59
* Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-301-21/+56
|\
| * opus: properly create channel mapping tablesVincent Penquerc'h2011-12-091-3/+10
| * 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
| * opusdec: guard against decoding 0 samplesVincent Penquerc'h2011-12-021-4/+4
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-11-261-1/+3
|\ \ | |/
| * opusenc: Fixing "Unused var" compiling error for opus codecDanilo Cesar Lemes de Paula2011-11-251-2/+0
| * opus: add some more debug information about channel mappingVincent Penquerc'h2011-11-251-0/+1
| * opusdec: fix bogus assertionVincent Penquerc'h2011-11-251-1/+2
* | Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey2011-11-251-74/+261
|\ \ | |/
| * opus: multichannel supportVincent Penquerc'h2011-11-241-59/+82
| * opus: switch to multistream APIVincent Penquerc'h2011-11-241-5/+18
| * opusdec: shuffle supported sample rates to favor 48000Vincent Penquerc'h2011-11-241-1/+1
| * opusdec: implement replay gainVincent Penquerc'h2011-11-231-2/+53
| * opusdec: add in-band FEC supportVincent Penquerc'h2011-11-231-17/+106
* | Merge branch 'master' into 0.11Wim Taymans2011-11-231-26/+46
|\ \ | |/
| * opus: move header magic testing to gstopusheaderVincent Penquerc'h2011-11-221-13/+5
| * opusdec: skip pre-skip samplesVincent Penquerc'h2011-11-221-1/+19
| * opusdec: read pre-skip from first header if availableVincent Penquerc'h2011-11-221-0/+12
| * opusdec: handle NULL packets (used for PLC)Vincent Penquerc'h2011-11-211-7/+13