Re: [FFmpeg-devel] [PATCH] avformat: add NSP demuxer

2017-12-04 Thread Paul B Mahol
On 12/4/17, Carl Eugen Hoyos wrote: > 2017-12-04 21:36 GMT+01:00 Paul B Mahol : >> On 12/4/17, Carl Eugen Hoyos wrote: >>> 2017-12-04 17:17 GMT+01:00 Paul B Mahol : On 12/3/17, Carl Eugen Hoyos

Re: [FFmpeg-devel] [PATCH]lavfi/minterpolate: Split struct Pixel to allow higher resolutions

2017-12-04 Thread Carl Eugen Hoyos
2017-12-04 19:03 GMT+01:00 Michael Niedermayer : > On Sun, Dec 03, 2017 at 05:30:32AM +0100, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch should fix ticket #6795, only tested with one filter >> chain (bitexact): testsrc2=r=5:d=10,minterpolate=10 >> >> Please comment,

Re: [FFmpeg-devel] [PATCH] avfilter/formats: fix wrong function name in error message

2017-12-04 Thread Michael Niedermayer
On Mon, Dec 04, 2017 at 11:07:11AM +0100, Hendrik Leppkes wrote: > On Mon, Dec 4, 2017 at 10:53 AM, Moritz Barsnick wrote: > > On Mon, Dec 04, 2017 at 13:02:20 +0800, Jun Zhao wrote: > >> Use perdefined micro __FUNCTION__ rather than hard coding function name > >> to fix wrong

Re: [FFmpeg-devel] [PATCH] libavcodec/hevc_filter: support for all skip_loop_filter levels

2017-12-04 Thread Carl Eugen Hoyos
2017-12-01 0:22 GMT+01:00 Stefan _ : > Attached patch adds full support for skip_loop_filter > (all levels) to the hevc decoder. Will you also work on -skip_frame for hevc? Carl Eugen ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH 1/4] configure: require external ffnvcodec headers

2017-12-04 Thread Carl Eugen Hoyos
2017-12-04 21:12 GMT+01:00 Timo Rothenpieler : > Am 04.12.2017 um 20:58 schrieb Carl Eugen Hoyos: >> >> 2017-12-04 20:41 GMT+01:00 Timo Rothenpieler : >>> >>> The external headers can be found at >>>

Re: [FFmpeg-devel] [PATCH] avformat: add NSP demuxer

2017-12-04 Thread Paul B Mahol
On 12/4/17, Carl Eugen Hoyos wrote: > 2017-12-04 21:54 GMT+01:00 Paul B Mahol : >> On 12/4/17, Carl Eugen Hoyos wrote: >>> 2017-12-04 21:36 GMT+01:00 Paul B Mahol : On 12/4/17, Carl Eugen Hoyos

Re: [FFmpeg-devel] [PATCH] avformat: add NSP demuxer

