Re: [FFmpeg-devel] [PATCHv2] Add support for Opus in MPEG-TS

2014-07-28 Thread Kieran Kunhya
> Could you maybe add a comment to where this comes from/where it is > specified, and if you know possible future plan? Myself and others from Opus/Videolan etc are drafting a specification for Opus in TS: https://people.xiph.org/~tterribe/opus/ETSI_TS_opus-v0.1.2-draft.doc We are registered with

Re: [FFmpeg-devel] [PATCHv2] Add support for Opus in MPEG-TS

2014-07-28 Thread Reimar Döffinger
On Sun, Jul 27, 2014 at 01:23:34AM +0100, Kieran Kunhya wrote: > --- > libavcodec/opus.c| 11 +--- > libavcodec/opus.h|9 +++ > libavcodec/opus_parser.c | 139 > +- > libavcodec/opusdec.c |1 + > libavformat/mpegts.c |

[FFmpeg-devel] [PATCHv2] Add support for Opus in MPEG-TS

2014-07-26 Thread Kieran Kunhya
--- libavcodec/opus.c| 11 +--- libavcodec/opus.h|9 +++ libavcodec/opus_parser.c | 139 +- libavcodec/opusdec.c |1 + libavformat/mpegts.c | 54 +- 5 files changed, 192 insertions(+), 22 deletions(-)