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

Git pushed a change to branch master
in repository ffmpeg.

    from d30dead35e avcodec/truespeech: reject iterations count whose * 240 
product overflows 32-bit
     new 12dddab095 libavcodec/tests/encinfo.c: add encoder info test utility
     new e02b4e5d62 libavformat/tests/seek.c: add optional stream id CLI param.
     new 8d01e55e1b tests/fate-run.sh: add run_with_patched_temp
     new cffc83f50d tests/fate/wav.mak: Add bitrate regression tests.
     new 80b2dcc991 libavformat/riffdec.c: correct invalid bit_rate when 
possible.
     new f35a082ecc libavformat/{riffenc, adpcmenc}.c: export correct bitrate

The 6 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/Makefile                             |   1 +
 libavcodec/adpcmenc.c                           |   2 +
 libavcodec/tests/.gitignore                     |   1 +
 libavcodec/tests/encinfo.c                      |  79 ++++++++++++++++
 libavformat/riffdec.c                           |  56 +++++++++++
 libavformat/riffenc.c                           |   8 ++
 libavformat/tests/seek.c                        |   7 +-
 tests/Makefile                                  |   1 +
 tests/fate-run.sh                               |  29 ++++++
 tests/fate/wav.mak                              | 119 ++++++++++++++++++++++++
 tests/ref/acodec/adpcm-ima_wav                  |   2 +-
 tests/ref/acodec/adpcm-ima_wav-trellis          |   2 +-
 tests/ref/acodec/adpcm-ms                       |   2 +-
 tests/ref/acodec/adpcm-ms-trellis               |   2 +-
 tests/ref/fate/wav-bad-avg-byterate             |  49 ++++++++++
 tests/ref/fate/wav-enc-adpcm-ima-wav-bitrate    |   7 ++
 tests/ref/fate/wav-enc-adpcm-ima-wav-encinfo    |   1 +
 tests/ref/fate/wav-enc-adpcm-ms-bitrate         |   7 ++
 tests/ref/fate/wav-enc-adpcm-ms-encinfo         |   1 +
 tests/ref/fate/wav-pcm-alaw-bad-blockalign      |   4 +
 tests/ref/fate/wav-pcm-alaw-wrong-avg-byterate  |   4 +
 tests/ref/fate/wav-pcm-mulaw-bad-blockalign     |   4 +
 tests/ref/fate/wav-pcm-mulaw-wrong-avg-byterate |   4 +
 tests/ref/fate/wav-pcm-s16le-bad-blockalign     |   4 +
 tests/ref/fate/wav-pcm-s16le-large-blockalign   |   4 +
 tests/ref/fate/wav-pcm-s16le-wrong-avg-byterate |   4 +
 tests/ref/fate/wav-pcm-s24le-bad-blockalign     |   4 +
 tests/ref/fate/wav-pcm-s24le-wrong-avg-byterate |   4 +
 tests/ref/fate/wav-pcm-u8-bad-blockalign        |   4 +
 tests/ref/fate/wav-pcm-u8-wrong-avg-byterate    |   4 +
 tests/ref/seek/acodec-adpcm-ima_wav             |  36 +++----
 tests/ref/seek/acodec-adpcm-ima_wav-trellis     |  36 +++----
 tests/ref/seek/acodec-adpcm-ms                  |  36 +++----
 tests/ref/seek/acodec-adpcm-ms-trellis          |  36 +++----
 34 files changed, 486 insertions(+), 78 deletions(-)
 create mode 100644 libavcodec/tests/encinfo.c
 create mode 100644 tests/fate/wav.mak
 create mode 100644 tests/ref/fate/wav-bad-avg-byterate
 create mode 100644 tests/ref/fate/wav-enc-adpcm-ima-wav-bitrate
 create mode 100644 tests/ref/fate/wav-enc-adpcm-ima-wav-encinfo
 create mode 100644 tests/ref/fate/wav-enc-adpcm-ms-bitrate
 create mode 100644 tests/ref/fate/wav-enc-adpcm-ms-encinfo
 create mode 100644 tests/ref/fate/wav-pcm-alaw-bad-blockalign
 create mode 100644 tests/ref/fate/wav-pcm-alaw-wrong-avg-byterate
 create mode 100644 tests/ref/fate/wav-pcm-mulaw-bad-blockalign
 create mode 100644 tests/ref/fate/wav-pcm-mulaw-wrong-avg-byterate
 create mode 100644 tests/ref/fate/wav-pcm-s16le-bad-blockalign
 create mode 100644 tests/ref/fate/wav-pcm-s16le-large-blockalign
 create mode 100644 tests/ref/fate/wav-pcm-s16le-wrong-avg-byterate
 create mode 100644 tests/ref/fate/wav-pcm-s24le-bad-blockalign
 create mode 100644 tests/ref/fate/wav-pcm-s24le-wrong-avg-byterate
 create mode 100644 tests/ref/fate/wav-pcm-u8-bad-blockalign
 create mode 100644 tests/ref/fate/wav-pcm-u8-wrong-avg-byterate

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

Reply via email to