[FFmpeg-cvslog] avcodec/acelp_*: Remove unnecessary headers

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 2 06:43:12 2022 +0200| [2345b4eb9c430946ff1ca04d9ee55168336fd1cb] | committer: Andreas Rheinhardt avcodec/acelp_*: Remove unnecessary headers Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avcodec/avcodec: Remove legacy cruft

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 1 03:37:58 2022 +0200| [0661472fa849901d73c382bb49741fdf2fb0021f] | committer: Andreas Rheinhardt avcodec/avcodec: Remove legacy cruft Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0661472

[FFmpeg-cvslog] avcodec/aacenc_quantization: Deduplicate quantization functions

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 1 11:54:25 2022 +0200| [57d305207a30131172e1c07c99e2cba833c1add1] | committer: Andreas Rheinhardt avcodec/aacenc_quantization: Deduplicate quantization functions Up until now, there were four copies of quantize_and_encode_band_cost_(ZERO|

[FFmpeg-cvslog] avcodec/internal: Move ff_thread_can_start_frame() to threadframe.h

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 1 02:26:45 2022 +0200| [bcb0faeaba60b5d329fafee2e55f28d3c709e7b1] | committer: Andreas Rheinhardt avcodec/internal: Move ff_thread_can_start_frame() to threadframe.h Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avcodec/aacenc: Move aac_pce_configs to its only user

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 1 05:42:06 2022 +0200| [c488ee6182017910d58343c9fcece504bf89dad1] | committer: Andreas Rheinhardt avcodec/aacenc: Move aac_pce_configs to its only user Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avcodec/aacenc_tns: Remove unused header

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 1 11:53:40 2022 +0200| [e081358e8d838b9d83c75fe58780b66cbbf3153d] | committer: Andreas Rheinhardt avcodec/aacenc_tns: Remove unused header Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e08

[FFmpeg-cvslog] avcodec/aacenc_quantization: Remove always-zero function parameter

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 1 09:45:10 2022 +0200| [386990a955c55e06dac278ea4d6cef940fb58e12] | committer: Andreas Rheinhardt avcodec/aacenc_quantization: Remove always-zero function parameter rtz is only ever nonzero for quantize_and_encode_band(). Signed-off-by:

[FFmpeg-cvslog] avcodec/sbrdsp: Remove unnecessary headers

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 1 06:17:12 2022 +0200| [d23cb45c1c482c5fcedfd2d83bfd912690709871] | committer: Andreas Rheinhardt avcodec/sbrdsp: Remove unnecessary headers Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d

[FFmpeg-cvslog] avcodec/flacdsp: Remove unused function parameter

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jul 31 21:06:51 2022 +0200| [3a869cd5cdc8c64ce93a98284029a162bd9f0e6e] | committer: Andreas Rheinhardt avcodec/flacdsp: Remove unused function parameter Forgotten in e609cfd697f8eed7325591f767585041719807d1. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avcodec/flacdsp: Split encoder-only parts into a ctx of its own

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 1 03:07:46 2022 +0200| [6c4595190e7ef5cc2a3652ed4a604e46f7e37ac6] | committer: Andreas Rheinhardt avcodec/flacdsp: Split encoder-only parts into a ctx of its own Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avcodec: Constify frame->data pointers for encoders where possible

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jul 26 09:09:44 2022 +0200| [5828e8209f48f206c42b69e314a6988b50e98924] | committer: Andreas Rheinhardt avcodec: Constify frame->data pointers for encoders where possible Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avcodec/mpegvideo_motion: Constify ff_mpv_motion

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jul 26 08:55:32 2022 +0200| [cee40a945abc3568e270899eefb8bf6cf7e5ab3c] | committer: Andreas Rheinhardt avcodec/mpegvideo_motion: Constify ff_mpv_motion Also constify the corresponding code in mpegvideo.c that handles lowres. (Unfortunately, no

[FFmpeg-cvslog] avcodec/hevcdec: Constify src pointers of HEVC DSP functions

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jul 26 00:08:35 2022 +0200| [7e8c8cc04b1cde346fb31d2cae70dda0385fa51b] | committer: Andreas Rheinhardt avcodec/hevcdec: Constify src pointers of HEVC DSP functions This is possible now that the HEVC DSP API treats them as const. Also constify

[FFmpeg-cvslog] avcodec/h264chroma: Constify src in h264_chroma_mc_func

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jul 26 07:46:45 2022 +0200| [333b32af8e1b4c7f21fbb6e73b114d614117b97f] | committer: Andreas Rheinhardt avcodec/h264chroma: Constify src in h264_chroma_mc_func Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avcodec/loongarch/h264chroma, vc1dsp_lasx: Add wrapper for __lasx_xvldx

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 2 01:18:08 2022 +0200| [2c8dc7e953e532752500e8145aa1ceee908bda2f] | committer: Andreas Rheinhardt avcodec/loongarch/h264chroma, vc1dsp_lasx: Add wrapper for __lasx_xvldx __lasx_xvldx does not accept a pointer to const (in fact, no functio

[FFmpeg-cvslog] avcodec/loongarch: Add wrapper for __lsx_vldx

2022-08-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 2 00:56:53 2022 +0200| [6c9a60ada4256cf5c388d8dc48860e24c15396c0] | committer: Andreas Rheinhardt avcodec/loongarch: Add wrapper for __lsx_vldx __lsx_vldx does not accept a pointer to const (in fact, no function in lsxintrin.h does so), a

[FFmpeg-cvslog] lavc/Makefile: fix make checkheaders fail

2022-08-04 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Aug 4 17:49:00 2022 +0800| [33afa2167ee61a1f7555ee7d41436ffb1052548e] | committer: Jun Zhao lavc/Makefile: fix make checkheaders fail Fix the build break when used make checkheaders Reviewed-by: Andreas Rheinhardt Signed-off-by: Jun Zhao > http://gi

[FFmpeg-cvslog] lavf/hevc: replace the unicode signal quotation with normal quotation

2022-08-04 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Aug 4 16:49:23 2022 +0800| [101e154c2860abe4a8dcb7e54b2bc903adfd87b6] | committer: Jun Zhao lavf/hevc: replace the unicode signal quotation with normal quotation replace the unicode left/right signal quotation mark with normal signal quotation. Signed-