Re: [libav-devel] TEP II: Part 8: mostly rtp

2016-01-14 Thread Gilles Chanteperdrix
On Wed, Jan 13, 2016 at 10:21:32AM +0100, Anton Khirnov wrote: > Some of the patches here are a little non-trivial, so I'd like to ask the > reviewers to pay particular attention to patches 164, 166, 178, 180, 184 and > 186. Hi, in order to test the RTP decoders, you can use the RTSP server runni

[libav-devel] Fwd: [FFmpeg-devel] [PATCH] avcodec: add a native BBC Dirac VC-2 HQ encoder

2016-01-14 Thread Kieran Kunhya
-- Forwarded message - From: Rostislav Pehlivanov Date: Thu, 14 Jan 2016 at 19:00 Subject: [FFmpeg-devel] [PATCH] avcodec: add a native BBC Dirac VC-2 HQ encoder To: Cc: Rostislav Pehlivanov This commit adds a new encoder capable of creating BBC Dirac VC-2 HQ profile files. Di

Re: [libav-devel] [PATCH 176/264] rtpenc_aac: switch to codecpar

2016-01-14 Thread Luca Barbato
On 13/01/16 10:21, Anton Khirnov wrote: > --- > libavformat/rtpenc_aac.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/rtpenc_aac.c b/libavformat/rtpenc_aac.c > index d0b4ca0..ee01b04 100644 > --- a/libavformat/rtpenc_aac.c > +++ b/libavformat/rtpenc_aac.c >

Re: [libav-devel] [PATCH 177/264] ff_rtp_get_payload_type: switch to codecpar

2016-01-14 Thread Luca Barbato
On 13/01/16 10:21, Anton Khirnov wrote: > --- > libavformat/rtp.c | 18 +- > libavformat/rtp.h | 4 ++-- > libavformat/rtpenc.c | 2 +- > libavformat/rtpenc_chain.c | 2 +- > libavformat/sdp.c | 2 +- > 5 files changed, 14 insertions(+), 14 dele