Re: [FFmpeg-devel] [PATCH] apedec: add ability to check CRC

2019-04-18 Thread Lynne
Apr 9, 2019, 2:56 PM by d...@lynne.ee: > > > > Apr 7, 2019, 12:56 AM by > mich...@niedermayer.cc > > : > >> On Sat, Apr 06, 2019 at 10:44:00AM +0200, Lynne wrote: >> >>> Apr 4, 2019, 10:30 AM by >>> mich...@niedermayer.cc >>>

Re: [FFmpeg-devel] [PATCH] apedec: add ability to check CRC

2019-04-09 Thread Lynne
Apr 7, 2019, 12:56 AM by mich...@niedermayer.cc: > On Sat, Apr 06, 2019 at 10:44:00AM +0200, Lynne wrote: > >> Apr 4, 2019, 10:30 AM by >> mich...@niedermayer.cc >> >> : >> >> > On Wed, Mar 06, 2019 at 02:47:37PM +0100, Lynne wrote: >> > >> >> 6 Mar 2019, 11:22

Re: [FFmpeg-devel] [PATCH] apedec: add ability to check CRC

2019-04-06 Thread Michael Niedermayer
On Sat, Apr 06, 2019 at 10:44:00AM +0200, Lynne wrote: > Apr 4, 2019, 10:30 AM by mich...@niedermayer.cc: > > > On Wed, Mar 06, 2019 at 02:47:37PM +0100, Lynne wrote: > > > >> 6 Mar 2019, 11:22 by >> d...@lynne.ee >> : > >> > >> > The CRC flag is only signalled once every

Re: [FFmpeg-devel] [PATCH] apedec: add ability to check CRC

2019-04-06 Thread Lynne
Apr 4, 2019, 10:30 AM by mich...@niedermayer.cc: > On Wed, Mar 06, 2019 at 02:47:37PM +0100, Lynne wrote: > >> 6 Mar 2019, 11:22 by >> d...@lynne.ee >> : >> >> > The CRC flag is only signalled once every few minutes but CRC is still >> > always present so the patch uses the

Re: [FFmpeg-devel] [PATCH] apedec: add ability to check CRC

2019-04-04 Thread Michael Niedermayer
On Wed, Mar 06, 2019 at 02:47:37PM +0100, Lynne wrote: > 6 Mar 2019, 11:22 by d...@lynne.ee: > > > The CRC flag is only signalled once every few minutes but CRC is still > > always present so the patch uses the file version instead. > > CRC on 24-bit files wants non-padded samples so skip such

Re: [FFmpeg-devel] [PATCH] apedec: add ability to check CRC

2019-04-01 Thread Lynne
Mar 6, 2019, 1:47 PM by d...@lynne.ee: > 6 Mar 2019, 11:22 by > d...@lynne.ee > : > >> The CRC flag is only signalled once every few minutes but CRC is still >> always present so the patch uses the file version instead. >> CRC on 24-bit files wants non-padded samples so skip

Re: [FFmpeg-devel] [PATCH] apedec: add ability to check CRC

2019-03-06 Thread Lynne
6 Mar 2019, 11:22 by d...@lynne.ee: > The CRC flag is only signalled once every few minutes but CRC is still > always present so the patch uses the file version instead. > CRC on 24-bit files wants non-padded samples so skip such files. > Some corrupt samples may have been output before the final

Re: [FFmpeg-devel] [PATCH] apedec: add ability to check CRC

2019-03-06 Thread Hendrik Leppkes
On Wed, Mar 6, 2019 at 2:18 PM Carl Eugen Hoyos wrote: > > 2019-03-06 12:22 GMT+01:00, Lynne : > > The CRC flag is only signalled once every few minutes but CRC is still > > always present so the patch uses the file version instead. > > CRC on 24-bit files wants non-padded samples so skip such

Re: [FFmpeg-devel] [PATCH] apedec: add ability to check CRC

2019-03-06 Thread James Almer
On 3/6/2019 8:22 AM, Lynne wrote: > The CRC flag is only signalled once every few minutes but CRC is still > always present so the patch uses the file version instead. > CRC on 24-bit files wants non-padded samples so skip such files. > Some corrupt samples may have been output before the final

Re: [FFmpeg-devel] [PATCH] apedec: add ability to check CRC

2019-03-06 Thread Carl Eugen Hoyos
2019-03-06 12:22 GMT+01:00, Lynne : > The CRC flag is only signalled once every few minutes but CRC is still > always present so the patch uses the file version instead. > CRC on 24-bit files wants non-padded samples so skip such files. > Some corrupt samples may have been output before the final