2017-12-04 Thread Carl Eugen Hoyos
2017-12-04 17:17 GMT+01:00 Paul B Mahol : > On 12/3/17, Carl Eugen Hoyos wrote: >> 2017-12-01 17:26 GMT+01:00 Paul B Mahol : >> >>> +static int nsp_read_header(AVFormatContext *s) >>> +{ >>> +int rate = 0, channels = 0; >>> +uint32_t

Re: [FFmpeg-devel] [PATCH v2] libavcodec/hevc_filter: support for all skip_loop_filter levels

2017-12-04 Thread Michael Niedermayer
On Sun, Dec 03, 2017 at 07:58:18PM +, Stefan _ wrote: > On 01.12.2017 at 17:45 Michael Niedermayer wrote: > > AVDISCARD_NONREF is about frames which are not referenced by any other > > doesnt ff_hevc_frame_nb_refs() produce the number of references curently > > aka the other end of the

Re: [FFmpeg-devel] [PATCH]lavfi/minterpolate: Split struct Pixel to allow higher resolutions

2017-12-04 Thread Michael Niedermayer
On Sun, Dec 03, 2017 at 05:30:32AM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch should fix ticket #6795, only tested with one filter > chain (bitexact): testsrc2=r=5:d=10,minterpolate=10 > > Please comment, Carl Eugen Does this affect speed ? there are more pointers after the patch

[FFmpeg-devel] [PATCH 1/4] configure: require external ffnvcodec headers

2017-12-04 Thread Timo Rothenpieler
The external headers can be found at https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git --- configure | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure b/configure index d05388638d..b4d82f1df6 100755 --- a/configure +++ b/configure @@ -2662,6 +2662,7 @@

[FFmpeg-devel] [PATCH 4/4] Changelog: mention nvidia headers move

2017-12-04 Thread Timo Rothenpieler
--- Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog b/Changelog index b00996157c..0b02a9aee7 100644 --- a/Changelog +++ b/Changelog @@ -24,6 +24,8 @@ version : - VAAPI VP8 decoding - AMD AMF H.264 and HEVC encoders - video fillborders filter +- Moved nvidia codec

[FFmpeg-devel] [PATCH 2/4] compat: use external nvidia headers

2017-12-04 Thread Timo Rothenpieler
--- compat/cuda/dynlink_loader.h | 7 --- libavcodec/nvenc.h | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/compat/cuda/dynlink_loader.h b/compat/cuda/dynlink_loader.h index fa43782c9a..6e2a912a6e 100644 --- a/compat/cuda/dynlink_loader.h +++

Re: [FFmpeg-devel] [PATCH] avformat: add NSP demuxer

2017-12-04 Thread Carl Eugen Hoyos
2017-12-04 21:36 GMT+01:00 Paul B Mahol : > On 12/4/17, Carl Eugen Hoyos wrote: >> 2017-12-04 17:17 GMT+01:00 Paul B Mahol : >>> On 12/3/17, Carl Eugen Hoyos wrote: 2017-12-01 17:26 GMT+01:00 Paul B Mahol

Re: [FFmpeg-devel] [PATCH 3/6] lavc/libx265: mark disposable frames

2017-12-04 Thread Michael Niedermayer
On Sun, Dec 03, 2017 at 11:05:36PM +0100, Hendrik Leppkes wrote: > On Sun, Dec 3, 2017 at 10:42 PM, Michael Niedermayer > wrote: > > On Sat, Dec 02, 2017 at 11:32:16PM -0300, James Almer wrote: > >> On 12/2/2017 10:48 PM, Michael Niedermayer wrote: > >> > On Sat, Dec 02,

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-12-04 Thread Michael Niedermayer
On Mon, Dec 04, 2017 at 03:24:18AM +0100, Carl Eugen Hoyos wrote: > 2017-12-04 1:22 GMT+01:00 Michael Niedermayer : > > On Sun, Oct 29, 2017 at 01:39:06PM +0100, Michael Niedermayer wrote: > >> On Sat, Oct 28, 2017 at 08:26:16PM +0200, Michael Niedermayer wrote: > >> > On

Re: [FFmpeg-devel] [PATCH 1/4] configure: require external ffnvcodec headers

2017-12-04 Thread Carl Eugen Hoyos
2017-12-04 20:41 GMT+01:00 Timo Rothenpieler : > The external headers can be found at > https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git Afaict, 1, 2 and four should be merged. Could you explain (repeat) why this is necessary? I suspect this will hit many users.

Re: [FFmpeg-devel] [PATCH 1/4] configure: require external ffnvcodec headers

2017-12-04 Thread Timo Rothenpieler
Am 04.12.2017 um 20:58 schrieb Carl Eugen Hoyos: 2017-12-04 20:41 GMT+01:00 Timo Rothenpieler : The external headers can be found at https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git Afaict, 1, 2 and four should be merged. Could you explain (repeat) why this is

Re: [FFmpeg-devel] [PATCH] avformat: add NSP demuxer

2017-12-04 Thread Paul B Mahol
On 12/4/17, Carl Eugen Hoyos wrote: > 2017-12-04 17:17 GMT+01:00 Paul B Mahol : >> On 12/3/17, Carl Eugen Hoyos wrote: >>> 2017-12-01 17:26 GMT+01:00 Paul B Mahol : >>> +static int nsp_read_header(AVFormatContext

Re: [FFmpeg-devel] [PATCH] fix MSVC compilation errors

2017-12-04 Thread Mateusz
W dniu 04.12.2017 o 15:02, Derek Buitenhuis pisze: > On 12/4/2017 8:03 AM, Mateusz wrote: >> After commit 3701d49 'error_resilience: remove avpriv_atomic usage' >> we have included windows.h in much more files and we should >> avoid conflicts with defines/function declarations. >> >>

Re: [FFmpeg-devel] [PATCH] avformat: add NSP demuxer

2017-12-04 Thread Carl Eugen Hoyos
2017-12-04 21:54 GMT+01:00 Paul B Mahol : > On 12/4/17, Carl Eugen Hoyos wrote: >> 2017-12-04 21:36 GMT+01:00 Paul B Mahol : >>> On 12/4/17, Carl Eugen Hoyos wrote: 2017-12-04 17:17 GMT+01:00 Paul B Mahol

Re: [FFmpeg-devel] [PATCH] Refactor Developer Docs, update dev list section (v2)

2017-12-04 Thread wm4
On Mon, 4 Dec 2017 14:09:40 + Derek Buitenhuis wrote: > On 12/4/2017 12:45 PM, Carl Eugen Hoyos wrote: > > Committers have to be subscribed to -cvslog. > > "Have to"? I certainly am not, and neither are many. Are you going to > kick all of them out and revoke

Re: [FFmpeg-devel] [PATCH] Refactor Developer Docs, update dev list section (v2)

2017-12-04 Thread Lou Logan
On Mon, Dec 4, 2017, at 03:45 AM, Carl Eugen Hoyos wrote: > > Committers have to be subscribed to -cvslog. Back in ye olde cvs days it made more sense, but not anymore with git. Legacy and tradition alone shouldn't be a factor. ___ ffmpeg-devel mailing

[FFmpeg-devel] [PATCH] tests/fate/mov: Disable fate-mov-invalid-elst-entry-count, the test does not work reliable currently

2017-12-04 Thread Michael Niedermayer
Noone is known to work on fixing this, so it should be disabled Signed-off-by: Michael Niedermayer --- tests/fate/mov.mak | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak index 680baea773..869784fd31 100644 ---

Re: [FFmpeg-devel] [PATCH 1/2] vaapi_h264: Add named options for setting profile and level

2017-12-04 Thread Mark Thompson
On 04/12/17 05:25, Li, Zhong wrote: >> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf >> Of Mark Thompson >> Sent: Saturday, December 2, 2017 11:36 PM >> To: ffmpeg-devel@ffmpeg.org >> Subject: Re: [FFmpeg-devel] [PATCH 1/2] vaapi_h264: Add named options for >> setting

Re: [FFmpeg-devel] [PATCH]lavc: Allow forcing work-around for x264 cabac 8x8 4:4:4 bug

2017-12-04 Thread Mark Thompson
On 04/12/17 02:21, Carl Eugen Hoyos wrote: > 2017-12-04 1:56 GMT+01:00 Mark Thompson : >> On 04/12/17 00:09, Carl Eugen Hoyos wrote: > >>> Attached patch fixes ticket #6717, files without sei can be produced >>> with remuxing and seeking, even if this is a (separate) bug, such

Re: [FFmpeg-devel] [PATCH]lavfi/minterpolate: Split struct Pixel to allow higher resolutions

2017-12-04 Thread Michael Niedermayer
On Mon, Dec 04, 2017 at 09:26:15PM +0100, Carl Eugen Hoyos wrote: > 2017-12-04 19:03 GMT+01:00 Michael Niedermayer : > > On Sun, Dec 03, 2017 at 05:30:32AM +0100, Carl Eugen Hoyos wrote: > >> Hi! > >> > >> Attached patch should fix ticket #6795, only tested with one filter

Re: [FFmpeg-devel] [PATCH] Refactor Developer Docs, update dev list section (v2)

2017-12-04 Thread Lou Logan
On Mon, Dec 4, 2017, at 12:54 PM, Lou Logan wrote: > Back in ye olde cvs days it made more sense, but not anymore with git. > Legacy and tradition alone shouldn't be a factor. ...and just for comparison: ffmpeg-devel: 1800 subscribers ffmpeg-cvslog: 190 subscribers

Re: [FFmpeg-devel] [PATCH 1/4] configure: require external ffnvcodec headers

2017-12-04 Thread wm4
On Mon, 4 Dec 2017 20:41:42 +0100 Timo Rothenpieler wrote: > The external headers can be found at > https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git > --- LGTM, although I would have preferred giving the include paths a name not specific to ffmpeg. But as I

Re: [FFmpeg-devel] [PATCH] fix MSVC compilation errors

2017-12-04 Thread Mateusz
After some tests: 1) #undef far after #include is wrong -- in oleauto.h is declaration WINOLEAUTAPI VarUI1FromI8(LONG64 i64In, _Out_ BYTE FAR* pbOut); and 'FAR' is defined as 'far' which is define as empty. 2) #undef near after #include works in ffmpeg but is danger -- see 1) 3) after git

Re: [FFmpeg-devel] [PATCH]lavc: Allow forcing work-around for x264 cabac 8x8 4:4:4 bug

2017-12-04 Thread Mark Thompson
On 04/12/17 21:45, wm4 wrote: > On Mon, 4 Dec 2017 00:56:36 + > Mark Thompson wrote: > >> On 04/12/17 00:09, Carl Eugen Hoyos wrote: >>> Hi! >>> >>> Attached patch fixes ticket #6717, files without sei can be produced >>> with remuxing and seeking, even if this is a

Re: [FFmpeg-devel] [PATCH 4/4] opus: Don't invert phase when downmixing to mono (per RFC8251)

2017-12-04 Thread James Almer
On 12/4/2017 4:39 AM, Rostislav Pehlivanov wrote: > On 2 December 2017 at 17:46, Andrew D'Addesio wrote: > >> When decoding to downmixed mono, don't put the channels out of phase, >> as they will cancel out and create audible artifacts. (See >> RFC 8251 sec. 10.) >> >>

Re: [FFmpeg-devel] [PATCH]lavc: Allow forcing work-around for x264 cabac 8x8 4:4:4 bug

2017-12-04 Thread wm4
On Mon, 4 Dec 2017 00:56:36 + Mark Thompson wrote: > On 04/12/17 00:09, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch fixes ticket #6717, files without sei can be produced > > with remuxing and seeking, even if this is a (separate) bug, such > > files exist in the

[FFmpeg-devel] [PATCH] lavf/mov: atom box parsing return eof cause play fail

2017-12-04 Thread tiejun.peng
1.add warning info about corrupted atom box parsing. 2.atom box parsing return eof cause mov_read_close called in mov_read_header and user have no chance to play the file. Signed-off-by: tiejun.peng --- libavformat/mov.c | 46

Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/mxfenc: use track count to generate component instance uuid

2017-12-04 Thread Mark Reid
On Thu, Nov 30, 2017 at 9:01 AM, Tomas Härdin wrote: > On Wed, 2017-11-29 at 20:18 -0800, Mark Reid wrote: > > On Wed, Nov 29, 2017 at 1:36 AM, Tomas Härdin > > wrote: > > > > > On 2017-11-29 05:11, Mark Reid wrote: > > > > > > > @@ -980,7 +980,7 @@

[FFmpeg-devel] [PATCH] libavformat/id3v2: add some ID3v2.3 tags convertion

2017-12-04 Thread tiejun.peng
Signed-off-by: tiejun.peng --- libavformat/id3v2.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c index 6c216ba..1cf759b 100644 --- a/libavformat/id3v2.c +++ b/libavformat/id3v2.c @@ -56,6 +56,11 @@ const AVMetadataConv

Re: [FFmpeg-devel] [PATCH] avfilter/formats: fix wrong function name in error message

2017-12-04 Thread Jun Zhao
On 2017/12/5 2:32, Michael Niedermayer wrote: > On Mon, Dec 04, 2017 at 11:07:11AM +0100, Hendrik Leppkes wrote: >> On Mon, Dec 4, 2017 at 10:53 AM, Moritz Barsnick wrote: >>> On Mon, Dec 04, 2017 at 13:02:20 +0800, Jun Zhao wrote: Use perdefined micro __FUNCTION__ rather

[FFmpeg-devel] [PATCH v3 1/3] avformat/mxfenc: use track count to generate component instance uuid

2017-12-04 Thread Mark Reid
--- libavformat/mxf.h | 1 - libavformat/mxfenc.c| 42 ++--- tests/ref/fate/copy-trac4914| 2 +- tests/ref/fate/time_base| 2 +- tests/ref/lavf/mxf | 6 +++--- tests/ref/lavf/mxf_d10 | 2 +-

[FFmpeg-devel] [PATCH v3 3/3] fate/mxf: add reel name test

2017-12-04 Thread Mark Reid
--- tests/fate/mxf.mak | 8 ++-- tests/ref/fate/mxf-reel_name | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 tests/ref/fate/mxf-reel_name diff --git a/tests/fate/mxf.mak b/tests/fate/mxf.mak index 7714b61569..dce23d522e 100644 --- a/tests/fate/mxf.mak

[FFmpeg-devel] [PATCH v3 0/3] avformat/mxfenc add reel_name write support

2017-12-04 Thread Mark Reid
changes since v2: * added more comments * renamed track_uuid_offset to track_instance_count Mark Reid (3): avformat/mxfenc: use track count to generate component instance uuid avformat/mxfenc: write reel_name if metadata key is present fate/mxf: add reel name test libavformat/mxf.h

Re: [FFmpeg-devel] [PATCH V2] lavc/vp8: Fix HWAccel VP8 decoder can't support resolution change.

2017-12-04 Thread Jun Zhao
ping ? On 2017/11/30 7:53, Jun Zhao wrote: > V2: fix the V1 lead to webp crash issue. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH v3 2/3] avformat/mxfenc: write reel_name if metadata key is present

