Re: [FFmpeg-devel] [PATCH 1/1] mpeg: add experimental support for PSMF audio.

2018-01-05 Thread Misty De Meo
Sorry about that - that was the placeholder title of a commit I squashed into the mpeg commit, and forgot to remove when rebasing. I'll remove it from the commit message. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH 1/1] mpeg: add experimental support for PSMF audio.

2018-01-05 Thread Misty De Meo
> so this is unfinished code that work in progress ? > if so, what is missing ? > if not, then please write a better commit message Sorry about that - that was the placeholder title of a commit I squashed into the mpeg commit, and forgot to remove when rebasing. I'll remove it from the commit

Re: [FFmpeg-devel] [PATCH 1/1] mpeg: add experimental support for PSMF audio.

2018-01-03 Thread Jan Ekström
On Mon, Jan 1, 2018 at 11:32 AM, wrote: > ... > +avctx->sample_rate= ctx->sample_rate; > +avctx->block_align= ctx->frame_size; > +avctx->bit_rate = ctx->sample_rate * ctx->frame_size * 8 / > 2048; > +avctx->channels =

Re: [FFmpeg-devel] [PATCH 1/1] mpeg: add experimental support for PSMF audio.

2018-01-02 Thread Michael Niedermayer
On Mon, Jan 01, 2018 at 08:32:22PM +1100, mi...@brew.sh wrote: > From: Maxim Poliakovski > > Changes by Misty De Meo : > > atrac3plus_parser: remove return statements for invalid data > > atrac3plus_parser: use libavcodec's oma > >

[FFmpeg-devel] [PATCH 1/1] mpeg: add experimental support for PSMF audio.

2018-01-01 Thread misty
From: Maxim Poliakovski Changes by Misty De Meo : atrac3plus_parser: remove return statements for invalid data atrac3plus_parser: use libavcodec's oma atrac3plus_parser: pass along unexpected data unaltered atrac3plus_parser: adjust