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

2014-10-27 Thread Kieran Kunhya
On 26 October 2014 21:32, Michael Niedermayer wrote: > On Sat, Oct 18, 2014 at 12:25:16AM +0100, Kieran Kunhya wrote: >> --- >> libavcodec/opus.c| 11 +--- >> libavcodec/opus.h|9 +++ >> libavcodec/opus_parser.c | 139 >> +- >> l

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

2014-10-26 Thread Michael Niedermayer
On Sat, Oct 18, 2014 at 12:25:16AM +0100, Kieran Kunhya wrote: > --- > libavcodec/opus.c| 11 +--- > libavcodec/opus.h|9 +++ > libavcodec/opus_parser.c | 139 > +- > libavformat/mpegts.c | 54 +- > 4 files c

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

2014-10-17 Thread Kieran Kunhya
--- libavcodec/opus.c| 11 +--- libavcodec/opus.h|9 +++ libavcodec/opus_parser.c | 139 +- libavformat/mpegts.c | 54 +- 4 files changed, 191 insertions(+), 22 deletions(-) diff --git a/libavcodec/opus.c b/l

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

2014-08-01 Thread Kieran Kunhya
On 31 July 2014 19:13, Michael Niedermayer wrote: > On Mon, Jul 28, 2014 at 02:41:54PM +0100, Kieran Kunhya wrote: >> --- >> libavcodec/opus.c| 11 +--- >> libavcodec/opus.h|9 +++ >> libavcodec/opus_parser.c | 138 >> +- >> liba

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

2014-07-31 Thread Michael Niedermayer
On Mon, Jul 28, 2014 at 02:41:54PM +0100, Kieran Kunhya wrote: > --- > libavcodec/opus.c| 11 +--- > libavcodec/opus.h|9 +++ > libavcodec/opus_parser.c | 138 > +- > libavcodec/opusdec.c |1 + > libavformat/mpegts.c |

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

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

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

2014-07-26 Thread Michael Niedermayer
On Sat, Jul 26, 2014 at 03:06:14PM +0100, Kieran Kunhya wrote: > --- > libavcodec/opus.c| 41 +++ > libavcodec/opus.h| 11 + > libavcodec/opus_parser.c | 101 > -- > libavcodec/opusdec.c |4 +- > libavfor

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

2014-07-26 Thread Kieran Kunhya
--- libavcodec/opus.c| 41 +++ libavcodec/opus.h| 11 + libavcodec/opus_parser.c | 101 -- libavcodec/opusdec.c |4 +- libavformat/mpegts.c | 52 +++- 5 files changed, 186 inserti