summaryrefslogtreecommitdiff
path: root/libavcodec/opusenc_psy.c
Commit message (Expand)AuthorAge
* opus: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/opusenc_psy: Fix warning: ISO C90 forbids mixed declarations and codeMichael Niedermayer2018-04-19
* opusenc_psy: Typo, use all coeffs in range for band tonality calculationDaniil Cherednik2018-01-13
* opusenc_psy: disable stereo searches for mono streamsRostislav Pehlivanov2018-01-04
* opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov2017-12-30
* opus_pvq: do not compile encoding/decoding code if the encoder/decoder is dis...Rostislav Pehlivanov2017-12-04
* opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov2017-12-04
* opusenc: Fix double-declaration of variableMark Thompson2017-10-18
* avcodec/opusenc_psy: Fix mixed declaration and statementMichael Niedermayer2017-10-11
* avcodec/opusenc_psy: use av_clip_uintp2()James Almer2017-09-23
* lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-23
* opusenc: implement a psychoacoustic systemRostislav Pehlivanov2017-09-23