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
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
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
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
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
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(...)