2017-12-04 Thread Mark Reid
--- libavformat/mxf.h| 1 + libavformat/mxfenc.c | 42 +++--- 2 files changed, 36 insertions(+), 7 deletions(-) diff --git a/libavformat/mxf.h b/libavformat/mxf.h index 2d5b44943b..ffcc429a8b 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -47,6

[FFmpeg-devel] Timestamp wrap issue with concatenating multiple assets to form a MPEG transport stream

2017-12-04 Thread Callum Wilson
Hi all, Apologies if this is mailed to the wrong mailing list. I was considering libav-user but ffmpeg-devel seemed a better fit. If you have any suggestions on a better place to find help I would be grateful for the advice. Some background: I’m currently using ffmpeg to generate a MPEG

[FFmpeg-devel] [PATCH] fix MSVC compilation errors

2017-12-04 Thread Mateusz
After commit 3701d49 'error_resilience: remove avpriv_atomic usage' we have included windows.h in much more files and we should avoid conflicts with defines/function declarations. Signed-off-by: Mateusz Brzostek --- libavcodec/jpegls.h | 4 libavcodec/mss2.c|

Re: [FFmpeg-devel] [PATCH 3/3] avformat/dashenc: add avpriv_io_move return value check

2017-12-04 Thread Steven Liu
2017-12-02 22:42 GMT+08:00 Moritz Barsnick : > On Sat, Dec 02, 2017 at 10:44:02 +0800, Steven Liu wrote: >> +av_log(os->ctx, AV_LOG_WARNING, "rename file from %s to %s >> faild\n", temp_filename_hls, filename_hls); >

