This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from d0761626cf avcodec/escape130: Initialize old_y_avg
new 43e5b26c00 avcodec/pdvenc: add Playdate video encoder
new 4c0d563f85 avformat/pdvenc: add Playdate video muxer
new 056562a5ff fate/lavf: add PDV round-trip and seek coverage
The 3 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:
Changelog | 1 +
configure | 1 +
doc/muxers.texi | 13 +++
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/pdvenc.c | 187 ++++++++++++++++++++++++++++++
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/pdvenc.c | 232 +++++++++++++++++++++++++++++++++++++
tests/fate/lavf-video.mak | 7 ++
tests/fate/seek.mak | 2 +-
tests/ref/fate/lavf-pdv-skip-nokey | 7 ++
tests/ref/lavf/pdv | 3 +
tests/ref/lavf/pdv-intra | 3 +
tests/ref/seek/lavf-pdv | 40 +++++++
15 files changed, 499 insertions(+), 1 deletion(-)
create mode 100644 libavcodec/pdvenc.c
create mode 100644 libavformat/pdvenc.c
create mode 100644 tests/ref/fate/lavf-pdv-skip-nokey
create mode 100644 tests/ref/lavf/pdv
create mode 100644 tests/ref/lavf/pdv-intra
create mode 100644 tests/ref/seek/lavf-pdv
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]