[FFmpeg-devel] [PATCH] avformat: add a TTA Muxer

James Almer jamrial at gmail.com
Thu Aug 4 16:59:57 EEST 2016


On 7/31/2016 1:03 PM, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  Changelog                   |   1 +
>  doc/general.texi            |   2 +-
>  libavformat/Makefile        |   1 +
>  libavformat/allformats.c    |   2 +-
>  libavformat/avio_internal.h |   2 +
>  libavformat/aviobuf.c       |   6 ++
>  libavformat/tta.c           |  10 +--
>  libavformat/ttaenc.c        | 147 ++++++++++++++++++++++++++++++++++++++++++++
>  libavformat/version.h       |   2 +-
>  tests/fate/acodec.mak       |   4 +-
>  tests/fate/avformat.mak     |   2 +
>  tests/lavf-regression.sh    |   8 +++
>  tests/ref/acodec/tta        |   4 +-
>  tests/ref/lavf/mka          |   3 +
>  tests/ref/lavf/tta          |   3 +
>  15 files changed, 182 insertions(+), 15 deletions(-)
>  create mode 100644 libavformat/ttaenc.c
>  create mode 100644 tests/ref/lavf/mka
>  create mode 100644 tests/ref/lavf/tta

Ping.



More information about the ffmpeg-devel mailing list