[FFmpeg-devel] [PATCH] avformat/hlsenc: move init operations from write_header to init

2017-12-04 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 681 ++- 1 file changed, 345 insertions(+), 336 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index aeeed5bcd2..852663d28f 100644 ---

Re: [FFmpeg-devel] [PATCH] libavcodec/dvbsubdec: Fix for ticket 6796 (ffprobe show_frames ts dvbsubs infinite loop)

2017-12-04 Thread Moritz Barsnick
On Mon, Dec 04, 2017 at 02:54:13 +, Colin NG wrote: > libavcodec/dvbsubdec: Fix for ticket 6796 (ffprobe show_frames ts dvbsubs > infinite loop) Same comment as to the other patch's commit message. Furthermore: Didn't the other patch already claim to fix #6796? If not, you need to say

[FFmpeg-devel] [PATCH] avfilter/x86/vf_hflip.asm: improve indentation

2017-12-04 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/x86/vf_hflip.asm | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libavfilter/x86/vf_hflip.asm b/libavfilter/x86/vf_hflip.asm index 867dcaeed5..49197e2c86 100644 --- a/libavfilter/x86/vf_hflip.asm

Re: [FFmpeg-devel] [PATCH] libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault)

2017-12-04 Thread Steven Liu
2017-12-04 12:28 GMT+08:00 Colin NG : > --- > libavformat/dashdec.c | 112 > -- > 1 file changed, 99 insertions(+), 13 deletions(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c > index 3798649..d04bec0 100644

Re: [FFmpeg-devel] [PATCH] avfilter/formats: fix wrong function name in error message

2017-12-04 Thread Moritz Barsnick
On Mon, Dec 04, 2017 at 13:02:20 +0800, Jun Zhao wrote: > Use perdefined micro __FUNCTION__ rather than hard coding function name > to fix wrong function name in error message. AFAICT, "__FUNCTION__" is a C99 feature and thereby not supported by ffmpeg style. Or should it be? (It might be

Re: [FFmpeg-devel] [PATCH] avfilter/formats: fix wrong function name in error message

2017-12-04 Thread Hendrik Leppkes
On Mon, Dec 4, 2017 at 10:53 AM, Moritz Barsnick wrote: > On Mon, Dec 04, 2017 at 13:02:20 +0800, Jun Zhao wrote: >> Use perdefined micro __FUNCTION__ rather than hard coding function name >> to fix wrong function name in error message. > > AFAICT, "__FUNCTION__" is a C99

Re: [FFmpeg-devel] [PATCH v2 1/2] libavutil/hwcontext: add AV_HWDEVICE_TYPE_MEDIACODEC

2017-12-04 Thread Matthieu Bouron
On Sun, Dec 03, 2017 at 05:32:21PM -0800, Aman Gupta wrote: > From: Aman Gupta > > --- > libavutil/Makefile | 1 + > libavutil/hwcontext.c| 4 > libavutil/hwcontext.h| 1 + > libavutil/hwcontext_mediacodec.c | 50 >

Re: [FFmpeg-devel] [PATCH] fftools/ffprobe: Fix for ticket 6796 (ffprobe show_frames ts dvbsubs infinite loop)

2017-12-04 Thread Moritz Barsnick
On Mon, Dec 04, 2017 at 02:53:36 +, Colin NG wrote: > fftools/ffprobe: Fix for ticket 6796 (ffprobe show_frames ts dvbsubs infinite > loop) You are supposed to primarily write *what* you changed, not why. The reference to the ticket belongs in thew "body" of the commit message. Like: --

Re: [FFmpeg-devel] [PATCH] Add doc on ffmpeg-devel, update on -cvslog list (v3)

2017-12-04 Thread Carl Eugen Hoyos
2017-12-04 8:09 GMT+01:00 Jim DeLaHunt : > @section Documentation/Other > +@subheading Subscribe to the ffmpeg-devel mailing list. > +It is important to be subscribed to the > +@uref{https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-devel, ffmpeg-devel} > +mailing list.

Re: [FFmpeg-devel] [PATCH] Refactor Developer Docs, update dev list section (v2)

2017-12-04 Thread Carl Eugen Hoyos
2017-12-03 6:37 GMT+01:00 Timothy Gu : > On Mon, Nov 27, 2017 at 3:03 PM Carl Eugen Hoyos wrote: >> If you believe that it is unclear that there is a difference between an >> occasional contributor (who most likely would not read -devel nor >> -cvslog)

Re: [FFmpeg-devel] [PATCH] Add doc on ffmpeg-devel, update on -cvslog list (v3)

2017-12-04 Thread Paul B Mahol
On 12/4/17, Carl Eugen Hoyos wrote: > 2017-12-04 8:09 GMT+01:00 Jim DeLaHunt : > >> @section Documentation/Other >> +@subheading Subscribe to the ffmpeg-devel mailing list. >> +It is important to be subscribed to the >>

Re: [FFmpeg-devel] [PATCH v2 1/2] libavutil/hwcontext: add AV_HWDEVICE_TYPE_MEDIACODEC

2017-12-04 Thread Matthieu Bouron
On Mon, Dec 04, 2017 at 11:52:44AM +0100, Matthieu Bouron wrote: > On Mon, Dec 04, 2017 at 11:19:52AM +0100, Matthieu Bouron wrote: > > On Sun, Dec 03, 2017 at 05:32:21PM -0800, Aman Gupta wrote: > > > From: Aman Gupta > > > > > > --- > > > libavutil/Makefile | 1 +

[FFmpeg-devel] Last Patch: vf_blackdetect

2017-12-04 Thread Jon bae
Please forget the last patch! Something is not working right. Sorry! ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH v2 1/2] libavutil/hwcontext: add AV_HWDEVICE_TYPE_MEDIACODEC

2017-12-04 Thread Matthieu Bouron
On Mon, Dec 04, 2017 at 11:19:52AM +0100, Matthieu Bouron wrote: > On Sun, Dec 03, 2017 at 05:32:21PM -0800, Aman Gupta wrote: > > From: Aman Gupta > > > > --- > > libavutil/Makefile | 1 + > > libavutil/hwcontext.c| 4 > > libavutil/hwcontext.h

Re: [FFmpeg-devel] [PATCH] avfilter/x86/vf_hflip.asm: improve indentation

2017-12-04 Thread Martin Vignali
> .end: > -RET > +RET > > Maybe indent more the RET to be "inside" the end label. Otherwise, ok (more easy to read) ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] Patch vf_blackdetect

