Re: [FFmpeg-devel] [PATCH v7 0/3] 32bps FLAC patches

2022-12-26 Thread Martijn van Beurden
Op ma 26 dec. 2022 21:14 schreef Paul B Mahol : > Pushed. > > Next time do not put tabs in non Makefile parts in patch or I will > reject pushing it. > Thanks. Sorry about the tabs, I forgot to check, I will try to be more careful next time. > ___ ffmp

Re: [FFmpeg-devel] [PATCH v7 0/3] 32bps FLAC patches

2022-12-26 Thread Paul B Mahol
On 12/19/22, Paul B Mahol wrote: > On 12/11/22, Martijn van Beurden wrote: >> Op do 1 dec. 2022 om 13:31 schreef Paul B Mahol : >>> >>> On 11/25/22, Paul B Mahol wrote: >>> > On 10/11/22, Martijn van Beurden wrote: >>> >> Recently libFLAC gained the ability (first released in FLAC 1.4.0) >>> >>

Re: [FFmpeg-devel] [PATCH v7 0/3] 32bps FLAC patches

2022-12-18 Thread Paul B Mahol
On 12/11/22, Martijn van Beurden wrote: > Op do 1 dec. 2022 om 13:31 schreef Paul B Mahol : >> >> On 11/25/22, Paul B Mahol wrote: >> > On 10/11/22, Martijn van Beurden wrote: >> >> Recently libFLAC gained the ability (first released in FLAC 1.4.0) >> >> to create FLAC files containing 32-bit in

Re: [FFmpeg-devel] [PATCH v7 0/3] 32bps FLAC patches

2022-12-11 Thread Martijn van Beurden
Op do 1 dec. 2022 om 13:31 schreef Paul B Mahol : > > On 11/25/22, Paul B Mahol wrote: > > On 10/11/22, Martijn van Beurden wrote: > >> Recently libFLAC gained the ability (first released in FLAC 1.4.0) > >> to create FLAC files containing 32-bit int PCM samples. To > >> keep complexity reasonabl

Re: [FFmpeg-devel] [PATCH v7 0/3] 32bps FLAC patches

2022-12-01 Thread Paul B Mahol
On 11/25/22, Paul B Mahol wrote: > On 10/11/22, Martijn van Beurden wrote: >> Recently libFLAC gained the ability (first released in FLAC 1.4.0) >> to create FLAC files containing 32-bit int PCM samples. To >> keep complexity reasonable, the choice was made to limit residuals >> to 32-bit integer

Re: [FFmpeg-devel] [PATCH v7 0/3] 32bps FLAC patches

2022-11-25 Thread Paul B Mahol
On 10/11/22, Martijn van Beurden wrote: > Recently libFLAC gained the ability (first released in FLAC 1.4.0) > to create FLAC files containing 32-bit int PCM samples. To > keep complexity reasonable, the choice was made to limit residuals > to 32-bit integers, which the encoder must make sure of.

Re: [FFmpeg-devel] [PATCH v7 0/3] 32bps FLAC patches

2022-11-25 Thread Martijn van Beurden
Op vr 11 nov. 2022 om 22:11 schreef Martijn van Beurden : > > Op vr 28 okt. 2022 om 22:13 schreef Martijn van Beurden : > > > > Op di 11 okt. 2022 om 19:24 schreef Martijn van Beurden : > > > > > > Recently libFLAC gained the ability (first released in FLAC 1.4.0) > > > to create FLAC files contain

Re: [FFmpeg-devel] [PATCH v7 0/3] 32bps FLAC patches

2022-11-11 Thread Martijn van Beurden
Op vr 28 okt. 2022 om 22:13 schreef Martijn van Beurden : > > Op di 11 okt. 2022 om 19:24 schreef Martijn van Beurden : > > > > Recently libFLAC gained the ability (first released in FLAC 1.4.0) > > to create FLAC files containing 32-bit int PCM samples. To > > keep complexity reasonable, the choic

Re: [FFmpeg-devel] [PATCH v7 0/3] 32bps FLAC patches

2022-10-28 Thread Martijn van Beurden
Op di 11 okt. 2022 om 19:24 schreef Martijn van Beurden : > > Recently libFLAC gained the ability (first released in FLAC 1.4.0) > to create FLAC files containing 32-bit int PCM samples. To > keep complexity reasonable, the choice was made to limit residuals > to 32-bit integers, which the encoder