summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* basetextoverlay: Add new properties and alignment type for unclamped absolute...Lubosz Sarnecki2016-03-112-6/+68
* Revert "textoverlay: Do not limit positioning to video area."Tim-Philipp Müller2016-03-111-4/+8
* theora: fix performance category initialisationTim-Philipp Müller2016-03-094-18/+1
* oggdemux: fix chaining causing running time to restart from 0Vincent Penquerc'h2016-03-041-1/+1
* opusdec: plug caps leakHavard Graff2016-03-031-1/+1
* opus: fix mono<->stereo up/down-mixingVincent Penquerc'h2016-02-261-20/+107
* opusenc: remove deprecated "cbr", "audio", and "constrained-vbr" propertiesTim-Philipp Müller2016-02-261-66/+0
* opus: move Opus audio decoder and encoder from -bad to -baseTim-Philipp Müller2016-02-263-21/+13
* Merge branch 'plugin-move-opus'Tim-Philipp Müller2016-02-2510-0/+2653
|\
| * opus: fix FECVincent Penquerc'h2016-02-031-7/+11
| * opusdec: fix wrong buffer being checked for missing dataVincent Penquerc'h2016-02-021-2/+2
| * plugins-bad: Fix example pipelinesVineeth TM2015-12-152-2/+2
| * 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
| * opusdec: Update sink pad templatesSebastian Dröge2015-11-051-2/+7
| * 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-036-377/+177
| * opusdec: Handle GstAudioClippingMeta instead of the pre-skip field in the Opu...Sebastian Dröge2015-11-031-5/+30
| * 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-032-12/+57
| * opusenc: Put lookahead/pre-skip into the OpusHead headerSebastian Dröge2015-11-033-14/+20
| * opusdec: Assume 48kHz if no sample rate is given in the headerSebastian Dröge2015-11-021-0/+2
| * opusenc: Place 48kHz first in the capsSebastian Dröge2015-11-021-1/+6
| * opusdec: remove check for number of channelsThiago Santos2015-09-151-6/+0
| * 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
| * audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
| * opuscommon: Use GString instead of snprintf for concatingNirbheek Chauhan2015-07-271-5/+10
| * opusdec: Fix PLC frame size calculationsCarlos Rafael Giani2015-07-202-4/+51
| * opusenc: Add bitrate to the tagsMersad Jelacic2015-06-221-0/+20
| * 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
| * opusheader: Do not include rate in caps if it is 0Jose Antonio Santos Cadenas2015-05-041-1/+6
| * opus: fix includes and compilation against opus in non-standard prefixTim-Philipp Müller2015-04-283-3/+3
| * opus: don't use deprecated gst_buffer_new_and_allocMersad Jelacic2015-04-282-2/+6
| * 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-232-5/+0
| * opusenc: Remove useless headers and header_sent variables from the instance s...Sebastian Dröge2015-03-233-21/+8
| * 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
| * opusheader: Put number of channels and sample rate into the capsSebastian Dröge2015-03-231-1/+9
| * opusenc: replace cbr and constrained-vbr properties with an enumVincent Penquerc'h2015-03-122-14/+83
| * opusdec: fix latency query in FEC caseVincent Penquerc'h2015-03-041-4/+4
| * opusenc: Remove g_warnings() for the deprecated audio propertySebastian Dröge2015-02-181-4/+0