[FFmpeg-cvslog] avcodec/vorbisenc: Include fdsp

2017-06-05 Thread Tyler Jones
ffmpeg | branch: master | Tyler Jones | Tue May 30 09:14:17 2017 -0600| [610864dc36e2c485b4508b774b0199e67e9e8999] | committer: Rostislav Pehlivanov avcodec/vorbisenc: Include fdsp Signed-off-by: Tyler Jones > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/vorbisenc: Use fdsp for applying windows

2017-06-05 Thread Tyler Jones
ffmpeg | branch: master | Tyler Jones | Tue May 30 09:14:36 2017 -0600| [79941602a317b45dcf3d1c4d700fe4678e02a0fe] | committer: Rostislav Pehlivanov avcodec/vorbisenc: Use fdsp for applying windows Using fdsp improves readability and allows using architecture-specific optimizations. Signed

[FFmpeg-cvslog] avcodec/vorbisenc: Include bufqueue and afqueue

2017-06-05 Thread Tyler Jones
ffmpeg | branch: master | Tyler Jones | Tue May 30 11:28:04 2017 -0600| [25260b5161af064b95a258e4a5805b16946d0575] | committer: Rostislav Pehlivanov avcodec/vorbisenc: Include bufqueue and afqueue > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/vorbisenc: Use a bufqueue in encoding with smaller lengths

2017-06-05 Thread Tyler Jones
ffmpeg | branch: master | Tyler Jones | Tue May 30 11:28:16 2017 -0600| [29c13fed68ac710a2584d31258ff9e576ee560e3] | committer: Rostislav Pehlivanov avcodec/vorbisenc: Use a bufqueue in encoding with smaller lengths Switching the vorbis encoder to use a buffer queue for input frames allows

[FFmpeg-cvslog] vorbisenc: Fix memory leak on errors

2017-06-06 Thread Tyler Jones
ffmpeg | branch: master | Tyler Jones | Tue Jun 6 08:06:38 2017 -0600| [34c52005605d68f7cd1957b169b6732c7d2447d9] | committer: Rostislav Pehlivanov vorbisenc: Fix memory leak on errors Switches temporary samples for processing to be stored in the encoder's context, avoids memory leaks i

[FFmpeg-cvslog] vorbisenc: Apply and output correct length window and mdct

2017-06-15 Thread Tyler Jones
ffmpeg | branch: master | Tyler Jones | Wed Jun 14 14:58:55 2017 -0600| [f57f665183596ea0c640a87f924a12182141a29b] | committer: Rostislav Pehlivanov vorbisenc: Apply and output correct length window and mdct Usage of blocksize, window, mode, and mdct indexes are switched from default 0 to a

[FFmpeg-cvslog] vorbisenc: Stop tracking number of samples per frame

2017-06-15 Thread Tyler Jones
ffmpeg | branch: master | Tyler Jones | Wed Jun 14 14:59:07 2017 -0600| [752dd1952a7b68094f8b2d5da0ca0df94190cf0e] | committer: Rostislav Pehlivanov vorbisenc: Stop tracking number of samples per frame Each frame is now padded with 0 values if not enough samples are present, and all frames

[FFmpeg-cvslog] vorbisenc: Separate copying audio samples from windowing

2017-06-15 Thread Tyler Jones
ffmpeg | branch: master | Tyler Jones | Wed Jun 14 14:58:22 2017 -0600| [5a2ad7ede33b5d63c1f1b1313a218da62e1c0d48] | committer: Rostislav Pehlivanov vorbisenc: Separate copying audio samples from windowing Audio samples are shifted around when copying from the frame queue so that analysis can