[FFmpeg-devel] [PATCH 4/6] lavf/mov: Add support for edit list parsing.

Sasi Inguva isasi at google.com
Mon Sep 19 21:08:30 EEST 2016


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 <
michael at niedermayer.cc> wrote:

> On Sun, Sep 18, 2016 at 10:09:03PM -0700, Sasi Inguva wrote:
> > Signed-off-by: Sasi Inguva <isasi at google.com>
> > ---
> >  libavcodec/utils.c                             |    4 +
> >  libavformat/mov.c                              |  361 ++++++++-
> >  tests/Makefile                                 |    1 +
> >  tests/fate/mov.mak                             |   28 +
> >  tests/ref/fate/copy-trac236                    |    4 +-
> >  tests/ref/fate/filter-fps-cfr                  |    1 -
> >  tests/ref/fate/gaplessenc-itunes-to-ipod-aac   |    8 +-
> >  tests/ref/fate/gaplessenc-pcm-to-mov-aac       |    8 +-
> >  tests/ref/fate/gsm-toast                       | 1001
> ++++++++++++------------
> >  tests/ref/fate/h264-invalid-ref-mod            |   20 +-
> >  tests/ref/fate/mov-1elist-1ctts                |   57 ++
> >  tests/ref/fate/mov-1elist-ends-last-bframe     |   56 ++
> >  tests/ref/fate/mov-1elist-noctts               |   57 ++
> >  tests/ref/fate/mov-2elist-elist1-ends-bframe   |   51 ++
> >  tests/ref/fate/mov-3elist                      |   57 ++
> >  tests/ref/fate/mov-3elist-1ctts                |   57 ++
> >  tests/ref/fate/mov-elist-starts-ctts-2ndsample |   57 ++
> >  tests/ref/fate/pcm_s16be-stereo                |    2 +-
> >  tests/ref/fate/quickdraw                       |   12 +-
> >  tests/ref/fate/tscc2-mov                       |   20 +-
> >  tests/ref/lavf-fate/mov_qtrle_mace6            |    2 +-
> >  21 files changed, 1315 insertions(+), 549 deletions(-)
> >  create mode 100644 tests/fate/mov.mak
> >  create mode 100644 tests/ref/fate/mov-1elist-1ctts
> >  create mode 100644 tests/ref/fate/mov-1elist-ends-last-bframe
> >  create mode 100644 tests/ref/fate/mov-1elist-noctts
> >  create mode 100644 tests/ref/fate/mov-2elist-elist1-ends-bframe
> >  create mode 100644 tests/ref/fate/mov-3elist
> >  create mode 100644 tests/ref/fate/mov-3elist-1ctts
> >  create mode 100644 tests/ref/fate/mov-elist-starts-ctts-2ndsample
>
> applied
>
> thanks alot
>
> [...]
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> Concerning the gods, I have no means of knowing whether they exist or not
> or of what sort they may be, because of the obscurity of the subject, and
> the brevity of human life -- Protagoras
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
>


More information about the ffmpeg-devel mailing list