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 |
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 |
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
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
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
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
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
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
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_
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
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
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
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: *
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
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*
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
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
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,
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:
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
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
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
Hi!
Needs a corresponding news entry imo.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
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
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:
> > > >
> > >
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,
> +
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
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
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
29 matches
Mail list logo