[libav-devel] [PATCH] asvenc: Forward the error instead of asserting on it

2014-12-13 Thread Luca Barbato
Bug-Id: CID 732997 CC: libav-sta...@libav.org --- Now w/out the silly typo. libavcodec/asvenc.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/libavcodec/asvenc.c b/libavcodec/asvenc.c index 98baaec..d865c2e 100644 --- a/libavcodec/asvenc.c +++

Re: [libav-devel] [PATCH] oggdec: add support for VP8 demuxing

2014-12-13 Thread Luca Barbato
On 12/12/14 21:57, Vittorio Giovara wrote: From: James Almer jamr...@gmail.com Signed-off-by: James Almer jamr...@gmail.com Signed-off-by: Michael Niedermayer michae...@gmx.at Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com --- Changelog | 1 +

[libav-devel] [PATCHv2 0/10] VDPAU H.264 High 4:4:4 support

2014-12-13 Thread Rémi Denis-Courmont
The following changes since commit e737a4aaafcb1d761b7f96043c2f83ce742c64ae: dashenc: Change the duration fields to 64 bit (2014-12-10 22:51:51 +0200) are waiting for review up to. vdpau: add support for the H.264 High 4:4:4 Predictive profile (2014-12-13 18:39:01 +0200) Updates since

[libav-devel] [PATCH 03/10] vdpau: add mapping for H.264 Constrained Baseline profile and fallback

2014-12-13 Thread Rémi Denis-Courmont
Old VDPAU drivers do not support this newly defined profile, so falling back to Main profile is necessary for backward binary compatibility. --- libavcodec/vdpau.c | 9 + libavcodec/vdpau_h264.c | 4 2 files changed, 13 insertions(+) diff --git a/libavcodec/vdpau.c

[libav-devel] [PATCH 07/10] vdpau: add common support for other surface chroma types

2014-12-13 Thread Rémi Denis-Courmont
--- libavcodec/vdpau.c | 38 ++ libavcodec/vdpau_h264.c | 2 +- libavcodec/vdpau_internal.h | 3 ++- libavcodec/vdpau_mpeg12.c | 6 -- libavcodec/vdpau_mpeg4.c| 6 -- libavcodec/vdpau_vc1.c | 3 ++- 6 files changed, 43

[libav-devel] [PATCH 10/10] vdpau: add support for the H.264 High 4:4:4 Predictive profile

2014-12-13 Thread Rémi Denis-Courmont
--- libavcodec/vdpau_h264.c | 19 +++ libavcodec/vdpau_internal.h | 11 +-- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/libavcodec/vdpau_h264.c b/libavcodec/vdpau_h264.c index 578b711..b7f79bf 100644 --- a/libavcodec/vdpau_h264.c +++

[libav-devel] [PATCH 09/10] vdpau: add support for 4:2:2 and 4:4:4 chroma sampling in H.264

2014-12-13 Thread Rémi Denis-Courmont
--- libavcodec/h264_slice.c | 6 +++--- libavcodec/vdpau.c | 11 +++ libavcodec/vdpau_h264.c | 29 - libavcodec/vdpau_internal.h | 3 +++ 4 files changed, 45 insertions(+), 4 deletions(-) diff --git a/libavcodec/h264_slice.c

[libav-devel] [PATCH 02/10] vdpau: add mapping for H.264 Extended profile

2014-12-13 Thread Rémi Denis-Courmont
--- libavcodec/vdpau.c | 3 +++ libavcodec/vdpau_h264.c | 5 + 2 files changed, 8 insertions(+) diff --git a/libavcodec/vdpau.c b/libavcodec/vdpau.c index fd3ae62..1e891ed 100644 --- a/libavcodec/vdpau.c +++ b/libavcodec/vdpau.c @@ -291,6 +291,9 @@ do {

[libav-devel] [PATCH 04/10] vdpau: add helper for surface chroma type and size

2014-12-13 Thread Rémi Denis-Courmont
Since the VDPAU pixel format does not distinguish between different VDPAU video surface chroma types, we need another way to pass this data to the application. Originally VDPAU in libavcodec only supported decoding to 8-bits YUV with 4:2:0 chroma sampling. Correspondingly, applications assumed

[libav-devel] [PATCH 08/10] h264: factor hwaccel pixel formats list

2014-12-13 Thread Rémi Denis-Courmont
This is to avoid proliferation of similar tables in following changes. --- libavcodec/h264_slice.c | 89 +++-- 1 file changed, 35 insertions(+), 54 deletions(-) diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c index 42d0c95..fe9c0e9

[libav-devel] [PATCH 06/10] libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flag

2014-12-13 Thread Rémi Denis-Courmont
This can be used by the application to signal its ability to cope with video surface of types other than 8-bits YUV 4:2:0. --- doc/APIchanges | 3 +++ libavcodec/avcodec.h | 6 ++ libavcodec/vdpau.c | 2 +- libavcodec/version.h | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-)

[libav-devel] [PATCH 05/10] avconv_vdpau: allocate video surface of VDPAU-specified size

2014-12-13 Thread Rémi Denis-Courmont
--- avconv_vdpau.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/avconv_vdpau.c b/avconv_vdpau.c index 37b50f6..1bd1f48 100644 --- a/avconv_vdpau.c +++ b/avconv_vdpau.c @@ -90,9 +90,14 @@ static int vdpau_get_buffer(AVCodecContext *s, AVFrame *frame, int flags)

[libav-devel] Fwd: Bug#773055: libav-tools: avconv -target pal-svcd fails with Unable to parse option value scan_offset

2014-12-13 Thread Reinhard Tartler
Control: forwarded -1 libav-devel@libav.org Hi, This looks like an easy target to fix. Can someone have a look at this? Is this critical and applicable for earlier releases as well? Best, Reinhard -- Forwarded message -- From: Andreas Weber andy.weber...@gmail.com Date: Sat,

[libav-devel] [PATCH] avconv: Use the mpeg12 private option scan_offset

2014-12-13 Thread Luca Barbato
From: Julien Ramseier j.ramse...@gmail.com Introduced in aed790070486b1b01b48106310d9d0ca1730e459 Bug-Id: debian/773055 CC: libav-sta...@libav.org Signed-off-by: Luca Barbato lu_z...@gentoo.org --- avconv_opt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avconv_opt.c

Re: [libav-devel] [PATCH] oggdec: add support for VP8 demuxing

2014-12-13 Thread James Almer
On 12/12/14 5:57 PM, Vittorio Giovara wrote: From: James Almer jamr...@gmail.com Signed-off-by: James Almer jamr...@gmail.com Signed-off-by: Michael Niedermayer michae...@gmx.at Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com --- Changelog | 1 +