2017-12-04 Thread Jon bae
This patch unify vf_blackdetect with af_silencedetect. Now the logging prints black_start and black_end in separate lines. This is the same behavior like af_silencedetect and it is also more useful for monitoring streams. 0001-unify-blackdetect-with-af_silencedetect.-Is-more-use.patch

Re: [FFmpeg-devel] [FFmpeg-cvslog] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-12-04 Thread Tobias Rapp
On 29.11.2017 07:33, Jeyapal, Karthick wrote: ffmpeg | branch: master | Jeyapal, Karthick | Wed Nov 29 14:33:07 2017 +0800| [815e34b5b4ed8fbb6c9d7b7b042ae49848bc170c] | committer: Steven Liu libavformat/hlsenc: Persistent HTTP connections supported as an option

Re: [FFmpeg-devel] [PATCH] libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault)

2017-12-04 Thread Derek Buitenhuis
On 12/4/2017 4:28 AM, Colin NG wrote: > --- > libavformat/dashdec.c | 112 > -- > 1 file changed, 99 insertions(+), 13 deletions(-) Please describe what is actually being changed, and why, in the commit message. It is both hard to review with no

[FFmpeg-devel] Patch vf_blackdetect

2017-12-04 Thread Jon bae
This is now the working version from my last patch. Description: This patch unify vf_blackdetect with af_silencedetect. Now the logging prints black_start and black_end in separate lines. This is the same behavior like af_silencedetect and it is also more useful for monitoring streams. Is it ok,

