This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 88c8100e22 avcodec/pcm-dvd: rename long codec name to DVD-Video
new 047eb18451 avcodec: add PCM DVD-Audio decoder
new ff818b87bf avformat/mpeg: fix demuxing of DVD-Audio LPCM
new b449f86287 tests/fate/pcm: add fate-pcm_dvda test
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 +
doc/APIchanges | 3 +
doc/decoders.texi | 8 ++
doc/general_contents.texi | 1 +
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/codec_desc.c | 7 +
libavcodec/codec_id.h | 1 +
libavcodec/pcm-dvda.c | 353 ++++++++++++++++++++++++++++++++++++++++++++++
libavcodec/version.c | 2 +-
libavcodec/version.h | 4 +-
libavformat/mpeg.c | 68 ++++++---
tests/fate/pcm.mak | 3 +
tests/ref/fate/pcm_dvda | 29 ++++
14 files changed, 460 insertions(+), 22 deletions(-)
create mode 100644 libavcodec/pcm-dvda.c
create mode 100644 tests/ref/fate/pcm_dvda
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]