summaryrefslogtreecommitdiff
path: root/libavcodec/opusenc_psy.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/opus_rc: Don't duplicate defineAndreas Rheinhardt2022-10-081-1/+1
* avcodec/opusenc_psy: Remove unused/write-only context membersAndreas Rheinhardt2022-10-081-5/+0
* avcodec/opusenc_psy: Remove unused function parameterAndreas Rheinhardt2022-10-081-1/+1
* avcodec/opus: Move defines to better placesAndreas Rheinhardt2022-10-051-1/+4
* opus: convert encoder and decoder to lavu/txLynne2022-09-261-5/+8
* opus: convert to new channel layout APIAnton Khirnov2022-03-151-10/+10
* avcodec/opusenc_psy: Fix warning: ISO C90 forbids mixed declarations and codeMichael Niedermayer2018-04-191-3/+2
* opusenc_psy: Typo, use all coeffs in range for band tonality calculationDaniil Cherednik2018-01-131-1/+1
* opusenc_psy: disable stereo searches for mono streamsRostislav Pehlivanov2018-01-041-0/+7
* opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov2017-12-301-1/+1
* opus_pvq: do not compile encoding/decoding code if the encoder/decoder is dis...Rostislav Pehlivanov2017-12-041-1/+51
* opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov2017-12-041-1/+1
* opusenc: Fix double-declaration of variableMark Thompson2017-10-181-1/+0
* avcodec/opusenc_psy: Fix mixed declaration and statementMichael Niedermayer2017-10-111-1/+2
* avcodec/opusenc_psy: use av_clip_uintp2()James Almer2017-09-231-1/+1
* lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-231-1/+1
* opusenc: implement a psychoacoustic systemRostislav Pehlivanov2017-09-231-0/+556