[FFmpeg-devel] [PATCH 0/5] oma: move some constants into libavcodec

misty at brew.sh misty at brew.sh
Sun Dec 24 06:48:47 EET 2017


From: Misty De Meo <mistydemeo at gmail.com>

> I believe such an internal change doesn't deserve a Changelog entry.

Sure; I've updated the patch set to remove that change from the Changelog.

Maxim Poliakovski (1):
  mpeg: add experimental support for PSMF audio.

Misty De Meo (4):
  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

 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                  |   1 +
 libavformat/omaenc.c                  |   1 +
 libavformat/version.h                 |   2 +-
 13 files changed, 200 insertions(+), 30 deletions(-)
 create mode 100644 libavcodec/atrac3plus_parser.c
 rename libavformat/oma.c => libavcodec/oma.h (65%)

-- 
2.15.1



More information about the ffmpeg-devel mailing list