On 6/4/2017 8:44 AM, Michael Niedermayer wrote:
> On Sat, Jun 03, 2017 at 06:14:12PM -0300, James Almer wrote:
>> On 6/3/2017 5:16 PM, Michael Niedermayer wrote:
>>> On Sat, Jun 03, 2017 at 12:33:33AM -0300, James Almer wrote:
Atempt to read and propagate only full ADTS frames and not other da
On Sat, Jun 03, 2017 at 06:14:12PM -0300, James Almer wrote:
> On 6/3/2017 5:16 PM, Michael Niedermayer wrote:
> > On Sat, Jun 03, 2017 at 12:33:33AM -0300, James Almer wrote:
> >> Atempt to read and propagate only full ADTS frames and not other data,
> >> like id3v1 or APETags at the end of the fi
On 6/3/2017 5:16 PM, Michael Niedermayer wrote:
> On Sat, Jun 03, 2017 at 12:33:33AM -0300, James Almer wrote:
>> Atempt to read and propagate only full ADTS frames and not other data,
>> like id3v1 or APETags at the end of the file.
>>
>> Fixes ticket #6439.
>>
>> Signed-off-by: James Almer
>> --
On Sat, Jun 03, 2017 at 12:33:33AM -0300, James Almer wrote:
> Atempt to read and propagate only full ADTS frames and not other data,
> like id3v1 or APETags at the end of the file.
>
> Fixes ticket #6439.
>
> Signed-off-by: James Almer
> ---
> libavformat/aacdec.c | 42
Atempt to read and propagate only full ADTS frames and not other data,
like id3v1 or APETags at the end of the file.
Fixes ticket #6439.
Signed-off-by: James Almer
---
libavformat/aacdec.c | 42 --
1 file changed, 40 insertions(+), 2 deletions(-)
diff --
On Fri, Jun 02, 2017 at 08:41:58PM -0300, James Almer wrote:
> Atempt to read and propagate only full ADTS frames and not other data,
> like id3v1 or APETags at the end of the file.
>
> Fixes ticket #6439.
>
> Signed-off-by: James Almer
> ---
> libavformat/aacdec.c | 31
Atempt to read and propagate only full ADTS frames and not other data,
like id3v1 or APETags at the end of the file.
Fixes ticket #6439.
Signed-off-by: James Almer
---
libavformat/aacdec.c | 31 +--
1 file changed, 29 insertions(+), 2 deletions(-)
diff --git a/libav