[FFmpeg-devel] [PATCH] avformat/srt: add Haivision Open SRT protocol

2017-10-09 Thread Nablet Developer
protocol requires libsrt (https://github.com/Haivision/srt) to be installed Signed-off-by: Nablet Developer --- configure |5 + libavformat/Makefile|1 + libavformat/opensrt.c | 1105 +++ libavformat/protocols.c |1 + li

Re: [FFmpeg-devel] [PATCH] udp: added option to ignore empty UDP packets

2017-10-09 Thread Daniel Kučera
Waiting for review. Dňa 6. 10. 2017 10:32 dopoludnia používateľ "Daniel Kučera" < daniel.kuc...@gmail.com> napísal: > > And since empty packets are valid and can be used by applications (and > > are actually used by protocols out there), the workaround of dropping > > them is not acceptable. > >

Re: [FFmpeg-devel] [PATCH 00/20] Coded bitstream editing (v3)

2017-10-09 Thread Jun Zhao
On 2017/10/9 19:26, wm4 wrote: > On Sun, 8 Oct 2017 21:01:34 +0100 > Mark Thompson wrote: > >> Incorporating all review comments from last time: >> * Change all CBS users to hold a pointer rather than the whole structure. >> * Rearrange the MPEG-2 framerate stuff so that it doesn't add code and

[FFmpeg-devel] [PATCH] ffmpeg.c: Fallback to duration_dts, when duration_pts can't be determined.

2017-10-09 Thread Sasi Inguva
This is required for FLV files, for which duration_pts comes out to be zero. Signed-off-by: Sasi Inguva --- fftools/ffmpeg.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 6d64bc1043..5f373db847 100644 --- a/fftools/ffmpeg.c +++ b/fftools/ffmpeg.

Re: [FFmpeg-devel] [PATCH] Fix crash if av_vdpau_bind_context() is not used.

2017-10-09 Thread James Almer
On 10/9/2017 8:30 AM, wm4 wrote: > On Mon, 9 Oct 2017 03:04:53 +0300 > Ivan Kalvachev wrote: > >> The public functions av_alloc_vdpaucontext() and >> av_vdpau_alloc_context() are allocating AVVDPAUContext >> structure that is supposed to be placed in avctx->hwaccel_context. >> >> However the rest

Re: [FFmpeg-devel] libavcodec/proresdec : add qmat dsp with SSE2, AVX2 simd

2017-10-09 Thread Ivan Kalvachev
On 10/9/17, Martin Vignali wrote: > 2017-10-07 18:16 GMT+02:00 Ronald S. Bultje : > >> Hi Martin, >> >> On Sat, Oct 7, 2017 at 11:49 AM, Martin Vignali >> wrote: >> >> > 2017-10-07 17:30 GMT+02:00 Ronald S. Bultje : >> > > On Sat, Oct 7, 2017 at 10:22 AM, Martin Vignali < >> > martin.vign...@gmai

[FFmpeg-devel] warning: unknown warning option '-Wno-bool-operation'; did you mean '-Wno-bool-conversion'? [-Wunknown-warning-option]

2017-10-09 Thread Helmut K. C. Tessarek
I get thousands of these warnings when compiling ffmpeg: warning: unknown warning option '-Wno-bool-operation'; did you mean '-Wno-bool-conversion'? [-Wunknown-warning-option] I compile on Mac OSX 10.11.6 with Apple LLVM version 8.0.0 (clang-800.0.42.1). -- regards Helmut K. C. Tessarek

Re: [FFmpeg-devel] [PATCH] build: prevent SDL2 from polluting global cflags and extralibs

2017-10-09 Thread James Almer
On 10/9/2017 8:27 AM, wm4 wrote: > On Sun, 8 Oct 2017 17:16:21 -0300 > James Almer wrote: > >> Remove the SDL_main define from the global cflags but not from the >> ffplay cflags, and the -mwindows linker option from extralibs instead >> of overriding it with the addition of -mconsole. >> >> Sig

[FFmpeg-devel] [PATCH] fate: add PERSIST_RPARAM_A_RExt_Sony_3 hevc conformance test

2017-10-09 Thread James Almer
The PERSIST_RPARAM_A_RExt_Sony_1 bitstream has an out-of-range value and has therefore been superseded. It is otherwise identical, and decodes the same. Signed-off-by: James Almer --- tests/fate/hevc.mak| 3 +-- ...RAM_A_RExt_Sony_1 => hevc-con

Re: [FFmpeg-devel] [PATCH] Fix crash if av_vdpau_bind_context() is not used.

2017-10-09 Thread Ivan Kalvachev
On 10/9/17, wm4 wrote: > On Mon, 9 Oct 2017 03:04:53 +0300 > Ivan Kalvachev wrote: > >> The public functions av_alloc_vdpaucontext() and >> av_vdpau_alloc_context() are allocating AVVDPAUContext >> structure that is supposed to be placed in avctx->hwaccel_context. >> >> However the rest of libavc

[FFmpeg-devel] [PATCH v2] Fix visual glitch with XvMC, caused by wrong idct permutation.

2017-10-09 Thread Ivan Kalvachev
On 10/9/17, Michael Niedermayer wrote: > On Mon, Oct 09, 2017 at 09:02:38AM -0400, Ronald S. Bultje wrote: >> Hi, >> >> On Mon, Oct 9, 2017 at 6:46 AM, Ivan Kalvachev >> wrote: >> >> > On 10/9/17, Ronald S. Bultje wrote: >> > > On Sun, Oct 8, 2017 at 6:52 PM, Ivan Kalvachev >> > wrote: >> > > [

Re: [FFmpeg-devel] [PATCH] mov: fix decode of fragments that overlap in time

2017-10-09 Thread John Stebbins
On 10/09/2017 02:40 PM, Carl Eugen Hoyos wrote: > 2017-10-09 22:09 GMT+02:00 John Stebbins : > >> +// This shouldn't happen >> +return NULL; > As in: This cannot happen and should be an assert() > or this does not happen for valid files and should print > an error? > > Same below. > > In t

Re: [FFmpeg-devel] [PATCH 2/6] vaapi: Remove H.264 baseline profile

2017-10-09 Thread Mark Thompson
On 09/10/17 22:48, Carl Eugen Hoyos wrote: > 2017-10-09 13:21 GMT+02:00 wm4 : > >> Shouldn't trying to decode baseline video just fall back to sw decoding? > > Given that software doesn't support the specific features of baseline either, > I don't think this helps. > I was under the impression th

Re: [FFmpeg-devel] [V3 4/4] lavc/vaapi_decode: fix profile search when disable exact profile match.

2017-10-09 Thread Mark Thompson
On 09/10/17 12:52, Mark Thompson wrote: > On 09/10/17 08:50, Jun Zhao wrote: >> >> From ef75f07943ff51c63bf7735a90c38a11559cad33 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao >> Date: Thu, 21 Sep 2017 02:44:42 -0400 >> Subject: [V3 4/4] lavc/vaapi_decode: fix profile search when disable exact >> pro

Re: [FFmpeg-devel] [PATCH 2/6] vaapi: Remove H.264 baseline profile

2017-10-09 Thread Carl Eugen Hoyos
2017-10-09 13:21 GMT+02:00 wm4 : > Shouldn't trying to decode baseline video just fall back to sw decoding? Given that software doesn't support the specific features of baseline either, I don't think this helps. I was under the impression the only sane thing to do when reading baseline H.264 is p

Re: [FFmpeg-devel] [PATCH] mov: fix decode of fragments that overlap in time

2017-10-09 Thread Carl Eugen Hoyos
2017-10-09 22:09 GMT+02:00 John Stebbins : > +// This shouldn't happen > +return NULL; As in: This cannot happen and should be an assert() or this does not happen for valid files and should print an error? Same below. Carl Eugen ___ ffmpeg-dev

Re: [FFmpeg-devel] libavcodec/hap : add HapAlphaOnly decoding/encoding

2017-10-09 Thread Carl Eugen Hoyos
2017-10-09 21:34 GMT+02:00 Martin Vignali : >>> IMHO, from a compositing point of view, alpha only and gray is >>> the same thing. >>> It's common (in cgi compositing for example), to use alpha (or >>> matte) as separate gray only file. >>> >> If this is what you believe, I don't think an RGBA rep

Re: [FFmpeg-devel] [PATCHv2] Makefile: generate stripped CLI tools directly instead of copying unstripped ones first

2017-10-09 Thread Marton Balint
On Sat, 7 Oct 2017, Marton Balint wrote: Now works with --disable-stripping. Signed-off-by: Marton Balint --- Makefile | 4 configure | 4 2 files changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 4a1253a052..642651d4cc 100644 --- a/Makefile +++ b/Makefile @@ -97,8 +97

Re: [FFmpeg-devel] [PATCH 1/2] mov: fix decode of fragments that overlap in time

2017-10-09 Thread John Stebbins
On 10/06/2017 04:20 PM, Michael Niedermayer wrote: > On Thu, Oct 05, 2017 at 02:38:48PM -0700, John Stebbins wrote: >> On 10/05/2017 09:45 AM, John Stebbins wrote: >>> On 10/04/2017 03:21 PM, Michael Niedermayer wrote: On Wed, Oct 04, 2017 at 10:58:19AM -0700, John Stebbins wrote: > On 10/

[FFmpeg-devel] [PATCH] mov: fix decode of fragments that overlap in time

2017-10-09 Thread John Stebbins
When keyframe intervals of dash segments are not perfectly aligned, fragments in the stream can overlap in time. The previous sorting by timestamp causes packets to be read out of decode order and results in decode errors. Insert new "trun" index entries into index_entries in the order that the tr

Re: [FFmpeg-devel] libavcodec/hap : add HapAlphaOnly decoding/encoding

2017-10-09 Thread Martin Vignali
> > If this is what you believe, I don't think an RGBA representation > should be committed. > > This is not about what i believe ! :-) But what kind of solution we can use, to support decode/encode for this codec. I don't really know, how can i output RGBA (setting only alpha), and gray only at t

Re: [FFmpeg-devel] libavcodec/proresdec : add qmat dsp with SSE2, AVX2 simd

2017-10-09 Thread Martin Vignali
2017-10-07 18:16 GMT+02:00 Ronald S. Bultje : > Hi Martin, > > On Sat, Oct 7, 2017 at 11:49 AM, Martin Vignali > wrote: > > > 2017-10-07 17:30 GMT+02:00 Ronald S. Bultje : > > > On Sat, Oct 7, 2017 at 10:22 AM, Martin Vignali < > > martin.vign...@gmail.com> > > > wrote: > > > > Patch in attach ad

[FFmpeg-devel] [PATCH 08/20] lavc: Add h264_metadata bitstream filter

2017-10-09 Thread Mark Thompson
This is able to modify some header metadata found in the SPS/VUI, and can also add/remove AUDs and insert user data in SEI NAL units. (cherry picked from commit 9e93001b6135a23fe4e200196c08fb4fbffed6fc) (cherry picked from commit c42b62d1f9641f10ffc23cad9abbe47d8a4a165b) --- On 08/10/17 21:32, Mar

[FFmpeg-devel] [PATCH 03/20] lavc: Add coded bitstream read/write API

2017-10-09 Thread Mark Thompson
(cherry picked from commit 18f1706f331bf5dd565774eae680508c8d3a97ad) (cherry picked from commit 44cde38c8acbef7d5250e6d1b52b1020871e093b) --- Allows close to be called with a null pointer (for BSF init failure). configure | 1 + libavcodec/Makefile | 1 + libavcodec/cbs

Re: [FFmpeg-devel] [PATCH 20/20] cbs: Add some read/write tests

2017-10-09 Thread Mark Thompson
On 09/10/17 19:41, Michael Niedermayer wrote: > On Sun, Oct 08, 2017 at 09:01:54PM +0100, Mark Thompson wrote: >> Use the appropriate metadata filter for each codec - in the absence of any >> options to modify the stream, the output bitstream should be identical to >> the input (though the output f

Re: [FFmpeg-devel] [PATCH 20/20] cbs: Add some read/write tests

2017-10-09 Thread Michael Niedermayer
On Sun, Oct 08, 2017 at 09:01:54PM +0100, Mark Thompson wrote: > Use the appropriate metadata filter for each codec - in the absence of any > options to modify the stream, the output bitstream should be identical to > the input (though the output file may differ in padding). > > All tests use conf

Re: [FFmpeg-devel] [PATCH] Fix visual glitch with XvMC, caused by wrong idct permutation.

2017-10-09 Thread Michael Niedermayer
On Mon, Oct 09, 2017 at 09:02:38AM -0400, Ronald S. Bultje wrote: > Hi, > > On Mon, Oct 9, 2017 at 6:46 AM, Ivan Kalvachev wrote: > > > On 10/9/17, Ronald S. Bultje wrote: > > > On Sun, Oct 8, 2017 at 6:52 PM, Ivan Kalvachev > > wrote: > > > [..] > > > > > > Indentation is off in the second hu

Re: [FFmpeg-devel] [V3 1/4] ffmpeg: remove hwaccel_lax_profile_check opt.

2017-10-09 Thread wm4
On Mon, 9 Oct 2017 12:40:41 +0100 Mark Thompson wrote: > On 09/10/17 08:49, Jun Zhao wrote: > > V3: Remove hwaccel_lax_profile_check opt, and add new pre-stream > > hwaccel_flags option > > > > > From 2b1585fd6e6e68c81761ace0a8503385067086e0 Mon Sep 17 00:00:00 2001 > > From: Jun Zhao > > Da

Re: [FFmpeg-devel] [PATCH] Fix visual glitch with XvMC, caused by wrong idct permutation.

2017-10-09 Thread Ronald S. Bultje
Hi, On Mon, Oct 9, 2017 at 6:46 AM, Ivan Kalvachev wrote: > On 10/9/17, Ronald S. Bultje wrote: > > On Sun, Oct 8, 2017 at 6:52 PM, Ivan Kalvachev > wrote: > > [..] > > > > Indentation is off in the second hunk, can you fix that? > > You want it 4 spaces to the right > Yes, please. BTW, I th

[FFmpeg-devel] [PATCH] avcodec/mips: Improve avc uni copy mc msa functions

2017-10-09 Thread kaustubh.raste
From: Kaustubh Raste Load the specific bytes instead of MSA load. Signed-off-by: Kaustubh Raste --- libavcodec/mips/hevc_mc_uni_msa.c | 245 +++-- 1 file changed, 100 insertions(+), 145 deletions(-) diff --git a/libavcodec/mips/hevc_mc_uni_msa.c b/libavcodec/

[FFmpeg-devel] [PATCH] avcodec/mips: Improve hevc uni-w horiz mc msa functions

2017-10-09 Thread kaustubh.raste
From: Kaustubh Raste Load the specific destination bytes instead of MSA load and pack. Pack the data to half word before clipping. Use immediate unsigned saturation for clip to max saving one vector register. Signed-off-by: Kaustubh Raste --- libavcodec/mips/hevc_macros_msa.h | 13 +- libav

[FFmpeg-devel] [PATCH] avcodec/mips: Improve avc put mc 21, 23 and 02 msa functions

2017-10-09 Thread kaustubh.raste
From: Kaustubh Raste Remove loops and unroll as block sizes are known. Signed-off-by: Kaustubh Raste --- libavcodec/mips/h264qpel_msa.c | 1219 ++-- 1 file changed, 802 insertions(+), 417 deletions(-) diff --git a/libavcodec/mips/h264qpel_msa.c b/libavcodec

Re: [FFmpeg-devel] FFmpeg 3.4

2017-10-09 Thread Tobias Rapp
On 08.10.2017 13:58, Reto Kromer wrote: Michael Niedermayer wrote: Of course if the majority wants me to wait with the release, its easy to wait for as long as people want me to wait ... Form an user's perspective, I would be delighted to have a new release. Thank you very much indeed! Reto

Re: [FFmpeg-devel] [V3 4/4] lavc/vaapi_decode: fix profile search when disable exact profile match.

2017-10-09 Thread Mark Thompson
On 09/10/17 08:50, Jun Zhao wrote: > > From ef75f07943ff51c63bf7735a90c38a11559cad33 Mon Sep 17 00:00:00 2001 > From: Jun Zhao > Date: Thu, 21 Sep 2017 02:44:42 -0400 > Subject: [V3 4/4] lavc/vaapi_decode: fix profile search when disable exact > profile match. > > when disable exact profile, us

Re: [FFmpeg-devel] Mjpeg to RTP without re-encoding

2017-10-09 Thread Moritz Barsnick
On Mon, Oct 09, 2017 at 13:18:51 +0200, Louis-Paul CORDIER wrote: > I'm currently using ffmpeg API to send video stream through RTP. The codec > used in the RTP protocol is MJPEG. Below is my workflow: For questions regarding the use of the libav* libraries, please contact the libav-user mailing

Re: [FFmpeg-devel] [V3 3/4] doc/codecs: document the -hwaccel_flags option.

2017-10-09 Thread Mark Thompson
On 09/10/17 08:50, Jun Zhao wrote: > > From 2c5609811a1bad27fed802c674c9fb095edbb59b Mon Sep 17 00:00:00 2001 > From: Jun Zhao > Date: Mon, 9 Oct 2017 02:41:37 -0400 > Subject: [V3 3/4] doc/codecs: document the -hwaccel_flags option. > > Signed-off-by: Jun Zhao > --- > doc/codecs.texi | 14 +++

Re: [FFmpeg-devel] [V3 2/4] lavc: enable hwaccel_flags option

2017-10-09 Thread Mark Thompson
On 09/10/17 08:49, Jun Zhao wrote: > > From ba5f522929f5232132121f339c288fb6464fdd39 Mon Sep 17 00:00:00 2001 > From: Jun Zhao > Date: Mon, 9 Oct 2017 02:22:38 -0400 > Subject: [V3 2/4] lavc: enable hwaccel_flags option > > enable pre-stream hwaccel_flags. "per-stream" > > Signed-off-by: Jun

Re: [FFmpeg-devel] [V3 1/4] ffmpeg: remove hwaccel_lax_profile_check opt.

2017-10-09 Thread Mark Thompson
On 09/10/17 08:49, Jun Zhao wrote: > V3: Remove hwaccel_lax_profile_check opt, and add new pre-stream > hwaccel_flags option > > From 2b1585fd6e6e68c81761ace0a8503385067086e0 Mon Sep 17 00:00:00 2001 > From: Jun Zhao > Date: Mon, 9 Oct 2017 02:13:14 -0400 > Subject: [V3 1/4] ffmpeg: remove hwacc

Re: [FFmpeg-devel] [PATCH] Fix crash if av_vdpau_bind_context() is not used.

2017-10-09 Thread wm4
On Mon, 9 Oct 2017 03:04:53 +0300 Ivan Kalvachev wrote: > The public functions av_alloc_vdpaucontext() and > av_vdpau_alloc_context() are allocating AVVDPAUContext > structure that is supposed to be placed in avctx->hwaccel_context. > > However the rest of libavcodec/vdpau.c uses avctx->hwaccel_

Re: [FFmpeg-devel] [PATCH 09/20] lavc: Add h264_redundant_pps bitstream filter

2017-10-09 Thread Moritz Barsnick
On Sun, Oct 08, 2017 at 21:01:43 +0100, Mark Thompson wrote: > This applies a specific fixup to some Bluray streams which contain [...] > +This applies a specific fixup to some Bluray streams which contain Nit: Blu-ray Moritz ___ ffmpeg-devel mailing li

Re: [FFmpeg-devel] [PATCH] build: prevent SDL2 from polluting global cflags and extralibs

2017-10-09 Thread wm4
On Sun, 8 Oct 2017 17:16:21 -0300 James Almer wrote: > Remove the SDL_main define from the global cflags but not from the > ffplay cflags, and the -mwindows linker option from extralibs instead > of overriding it with the addition of -mconsole. > > Signed-off-by: James Almer > --- > configure

Re: [FFmpeg-devel] [PATCH 00/20] Coded bitstream editing (v3)

2017-10-09 Thread wm4
On Sun, 8 Oct 2017 21:01:34 +0100 Mark Thompson wrote: > Incorporating all review comments from last time: > * Change all CBS users to hold a pointer rather than the whole structure. > * Rearrange the MPEG-2 framerate stuff so that it doesn't add code and then > remove it in the series. > * Add

Re: [FFmpeg-devel] [PATCH 6/6] hwcontext_vaapi: Add support for mapping to DRM objects

2017-10-09 Thread wm4
On Sun, 8 Oct 2017 17:13:24 +0100 Derek Buitenhuis wrote: > On 10/8/2017 5:11 PM, Mark Thompson wrote: > > This is just how hardware surfaces are stored in AVFrames - they have their > > own API-specific handles in the data[] pointers because that's the only > > place to put them. > > > > See

Re: [FFmpeg-devel] FFmpeg 3.4

2017-10-09 Thread wm4
On Sun, 8 Oct 2017 13:53:13 +0200 Michael Niedermayer wrote: > On Sat, Oct 07, 2017 at 12:06:23AM +0200, wm4 wrote: > > On Fri, 6 Oct 2017 16:53:17 +0200 > > Michael Niedermayer wrote: > > > > > Hi all > > > > > > if there are no objections i will branch release/3.4 in the next days > > > an

Re: [FFmpeg-devel] [PATCH 2/6] vaapi: Remove H.264 baseline profile

2017-10-09 Thread wm4
On Sun, 8 Oct 2017 16:49:58 +0100 Mark Thompson wrote: > This has been deprecated in libva2 because hardware does not and will not > support it. Therefore never consider it for decode, and for encode assume > the user meant constrained baseline profile instead. > --- > On 08/10/17 16:44, Derek B

[FFmpeg-devel] Mjpeg to RTP without re-encoding

2017-10-09 Thread Louis-Paul CORDIER
Hi everybody, I'm currently using ffmpeg API to send video stream through RTP. The codec used in the RTP protocol is MJPEG. Below is my workflow: +--+   +--+   +--+   +--+ | Camera Frame (JPEG) +-->+ JPEG to RGB +-->+ RG

Re: [FFmpeg-devel] [PATCH 2/6] vaapi: Remove H.264 baseline profile

2017-10-09 Thread Moritz Barsnick
On Sun, Oct 08, 2017 at 16:49:58 +0100, Mark Thompson wrote: > switch (avctx->profile) { > +case FF_PROFILE_H264_BASELINE: > +av_log(avctx, AV_LOG_WARNING, "H.264 baseline profile is not " > + "supported, using constrained baseline profile instead.\n"); > +avc

Re: [FFmpeg-devel] [PATCH] Fix visual glitch with XvMC, caused by wrong idct permutation.

2017-10-09 Thread Ivan Kalvachev
On 10/9/17, Ronald S. Bultje wrote: > Hi, > > On Sun, Oct 8, 2017 at 6:52 PM, Ivan Kalvachev wrote: > [..] > > Indentation is off in the second hunk, can you fix that? You want it 4 spaces to the right or to start from the first position? BTW, I think it would be better to use "127" number. ___

[FFmpeg-devel] [PATCH] avcodec/ffv1dec: Fix out of array read in slice counting

2017-10-09 Thread Michael Niedermayer
Fixes: test-201710.mp4 Found-by: 连一汉 and Zhibin Hu Signed-off-by: Michael Niedermayer --- libavcodec/ffv1dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ffv1dec.c b/libavcodec/ffv1dec.c index d2bfee784f..5eadb6b158 100644 --- a/libavcodec/ffv1dec.c +++ b/lib

Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve avc chroma hv mc msa functions

2017-10-09 Thread Manojkumar Bhosale
LGTM -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of kaustubh.ra...@imgtec.com Sent: Monday, October 9, 2017 2:16 PM To: ffmpeg-devel@ffmpeg.org Cc: Kaustubh Raste Subject: [FFmpeg-devel] [PATCH] avcodec/mips: Improve avc chroma hv mc msa funct

Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve avc bi-weighted mc msa functions

2017-10-09 Thread Manojkumar Bhosale
LGTM -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of kaustubh.ra...@imgtec.com Sent: Monday, October 9, 2017 12:49 PM To: ffmpeg-devel@ffmpeg.org Cc: Kaustubh Raste Subject: [FFmpeg-devel] [PATCH] avcodec/mips: Improve avc bi-weighted mc msa fu

[FFmpeg-devel] [PATCH] avcodec/mips: Improve avc chroma hv mc msa functions

2017-10-09 Thread kaustubh.raste
From: Kaustubh Raste Replace generic with block size specific function. Signed-off-by: Kaustubh Raste --- libavcodec/mips/h264chroma_msa.c | 309 -- 1 file changed, 166 insertions(+), 143 deletions(-) diff --git a/libavcodec/mips/h264chroma_msa.c b/libavco

Re: [FFmpeg-devel] [PATCH] avcodec/mips: preload data in hevc sao edge 135 degree filter msa functions

2017-10-09 Thread Manojkumar Bhosale
LGTM -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of kaustubh.ra...@imgtec.com Sent: Monday, October 9, 2017 11:31 AM To: ffmpeg-devel@ffmpeg.org Cc: Kaustubh Raste Subject: [FFmpeg-devel] [PATCH] avcodec/mips: preload data in hevc sao edge 135

[FFmpeg-devel] [V3 4/4] lavc/vaapi_decode: fix profile search when disable exact profile match.

2017-10-09 Thread Jun Zhao
From ef75f07943ff51c63bf7735a90c38a11559cad33 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Thu, 21 Sep 2017 02:44:42 -0400 Subject: [V3 4/4] lavc/vaapi_decode: fix profile search when disable exact profile match. when disable exact profile, use the alt_profile for VAAPI HWAccel decoder. Signe

[FFmpeg-devel] [V3 3/4] doc/codecs: document the -hwaccel_flags option.

2017-10-09 Thread Jun Zhao
From 2c5609811a1bad27fed802c674c9fb095edbb59b Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 9 Oct 2017 02:41:37 -0400 Subject: [V3 3/4] doc/codecs: document the -hwaccel_flags option. Signed-off-by: Jun Zhao --- doc/codecs.texi | 14 ++ 1 file changed, 14 insertions(+) diff -

[FFmpeg-devel] [V3 2/4] lavc: enable hwaccel_flags option

2017-10-09 Thread Jun Zhao
From ba5f522929f5232132121f339c288fb6464fdd39 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 9 Oct 2017 02:22:38 -0400 Subject: [V3 2/4] lavc: enable hwaccel_flags option enable pre-stream hwaccel_flags. Signed-off-by: Jun Zhao --- libavcodec/options_table.h | 4 1 file changed, 4 in

[FFmpeg-devel] [V3 1/4] ffmpeg: remove hwaccel_lax_profile_check opt.

2017-10-09 Thread Jun Zhao
V3: Remove hwaccel_lax_profile_check opt, and add new pre-stream hwaccel_flags option From 2b1585fd6e6e68c81761ace0a8503385067086e0 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 9 Oct 2017 02:13:14 -0400 Subject: [V3 1/4] ffmpeg: remove hwaccel_lax_profile_check opt. remove hwaccel_lax_profi

[FFmpeg-devel] [PATCH] avcodec/mips: Improve avc bi-weighted mc msa functions

2017-10-09 Thread kaustubh.raste
From: Kaustubh Raste Replace generic with block size specific function. Signed-off-by: Kaustubh Raste --- libavcodec/mips/h264dsp_msa.c | 469 +++ libavutil/mips/generic_macros_msa.h |4 + 2 files changed, 311 insertions(+), 162 deletions(-) diff --g