Re: [FFmpeg-devel] [PATCH] Refactor Developer Docs, update dev list section (v2)

2017-12-04 Thread Derek Buitenhuis
On 12/4/2017 12:45 PM, Carl Eugen Hoyos wrote: > Committers have to be subscribed to -cvslog. "Have to"? I certainly am not, and neither are many. Are you going to kick all of them out and revoke their push access? I think not. It's clear that the majority here do not agree with you on this

Re: [FFmpeg-devel] [PATCH] Refactor Developer Docs, update dev list section (v2)

2017-12-04 Thread Hendrik Leppkes
On Mon, Dec 4, 2017 at 3:09 PM, Derek Buitenhuis wrote: > On 12/4/2017 12:45 PM, Carl Eugen Hoyos wrote: >> Committers have to be subscribed to -cvslog. > > "Have to"? I certainly am not, and neither are many. Are you going to > kick all of them out and revoke their

Re: [FFmpeg-devel] [PATCH v2 1/2] libavutil/hwcontext: add AV_HWDEVICE_TYPE_MEDIACODEC

2017-12-04 Thread Matthieu Bouron
On Mon, Dec 04, 2017 at 12:45:45PM +0100, Matthieu Bouron wrote: > On Mon, Dec 04, 2017 at 11:52:44AM +0100, Matthieu Bouron wrote: > > On Mon, Dec 04, 2017 at 11:19:52AM +0100, Matthieu Bouron wrote: > > > On Sun, Dec 03, 2017 at 05:32:21PM -0800, Aman Gupta wrote: > > > > From: Aman Gupta

