[FFmpeg-cvslog] avfilter/signature: fix integer rounding cast precedence

2021-08-28 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Fri Aug 20 16:33:28 2021 +0530| [d91542e61830e64365f40bfdc3c32084cfc41165] | committer: Jai Luthra avfilter/signature: fix integer rounding cast precedence Co-authored-by: Oscar Signed-off-by: Jai Luthra > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avfilter/vf_signature: Initialize all houghspace elements

2021-07-20 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Tue Jul 13 13:43:25 2021 +0530| [012804d2e9087a65f557e18ef8171a5c6b779f6a] | committer: Jai Luthra avfilter/vf_signature: Initialize all houghspace elements Co-authored-by: Oscar > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/mlpdec: use get_bits_long for huff lsbs

2020-02-08 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Sat Feb 8 02:04:12 2020 +0530| [4566cfed9c13ee509efb3cc9531ca8965e50c13d] | committer: Michael Niedermayer avcodec/mlpdec: use get_bits_long for huff lsbs lsb bits may go beyond 25 bits, so to be safe use get_bits_long Signed-off-by: Jai Luthra Signed

[FFmpeg-cvslog] mlpenc: clean up

2020-02-04 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Fri Jan 24 16:21:34 2020 +0530| [ad2638473486a2d0f14e2522c1e55d0d5b5d50a3] | committer: Paul B Mahol mlpenc: clean up Signed-off-by: Jai Luthra > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad2638473486a2d0f14e2522c1e55d0d5b5d5

[FFmpeg-cvslog] mlpenc: fix some -fsanitize=integer errors

2020-02-04 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Mon Feb 3 00:50:59 2020 +0530| [d6cef144e21763927ae8992221dc587c3398b4ef] | committer: Paul B Mahol mlpenc: fix some -fsanitize=integer errors Signed-off-by: Jai Luthra > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] mlpenc: prevent negative lsb_bits lshift

2020-02-04 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Fri Jan 24 16:21:32 2020 +0530| [ddeb58d58c77d0cee3b8592a084c6d9368dd0df4] | committer: Paul B Mahol mlpenc: prevent negative lsb_bits lshift Fixes Coverity CID 1396239. Signed-off-by: Jai Luthra > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] mlpenc: fix lossless check error in number_sbits

2020-02-04 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Fri Jan 24 16:21:30 2020 +0530| [c1c3916cec9ca627b9bff4a34683f4ff787d] | committer: Paul B Mahol mlpenc: fix lossless check error in number_sbits we need two bits instead of one bit to represent -1 in bitstream Signed-off-by: Jai Luthra > h

[FFmpeg-cvslog] mlpenc: fix huff offset calculation

2020-02-04 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Fri Jan 24 16:21:31 2020 +0530| [990990ed5d72b531cf5cc605af89830d8d42e7d0] | committer: Paul B Mahol mlpenc: fix huff offset calculation huff offset wasn't always within the bounds before, which lead to corrupt encoding that didn't always trigge

[FFmpeg-cvslog] mlpenc: improve lpc filtering

2020-02-04 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Fri Jan 24 16:21:33 2020 +0530| [bc0ed176024b39c0a4aab745a30c0a295e20b7ec] | committer: Paul B Mahol mlpenc: improve lpc filtering * fix a possible memory leak (apply_filter returned before freeing) * use apply_filters in process_major_frame * revert back

[FFmpeg-cvslog] mlp: check huff_lsbs only when codebook is used

2020-02-04 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Mon Feb 3 00:51:00 2020 +0530| [49cfbedb9d5a35d4701b37e9908172807eb67100] | committer: Paul B Mahol mlp: check huff_lsbs only when codebook is used When no codebook is used, huff_lsbs can be more than 24 and still decode to original values once filters

[FFmpeg-cvslog] MAINTAINERS: add myself for mlp/truehd

2016-09-19 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Sun Sep 18 11:40:27 2016 +0530| [dfa489be019943aa1f8e43e58a7416561fa11f4d] | committer: Michael Niedermayer MAINTAINERS: add myself for mlp/truehd Signed-off-by: Jai Luthra Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] mlpenc: Working MLP/TrueHD encoder

2016-09-17 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Tue Aug 30 16:11:02 2016 +0530| [15b86f480a9c748aeeafb42a877ee755c64f90f2] | committer: Rostislav Pehlivanov mlpenc: Working MLP/TrueHD encoder * Multichannel support for TrueHD is experimental There should be downmix substreams present for 2

[FFmpeg-cvslog] lavc/lpc: Add min_shift parameter in LPC

2016-08-28 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Tue Aug 23 02:50:04 2016 +0530| [0c023d181e581a0299d96a5edf7a736bdc66dc43] | committer: Michael Niedermayer lavc/lpc: Add min_shift parameter in LPC The min_shift parameter is needed by the MLP encoder Signed-off-by: Jai Luthra Signed-off-by: Michael