Re: [FFmpeg-devel] [PATCH v2 0/3] DTS Express (LBR) decoder

2016-05-09 Thread foo86
On Sun, May 01, 2016 at 03:30:27PM -0300, James Almer wrote: > With the samples you shared and with a random lbr-in-wav mono sample i found > in the wild i get the following when i try to do a codec copy. > Core and every other DTS extension in contrast seem to set timestamps just > fine. > > #tb

Re: [FFmpeg-devel] [PATCH v2 0/3] DTS Express (LBR) decoder

2016-05-02 Thread foo86
On Mon, May 02, 2016 at 10:35:29AM +0200, Hendrik Leppkes wrote: > On Sun, May 1, 2016 at 11:43 PM, Hendrik Leppkes wrote: > > On Sun, May 1, 2016 at 8:30 PM, James Almer wrote: > >> With the samples you shared and with a random lbr-in-wav mono sample i > >> found > >> in the wild i get the foll

Re: [FFmpeg-devel] [PATCH v2 0/3] DTS Express (LBR) decoder

2016-05-02 Thread Hendrik Leppkes
On Sun, May 1, 2016 at 11:43 PM, Hendrik Leppkes wrote: > On Sun, May 1, 2016 at 8:30 PM, James Almer wrote: >> With the samples you shared and with a random lbr-in-wav mono sample i found >> in the wild i get the following when i try to do a codec copy. >> Core and every other DTS extension in c

Re: [FFmpeg-devel] [PATCH v2 0/3] DTS Express (LBR) decoder

2016-05-01 Thread Hendrik Leppkes
On Sun, May 1, 2016 at 8:30 PM, James Almer wrote: > With the samples you shared and with a random lbr-in-wav mono sample i found > in the wild i get the following when i try to do a codec copy. > Core and every other DTS extension in contrast seem to set timestamps just > fine. > Thats probably

Re: [FFmpeg-devel] [PATCH v2 0/3] DTS Express (LBR) decoder

2016-05-01 Thread James Almer
On 5/1/2016 12:27 PM, foo86 wrote: > This adds decoder for DTS Express (LBR) format that is typically used for > secondary audio tracks on BDs. > > Changes since the previous version: > - dropped merged patches > - changed avpriv_ prefix to ff_ on inline function in a header > - replaced LOC

[FFmpeg-devel] [PATCH v2 0/3] DTS Express (LBR) decoder

2016-05-01 Thread foo86
This adds decoder for DTS Express (LBR) format that is typically used for secondary audio tracks on BDs. Changes since the previous version: - dropped merged patches - changed avpriv_ prefix to ff_ on inline function in a header - replaced LOCAL_ALIGNED(32, ...) with LOCAL_ALIGNED_32(...)