Re: [FFmpeg-devel] [PATCH] fix MSVC compilation errors

2017-12-04 Thread Derek Buitenhuis
On 12/4/2017 8:03 AM, Mateusz wrote: > After commit 3701d49 'error_resilience: remove avpriv_atomic usage' > we have included windows.h in much more files and we should > avoid conflicts with defines/function declarations. > > Signed-off-by: Mateusz Brzostek > --- >

Re: [FFmpeg-devel] [FFmpeg-cvslog] libavformat/hlsenc: Persistent HTTP connections supported as an option

2017-12-04 Thread Steven Liu
2017-12-04 21:57 GMT+08:00 Tobias Rapp : > On 29.11.2017 07:33, Jeyapal, Karthick wrote: >> >> ffmpeg | branch: master | Jeyapal, Karthick | Wed >> Nov 29 14:33:07 2017 +0800| [815e34b5b4ed8fbb6c9d7b7b042ae49848bc170c] | >> committer: Steven Liu >> >>

Re: [FFmpeg-devel] [PATCH 6/6] ffplay: use AV_PKT_FLAG_DISPOSABLE in frame drop logic

2017-12-04 Thread John Stebbins
On 12/03/2017 01:12 PM, Marton Balint wrote: > On Thu, 30 Nov 2017, John Stebbins wrote: > >> --- >> fftools/ffplay.c | 21 - >> 1 file changed, 16 insertions(+), 5 deletions(-) >> >> diff --git a/fftools/ffplay.c b/fftools/ffplay.c >> index 10a917194d..152d220cdb 100644 >> ---

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix complie error when disable-network

