[FFmpeg-cvslog] avcodec/dcaenc: Use ffmpeg mdct instead of own implementation

2018-01-13 Thread Daniil Cherednik
ffmpeg | branch: master | Daniil Cherednik | Sun Jan 7 22:39:22 2018 +| [ec6e389c753ba7de0303e8094a494a981b927b77] | committer: Rostislav Pehlivanov avcodec/dcaenc: Use ffmpeg mdct instead of own implementation Signed-off-by: Daniil Cherednik > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] opusenc_psy: Typo, use all coeffs in range for band tonality calculation

2018-01-13 Thread Daniil Cherednik
ffmpeg | branch: master | Daniil Cherednik | Tue Jan 9 21:15:20 2018 +0300| [c7d726f7f466f69af8321a5e01133e64b4885f53] | committer: Rostislav Pehlivanov opusenc_psy: Typo, use all coeffs in range for band tonality calculation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dcaenc: Do not abort process in case of bitrate deficit

2017-05-16 Thread Daniil Cherednik
ffmpeg | branch: master | Daniil Cherednik | Thu May 11 21:12:07 2017 +| [9c4e69b8eac8955ce65df2fba2addaeefe81784f] | committer: Rostislav Pehlivanov avcodec/dcaenc: Do not abort process in case of bitrate deficit Old behaviour - abort if at least one subband has 1bit quantizer and

[FFmpeg-cvslog] avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoder

2017-05-07 Thread Daniil Cherednik
ffmpeg | branch: master | Daniil Cherednik | Mon Feb 20 23:22:51 2017 +| [b8c2b9c39279171f647d9c81f34ffa3d3ae93c47] | committer: Rostislav Pehlivanov avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] dcaenc: Use Huffman codes for Bit Allocation Index

2017-01-20 Thread Daniil Cherednik
ffmpeg | branch: master | Daniil Cherednik | Wed Jan 18 17:26:27 2017 +0300| [9a619bef5492a664c1e80a74c5779e28763179f3] | committer: Rostislav Pehlivanov dcaenc: Use Huffman codes for Bit Allocation Index Reviewed-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] dcaenc: Reverse data layout to prevent data copies during Huffman encoding introduction

2017-01-15 Thread Daniil Cherednik
ffmpeg | branch: master | Daniil Cherednik | Fri Jan 6 02:07:54 2017 +0300| [a6191d098a03f94685ae4c072bfdf10afcd86223] | committer: Rostislav Pehlivanov dcaenc: Reverse data layout to prevent data copies during Huffman encoding introduction Reviewed-by: Rostislav Pehlivanov > h

[FFmpeg-cvslog] dcaenc: Implementation of Huffman codes for DCA encoder

2017-01-15 Thread Daniil Cherednik
ffmpeg | branch: master | Daniil Cherednik | Sat Jan 7 15:18:32 2017 +0300| [c2500d62c68a1e4c929cd5096f6617b56268d4e8] | committer: Rostislav Pehlivanov dcaenc: Implementation of Huffman codes for DCA encoder Reviewed-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/atrac1: fix decoder: QMF delay compensation should be 39 samples

2015-11-21 Thread Daniil Cherednik
ffmpeg | branch: master | Daniil Cherednik | Sat Nov 14 01:57:25 2015 +0300| [6662ca28d4c03c2f45fdba3945c7f0e7bdf64264] | committer: Michael Niedermayer avcodec/atrac1: fix decoder: QMF delay compensation should be 39 samples This also adds a new fate test Signed-off-by: Michael Niedermayer