For the gapless playback:
I can hack so that we have monotonically increasing timestamps for the
audio , when demuxing . Basically going back in the index and setting
correct timestamps for the discarded packets.
But, as pointed out in the IRC channel, I modify skip_samples field too in
the mov_fi
On Mon, Sep 19, 2016 at 11:08:30AM -0700, Sasi Inguva wrote:
> Thanks Michael, for the assiduous review. We caught 2-3 audio decoding bugs
> because of it, and implemented basic seek functionality.
It seems this causes a regression
durandal117 and wm4 on IRC pointed out that the change to the gapl
Thanks Michael, for the assiduous review. We caught 2-3 audio decoding bugs
because of it, and implemented basic seek functionality.
On Mon, Sep 19, 2016 at 10:54 AM, Michael Niedermayer <
mich...@niedermayer.cc> wrote:
> On Sun, Sep 18, 2016 at 10:09:03PM -0700, Sasi Inguva wrote:
> > Signed-off
On Sun, Sep 18, 2016 at 10:09:03PM -0700, Sasi Inguva wrote:
> Signed-off-by: Sasi Inguva
> ---
> libavcodec/utils.c |4 +
> libavformat/mov.c | 361 -
> tests/Makefile |1 +
> tests/fate/mov