On date Saturday 2016-08-20 18:57:52 +0200, Michael Niedermayer encoded:
> On Sat, Aug 20, 2016 at 03:48:35PM +0200, Stefano Sabatini wrote:
> > On date Thursday 2016-05-19 18:45:35 +0200, Stefano Sabatini encoded:
> > > This is required since some softwares are not able to correctly recognize
> >
On Mon, Aug 15, 2016 at 12:38:36PM +0200, sebechlebsky...@gmail.com wrote:
> From: Jan Sebechlebsky
>
> Add custom item name function for bsf list, which will
> construct string description of filter chain. This is
> done using lazy-initialization, so there is no overhead
> if item name is never
On Tue, Aug 09, 2016 at 02:00:24PM +0200, sebechlebsky...@gmail.com wrote:
[...]
>
> @@ -506,13 +481,32 @@ static int tee_write_packet(AVFormatContext *avf,
> AVPacket *pkt)
> av_packet_rescale_ts(&pkt2, tb, tb2);
> pkt2.stream_index = s2;
>
> -if ((ret = av_apply_b
On Sun, Aug 21, 2016 at 01:03:02PM +0800, Steven Liu wrote:
> Fix unused *duration*
> remove the #EXT-X-ENDLIST and #EXT-X-TARGETDURATION tags,
> keep intened with hls->duratin, hls->start_pos, hls->size.
>
>
>
> When ffmpeg exit by exception, start a new ffmpeg will
> cover the old segment list
On Sun, Aug 21, 2016 at 09:32:31AM +0300, Станислав Долганов wrote:
> Sorry, I forgot to return ok from encode init. Here updated patch.
>
> 2016-08-20 23:44 GMT+03:00 Michael Niedermayer :
>
> > On Sat, Aug 20, 2016 at 11:01:29PM +0300, Станислав Долганов wrote:
> > > Fixed it.
> >
> > breaks fa
On Sun, Aug 21, 2016 at 10:44:27AM +0200, Stefano Sabatini wrote:
> On date Saturday 2016-08-20 18:57:52 +0200, Michael Niedermayer encoded:
> > On Sat, Aug 20, 2016 at 03:48:35PM +0200, Stefano Sabatini wrote:
> > > On date Thursday 2016-05-19 18:45:35 +0200, Stefano Sabatini encoded:
> > > > This
On Sat, Aug 20, 2016 at 11:47 AM, Michael Niedermayer
wrote:
> dts are decode timestamps, that is for video thats when a packet
OK, something like this?
+AV_CODEC_ID_SCTE_35,/**< Contain no valid time stamp in DTS PTS
of avpacket, avpacket data contain time stamp
+
On Fri Aug 5 14:15:19 EEST 2016, Michael Niedermayer wrote:
> to me it sounds more natural without "the" but english aint my area
Changed.
> either way the patch overall looks nice (i didnt deeply review)
> Acked-by: Michael
Thanks. Pushed.
Timothy
__
On 08/21/2016 02:57 PM, Michael Niedermayer wrote:
On Tue, Aug 09, 2016 at 02:00:24PM +0200, sebechlebsky...@gmail.com wrote:
[...]
@@ -506,13 +481,32 @@ static int tee_write_packet(AVFormatContext *avf, AVPacket *pkt)
av_packet_rescale_ts(&pkt2, tb, tb2);
pkt2.stream_in
On Sun, Aug 21, 2016 at 09:55:27AM -0700, Carlos Fernandez Sanz wrote:
> On Sat, Aug 20, 2016 at 11:47 AM, Michael Niedermayer
> wrote:
>
> > dts are decode timestamps, that is for video thats when a packet
>
> OK, something like this?
>
> +AV_CODEC_ID_SCTE_35,/**< Contain no valid time sta
2016-08-21 21:30 GMT+08:00 Michael Niedermayer :
> On Sun, Aug 21, 2016 at 01:03:02PM +0800, Steven Liu wrote:
> > Fix unused *duration*
> > remove the #EXT-X-ENDLIST and #EXT-X-TARGETDURATION tags,
> > keep intened with hls->duratin, hls->start_pos, hls->size.
> >
> >
> >
> > When ffmpeg exit by
---
libavutil/pixdesc.h | 194 ++--
1 file changed, 97 insertions(+), 97 deletions(-)
diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h
index 3b0bcdb..a8ad588 100644
--- a/libavutil/pixdesc.h
+++ b/libavutil/pixdesc.h
@@ -173,78 +173,6 @@ typed
This way, Doxygen is happier as aliases are now grouped together, and
it never handled #define's in an enum well in the first place.
Y400A already exists as an enum assignment.
---
libavutil/pixfmt.h | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/libavutil/pixfmt.h b/li
---
libavcodec/dnxhdenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/dnxhdenc.c b/libavcodec/dnxhdenc.c
index d8289a4..88edd6b 100644
--- a/libavcodec/dnxhdenc.c
+++ b/libavcodec/dnxhdenc.c
@@ -324,7 +324,7 @@ static av_cold int dnxhd_encode_init(AVCodecContext
On Sun, Aug 21, 2016 at 05:09:01PM -0700, Timothy Gu wrote:
> -#define AV_PIX_FMT_XVMC AV_PIX_FMT_XVMC_MPEG2_IDCT
> +AV_PIX_FMT_XVMC = AV_PIX_FMT_XVMC_MPEG2_IDCT,
I don't think this constitutes an API break, but comments are welcome.
Timothy
___
ffm
On Sun, Aug 21, 2016 at 05:07:49PM -0700, Mark Reid wrote:
> ---
> libavcodec/dnxhdenc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
applied
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If you drop bombs on a foreign country and kill a hundr
---
tests/fate/vcodec.mak| 18 +-
tests/ref/vsynth/vsynth1-dnxhd-hr-hq-mov | 4
tests/ref/vsynth/vsynth1-dnxhd-hr-lb-mov | 4
tests/ref/vsynth/vsynth1-dnxhd-hr-sq-mov | 4
tests/ref/vsynth/vsynth2-dnxhd-hr-hq-mov | 4
17 matches
Mail list logo