This is an automated email from the git hooks/post-receive script.

Git pushed a change to branch master
in repository ffmpeg.

    from 07ae44a607 doc/muxers: document the lrc precision option
     new 0c29837dac avcodec/mpeg4audio: add a frame_length field to 
MPEG4AudioConfig
     new 47b4be8865 avformat/isom: export codecpar frame_size
     new 68b53a8dbf avformat/demux: discard trimming samples in codecs with 
fixed frame size
     new 2153c6795c avcodec/decode: don't discard the existing skip_samples 
value if a new side data doesn't report any
     new 51f5f60443 avformat/movenc: use a common denominator across all tracks 
as movie timescale
     new 298e5f810c tests/audiomatch: don't attempt to print floating point 
values
     new da04251772 avformat/mov: export information about the last actual 
sample in a stream
     new 60d50e2f29 tests/fate/gapless: print packet side data
     new f18bc95323 tests/fate/aac: use mp4 instead of adts for encoding tests
     new 44d7755f7e avformat/mov: export initial padding

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libavcodec/decode.c                                |  4 +-
 libavcodec/mpeg4audio.c                            | 47 +++++++++++++++
 libavcodec/mpeg4audio.h                            |  1 +
 libavformat/demux.c                                |  2 +-
 libavformat/isom.c                                 | 17 +++++-
 libavformat/isom.h                                 |  1 -
 libavformat/mov.c                                  | 50 ++++++++++++----
 libavformat/movenc.c                               | 20 ++++++-
 libavformat/movenc.h                               |  1 +
 tests/audiomatch.c                                 |  8 ++-
 tests/fate-run.sh                                  |  2 +-
 tests/fate/aac.mak                                 | 38 +++++-------
 tests/fate/mov.mak                                 |  6 +-
 tests/fate/segment.mak                             |  1 -
 tests/ref/acodec/alac                              |  2 +-
 tests/ref/acodec/pcm-s16be                         |  2 +-
 tests/ref/acodec/pcm-s24be                         |  2 +-
 tests/ref/acodec/pcm-s32be                         |  2 +-
 tests/ref/acodec/pcm-s8                            |  2 +-
 tests/ref/fate/adtstoasc_ticket3715                |  2 +-
 .../fate/audiomatch-afconvert-16000-mono-he-adts   |  2 +-
 .../fate/audiomatch-afconvert-16000-mono-he-m4a    |  2 +-
 .../fate/audiomatch-afconvert-16000-mono-lc-adts   |  2 +-
 .../fate/audiomatch-afconvert-16000-mono-lc-m4a    |  2 +-
 .../fate/audiomatch-afconvert-16000-stereo-he-adts |  2 +-
 .../fate/audiomatch-afconvert-16000-stereo-he-m4a  |  2 +-
 .../audiomatch-afconvert-16000-stereo-he2-adts     |  2 +-
 .../fate/audiomatch-afconvert-16000-stereo-he2-m4a |  2 +-
 .../fate/audiomatch-afconvert-16000-stereo-lc-adts |  2 +-
 .../fate/audiomatch-afconvert-16000-stereo-lc-m4a  |  2 +-
 .../fate/audiomatch-afconvert-44100-mono-he-adts   |  2 +-
 .../fate/audiomatch-afconvert-44100-mono-he-m4a    |  2 +-
 .../fate/audiomatch-afconvert-44100-mono-lc-adts   |  2 +-
 .../fate/audiomatch-afconvert-44100-mono-lc-m4a    |  2 +-
 .../fate/audiomatch-afconvert-44100-stereo-he-adts |  2 +-
 .../fate/audiomatch-afconvert-44100-stereo-he-m4a  |  2 +-
 .../audiomatch-afconvert-44100-stereo-he2-adts     |  2 +-
 .../fate/audiomatch-afconvert-44100-stereo-he2-m4a |  2 +-
 .../fate/audiomatch-afconvert-44100-stereo-lc-adts |  2 +-
 .../fate/audiomatch-afconvert-44100-stereo-lc-m4a  |  2 +-
 tests/ref/fate/audiomatch-dolby-44100-mono-he-mp4  |  2 +-
 tests/ref/fate/audiomatch-dolby-44100-mono-lc-mp4  |  2 +-
 .../ref/fate/audiomatch-dolby-44100-stereo-he-mp4  |  2 +-
 .../ref/fate/audiomatch-dolby-44100-stereo-he2-mp4 |  2 +-
 .../ref/fate/audiomatch-dolby-44100-stereo-lc-mp4  |  2 +-
 tests/ref/fate/audiomatch-faac-16000-mono-lc-adts  |  2 +-
 tests/ref/fate/audiomatch-faac-16000-mono-lc-m4a   |  2 +-
 .../ref/fate/audiomatch-faac-16000-stereo-lc-adts  |  2 +-
 tests/ref/fate/audiomatch-faac-16000-stereo-lc-m4a |  2 +-
 tests/ref/fate/audiomatch-faac-44100-mono-lc-adts  |  2 +-
 tests/ref/fate/audiomatch-faac-44100-mono-lc-m4a   |  2 +-
 .../ref/fate/audiomatch-faac-44100-stereo-lc-adts  |  2 +-
 tests/ref/fate/audiomatch-faac-44100-stereo-lc-m4a |  2 +-
 tests/ref/fate/audiomatch-nero-16000-mono-he-m4a   |  2 +-
 tests/ref/fate/audiomatch-nero-16000-mono-lc-m4a   |  2 +-
 tests/ref/fate/audiomatch-nero-16000-stereo-he-m4a |  2 +-
 .../ref/fate/audiomatch-nero-16000-stereo-he2-m4a  |  2 +-
 tests/ref/fate/audiomatch-nero-16000-stereo-lc-m4a |  2 +-
 tests/ref/fate/audiomatch-nero-44100-mono-he-m4a   |  2 +-
 tests/ref/fate/audiomatch-nero-44100-mono-lc-m4a   |  2 +-
 tests/ref/fate/audiomatch-nero-44100-stereo-he-m4a |  2 +-
 .../ref/fate/audiomatch-nero-44100-stereo-he2-m4a  |  2 +-
 tests/ref/fate/audiomatch-nero-44100-stereo-lc-m4a |  2 +-
 .../fate/audiomatch-quicktime7-44100-stereo-lc-mp4 |  2 +-
 .../fate/audiomatch-quicktimeX-44100-stereo-lc-m4a |  2 +-
 tests/ref/fate/audiomatch-square-aac               |  2 +-
 tests/ref/fate/audiomatch-square-mp3               |  2 +-
 tests/ref/fate/autorotate                          |  2 +-
 tests/ref/fate/binsub-movtextenc                   |  2 +-
 tests/ref/fate/copy-psp                            |  4 +-
 tests/ref/fate/copy-trac236                        |  2 +-
 tests/ref/fate/copy-trac3074                       |  2 +-
 tests/ref/fate/filter-meta-4560-rotate0            |  2 +-
 tests/ref/fate/gaplessenc-itunes-to-ipod-aac       | 14 ++---
 tests/ref/fate/gaplessenc-pcm-to-mov-aac           |  6 +-
 tests/ref/fate/gaplessinfo-itunes1                 |  6 +-
 tests/ref/fate/gaplessinfo-itunes2                 |  6 +-
 tests/ref/fate/generic-tags-remux-mov              |  4 +-
 tests/ref/fate/h264-bsf-dts2pts                    |  2 +-
 tests/ref/fate/hevc-bsf-dts2pts-cra                |  2 +-
 tests/ref/fate/hevc-bsf-dts2pts-idr                |  2 +-
 tests/ref/fate/hevc-bsf-dts2pts-idr-cra            |  2 +-
 tests/ref/fate/matroska-dovi-write-config8         |  4 +-
 tests/ref/fate/media100                            |  2 +-
 tests/ref/fate/mov-440hz-10ms                      |  2 +-
 tests/ref/fate/mov-aac-2048-priming                |  2 +-
 tests/ref/fate/mov-channel-description             |  2 +-
 tests/ref/fate/mov-cover-image                     |  2 +-
 tests/ref/fate/mov-dovi-hvce-mp4-to-mp4            |  2 +-
 tests/ref/fate/mov-mp4-chapters                    | 26 ++++-----
 tests/ref/fate/mov-mp4-disposition-mpegts-remux    |  2 +-
 tests/ref/fate/mov-mp4-fragmented-ttml-dfxp        |  2 +-
 tests/ref/fate/mov-mp4-fragmented-ttml-stpp        |  2 +-
 tests/ref/fate/mov-mp4-iamf-5_1_4                  |  2 +-
 tests/ref/fate/mov-mp4-iamf-7_1_4-video-last       |  2 +-
 tests/ref/fate/mov-mp4-iamf-ambisonic_1            |  2 +-
 tests/ref/fate/mov-mp4-iamf-stereo                 |  2 +-
 tests/ref/fate/mov-mp4-pcm                         |  2 +-
 tests/ref/fate/mov-mp4-pcm-float                   |  2 +-
 tests/ref/fate/mov-write-amve                      |  2 +-
 tests/ref/fate/movenc                              | 52 ++++++++---------
 tests/ref/fate/prores-metadata                     |  2 +-
 ...-adts-to-mkv-header-all => segment-adts-to-mkv} |  4 +-
 tests/ref/fate/segment-adts-to-mkv-header-000      | 30 +++++-----
 tests/ref/fate/segment-adts-to-mkv-header-001      | 32 +++++-----
 tests/ref/fate/segment-adts-to-mkv-header-002      |  6 +-
 tests/ref/fate/segment-adts-to-mkv-header-all      | 68 +++++++++++-----------
 tests/ref/lavf-fate/evc.mp4                        |  2 +-
 tests/ref/lavf-fate/h264.mp4                       |  2 +-
 tests/ref/lavf-fate/hevc.mp4                       |  2 +-
 tests/ref/lavf-fate/qtrle_mace6.mov                |  2 +-
 tests/ref/lavf-fate/vvc.mp4                        |  2 +-
 tests/ref/lavf/ismv                                |  2 +-
 tests/ref/lavf/mov                                 |  6 +-
 tests/ref/lavf/mov_hybrid_frag                     |  2 +-
 tests/ref/lavf/mov_rtphint                         |  2 +-
 tests/ref/lavf/mp4                                 |  2 +-
 117 files changed, 373 insertions(+), 269 deletions(-)
 copy tests/ref/fate/{segment-adts-to-mkv-header-all => segment-adts-to-mkv} 
(90%)

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to