2017-12-04 Thread Tobias Rapp
On 04.12.2017 16:36, Steven Liu wrote: Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index aeeed5bcd2..7dc8f4237b 100644 --- a/libavformat/hlsenc.c

Re: [FFmpeg-devel] [PATCH] avformat: add NSP demuxer

2017-12-04 Thread Paul B Mahol
On 12/3/17, Carl Eugen Hoyos wrote: > 2017-12-01 17:26 GMT+01:00 Paul B Mahol : > >> +static int nsp_read_header(AVFormatContext *s) >> +{ >> +int rate = 0, channels = 0; >> +uint32_t chunk, size; >> +AVStream *st; >> +int64_t pos; >> + >> +

[FFmpeg-devel] [PATCH] avformat/hlsenc: fix complie error when disable-network

2017-12-04 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index aeeed5bcd2..7dc8f4237b 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -45,7 +45,9

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix complie error when disable-network

2017-12-04 Thread Steven Liu
2017-12-04 23:49 GMT+08:00 Tobias Rapp : > On 04.12.2017 16:36, Steven Liu wrote: >> >> Signed-off-by: Steven Liu >> --- >> libavformat/hlsenc.c | 6 +- >> 1 file changed, 5 insertions(+), 1 deletion(-) >> >> diff --git a/libavformat/hlsenc.c