Re: [FFmpeg-devel] [PATCH] add append_list flag into hlsenc

2016-08-14 Thread Steven Liu
2016-08-11 23:04 GMT+08:00 Steven Liu : > When ffmpeg exit by exception, start a new ffmpeg will cover the old > segment list, add this flag can continue append the new segments into old > hls segment list > > Signed-off-by: LiuQi > --- > doc/muxers.texi | 4 > libavformat/hlsenc.c |

Re: [FFmpeg-devel] [PATCH] add append_list flag into hlsenc

2016-08-14 Thread Steven Liu
2016-08-11 23:04 GMT+08:00 Steven Liu : > When ffmpeg exit by exception, start a new ffmpeg will cover the old > segment list, add this flag can continue append the new segments into old > hls segment list > > Signed-off-by: LiuQi > --- > doc/muxers.texi | 4 > libavformat/hlsenc.c |

Re: [FFmpeg-devel] [PATCH] ffmpeg/qsv: fix QSV-accelerated transcode performance drop issue

2016-08-14 Thread Michael Niedermayer
On Mon, Aug 15, 2016 at 09:24:42AM +0800, Jun Zhao wrote: > ping? ccing maintainer, so he doesnt miss that ping [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Awnsering whenever a program halts or runs forever is On a turing machine, in general impossible (tur

Re: [FFmpeg-devel] [PATCH v2 3/5] avcodec/bsf: Add list BSF API

2016-08-14 Thread Michael Niedermayer
On Fri, Aug 05, 2016 at 02:00:25PM +0200, sebechlebsky...@gmail.com wrote: > From: Jan Sebechlebsky > > --- > Changes from last version: > - fixed doxygen comments > - added av_bsf_list_append2() function > - changed names of array and length fields to follow naming convention > - idx and fl

Re: [FFmpeg-devel] [PATCH] ffmpeg/qsv: fix QSV-accelerated transcode performance drop issue

2016-08-14 Thread Jun Zhao
ping? On 2016/8/11 15:59, Jun Zhao wrote: ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Subject: [PATCH] libavcodec/qsvdec_h2645.c: switch to the new BSF API

2016-08-14 Thread Michael Niedermayer
On Sun, Aug 14, 2016 at 07:17:56PM +0300, Ivan Uskov wrote: > > Hello Michael, > > Sunday, August 7, 2016, 8:18:54 PM, you wrote: > > > On Sun, Jul 24, 2016 at 10:05:27PM +0300, Ivan Uskov wrote: > >> Hello All, > >> > >> This patch applies same changes as commit > >> e3dfef8e3c85a64dbe6388117

Re: [FFmpeg-devel] [PATCH 1/1] All sun4 machines are SPARCs, not just sun4u

2016-08-14 Thread Michael Niedermayer
On Sun, Aug 14, 2016 at 06:23:40PM +, Maya Rashish wrote: > Allow building on sun4v > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied btw i assume you have access to such a machine ? if so, would it be possible to set up a fate client on such a machine so ffmp

[FFmpeg-devel] [PATCH v5 10/11] avformat/fifo: Add AVFMT_FLAG_NONBLOCK support

2016-08-14 Thread sebechlebskyjan
From: Jan Sebechlebsky Add support for nonblocking calls. Signed-off-by: Jan Sebechlebsky --- No changes since the last version of the patch, just rebased because of changes in previous patch. libavformat/fifo.c | 61 -- 1 file changed, 55

[FFmpeg-devel] [PATCH v8 01/11] avformat: Add fifo pseudo-muxer

2016-08-14 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- Changes since the last version of the patch: - Fixed documentation (apart from the Marton's suggestions I've also changed example, since it used block_on_overflow option from the earlier version of patch) - Changed max_recovery_

Re: [FFmpeg-devel] [PATCH v7 01/11] avformat: Add fifo pseudo-muxer

2016-08-14 Thread Jan Sebechlebsky
On 08/14/2016 08:12 PM, Marton Balint wrote: [...] +@item max_recovery_attempts +Sets maximum number of successive unsucessful recovery attempts after which +the output fails permanently. Unlimited if set to zero. Default value is 16. Maybe it's just me, but I'd set this to unlimited by

Re: [FFmpeg-devel] [PATCH v7 01/11] avformat: Add fifo pseudo-muxer

2016-08-14 Thread Jan Sebechlebsky
On 08/14/2016 08:19 PM, Timothy Gu wrote: On Sun, Aug 14, 2016 at 11:12 AM Marton Balint wrote: On Thu, 11 Aug 2016, sebechlebsky...@gmail.com wrote: +@anchor tee I still get error when building the docs: doc/muxers.texi:1531: @anchor expected braces doc/muxers.texi:1443: @ref reference to

[FFmpeg-devel] [PATCH] avcodec: wrapped avframe for audio

2016-08-14 Thread Paul B Mahol
Hi, patch attached. 0001-avcodec-wrapped-avframe-for-audio.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH v7 01/11] avformat: Add fifo pseudo-muxer

2016-08-14 Thread Timothy Gu
On Sun, Aug 14, 2016 at 11:12 AM Marton Balint wrote: > On Thu, 11 Aug 2016, sebechlebsky...@gmail.com wrote: > > +@anchor tee > > I still get error when building the docs: > > doc/muxers.texi:1531: @anchor expected braces > doc/muxers.texi:1443: @ref reference to nonexistent node `tee' > make: *

Re: [FFmpeg-devel] [PATCH 3/3] avformat: fix decoded creation_time timestamps

2016-08-14 Thread Marton Balint
On Fri, 1 Jul 2016, Marton Balint wrote: Use proper ISO 8601 timestamps which also signal that they are in UTC. This changes the format of creation_time and modification_date metadata values from 2016-06-01 22:30:00 to 2016-01-01T22:30:00.00Z Fixes ticket #5673. I'd like to apply this

[FFmpeg-devel] [PATCH 1/1] All sun4 machines are SPARCs, not just sun4u

2016-08-14 Thread Maya Rashish
Allow building on sun4v --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bff8159..9b92426 100755 --- a/configure +++ b/configure @@ -4212,7 +4212,7 @@ case "$arch" in sh4|sh) arch="sh4" ;; -sun4u|sparc*) +sun4*

Re: [FFmpeg-devel] [PATCHv2 2/3] avformat: factorize iso 8601 timestamp writer to a dictionary avutil function

2016-08-14 Thread Marton Balint
On Mon, 11 Jul 2016, Marton Balint wrote: On Sat, 2 Jul 2016, James Almer wrote: On 7/2/2016 7:10 PM, Marton Balint wrote: Signed-off-by: Marton Balint --- libavformat/internal.h | 1 + libavformat/utils.c| 16 ++-- libavutil/dict.c | 17 + libavuti

Re: [FFmpeg-devel] [PATCH 2/2] MAINTAINERS: Add myself as maintainer of fifo muxer

2016-08-14 Thread Marton Balint
On Mon, 25 Jul 2016, sebechlebsky...@gmail.com wrote: From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6d4c9f9..0e66170 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -164,6 +164,7 @@ Cod

Re: [FFmpeg-devel] [PATCH v7 01/11] avformat: Add fifo pseudo-muxer

2016-08-14 Thread Marton Balint
On Thu, 11 Aug 2016, sebechlebsky...@gmail.com wrote: From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- Changes since the last version of the patch: - Fixed thread include (old patch included pthread.h directly) [...] --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1436,6 +1436,

Re: [FFmpeg-devel] [REMINDER] VideoLAN Dev Days 2016

2016-08-14 Thread compn
On Fri, 12 Aug 2016 12:01:58 +0200 Thilo Borgmann wrote: > Hi! > > Am 09.08.16 um 23:01 schrieb Jean-Baptiste Kempf: > > My fellow members of the ffmpeg development community, > > > > As it is now customary, I'd like to invite you to VideoLAN Dev Days > > 2016, on the 1st week-end of September:

Re: [FFmpeg-devel] [PATCH] avcodec: Remove libfaac, the internal AAC encoder is better

2016-08-14 Thread Rostislav Pehlivanov
On 14 August 2016 at 16:10, Carl Eugen Hoyos wrote: > Hi! > > Needs a corresponding news entry imo. > > Carl Eugen > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > As in the changelog or th

Re: [FFmpeg-devel] Subject: [PATCH] libavcodec/qsvdec_h2645.c: switch to the new BSF API

2016-08-14 Thread Ivan Uskov
Hello Michael, Sunday, August 7, 2016, 8:18:54 PM, you wrote: > On Sun, Jul 24, 2016 at 10:05:27PM +0300, Ivan Uskov wrote: >> Hello All, >> >> This patch applies same changes as commit >> e3dfef8e3c85a64dbe6388117303f5819fa3c6a2 >> of libav: instead obsolete AVBitStreamFilterContext now new A

[FFmpeg-devel] [PATCH] avfilter: add bitplanenoise filter

2016-08-14 Thread Paul B Mahol
Hi, patch attached. 0001-avfilter-add-bitplanenoise-filter.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec: Remove libfaac, the internal AAC encoder is better

2016-08-14 Thread Carl Eugen Hoyos
Hi! Needs a corresponding news entry imo. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec: Remove libfaac, the internal AAC encoder is better

2016-08-14 Thread Rostislav Pehlivanov
On 10 April 2016 at 16:38, Kieran Kunhya wrote: > --- > Changelog | 1 + > configure | 6 -- > doc/encoders.texi | 105 - > doc/ffserver.conf | 2 +- > doc/general.texi | 2 +- > doc/muxers.texi| 4 +- > doc/platform

Re: [FFmpeg-devel] [PATCH] libavcodec/mmaldec.c: add interlaced_frame and format struct to AVFrame for deinterlacing]

2016-08-14 Thread Jens Ziller
Am Samstag, den 13.08.2016, 13:16 +0200 schrieb Jens Ziller: > Am Freitag, den 12.08.2016, 17:12 +0200 schrieb Michael Niedermayer: > > > > On Sun, Jul 31, 2016 at 07:09:26PM +0200, Jens Ziller wrote: > > > > > > > > > Am Sonntag, den 31.07.2016, 16:33 +0100 schrieb Mark Thompson: > > > > > > >

Re: [FFmpeg-devel] [PATCH 4/4] lavf/mov: Add support for edit list parsing.

2016-08-14 Thread Clément Bœsch
On Wed, Aug 10, 2016 at 07:35:00PM -0700, Sasi Inguva wrote: [...] > +/** > + * Get ith edit list entry (media time, duration). > + */ > +static int get_edit_list_entry(MOVStreamContext *msc, msc should be marked as const > + unsigned int edit_list_index, > +

Re: [FFmpeg-devel] [PATCH 3/4] lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames after decoding based on the flag.

2016-08-14 Thread Clément Bœsch
On Tue, Aug 09, 2016 at 06:48:21PM -0700, Sasi Inguva wrote: [...] > +if ((frame->flags & AV_FRAME_FLAG_DISCARD) && > avctx->internal->skip_samples <= 0) { skip_samples can be negative? if so, that looks like a behaviour change we want documented if not, you probably want to check again

Re: [FFmpeg-devel] [PATCH v2 01/12] lavc/videotoolboxenc: Use shared pixel buffer pool

2016-08-14 Thread crossle song
on iOS when enter background got Could not get pixel buffer pool. error How about videotoolbox run on background? On Wed, Apr 27, 2016 at 12:00 AM, Richard Kern wrote: > > > On Apr 26, 2016, at 8:14 AM, Carl Eugen Hoyos wrote: > > > > Richard Kern gmail.com> writes: > > > static const enu

Re: [FFmpeg-devel] [PATCH] libavformat/http: add support for content_type option in listen mode

2016-08-14 Thread Michael Niedermayer
On Sat, Aug 13, 2016 at 02:42:43PM +0200, Nicolas George wrote: > Le quartidi 24 thermidor, an CCXXIV, Moritz Barsnick a écrit : > > Instead of silently ignoring the content_type option in listen mode, > > apply its value to the provided "Content-Type:" header. > > > > Signed-off-by: Moritz Barsni