[FFmpeg-devel] [PATCH 0/6] oma: move some constants into libavcodec
misty at brew.sh
misty at brew.sh
Mon Dec 25 04:28:28 EET 2017
From: Misty De Meo <mistydemeo at gmail.com>
> Code in header files which gets inlined doesn't need an ff_ prefix.
Sounds good! I've updated the patchset to strip the ff_ prefix from
the oma consts from the headers. The full updated patchset is included.
Maxim Poliakovski (1):
mpeg: add experimental support for PSMF audio.
Misty De Meo (5):
oma: move some constants into libavcodec
atrac3plus_parser: use libavcodec's oma
Fix detecting ATRAC3 audio from MPS files
mpeg: fix use of deprecated struct
psmf: add FATE tests
Changelog | 1 +
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/atrac3plus_parser.c | 153 ++++++++++++++++++++++++++++++++++
libavformat/oma.c => libavcodec/oma.h | 27 +++---
libavcodec/version.h | 2 +-
libavformat/Makefile | 4 +-
libavformat/mpeg.c | 15 ++++
libavformat/mpeg.h | 1 +
libavformat/oma.h | 21 ++---
libavformat/omadec.c | 13 +--
libavformat/omaenc.c | 7 +-
libavformat/version.h | 2 +-
tests/Makefile | 1 +
tests/fate/psmf.mak | 23 +++++
15 files changed, 233 insertions(+), 39 deletions(-)
create mode 100644 libavcodec/atrac3plus_parser.c
rename libavformat/oma.c => libavcodec/oma.h (65%)
create mode 100644 tests/fate/psmf.mak
--
2.15.1
More information about the ffmpeg-devel
mailing list