Additional/Modified FATE tests improve code coverage from 63.7% to 98.1%.
Changed fate-suite sample files:
* filter/hdcd-encoding-errors.flac (1.3M) replaced by
filter/hdcd-encoding-errors2.flac (140K)
* filter/hdcd-mix.flac (2.2M) added
* filter/hdcd-fake20bit.flac (168K) added
* filter/hdcd.fl
On Sat, Dec 17, 2016 at 6:13 PM, Michael Niedermayer
wrote:
> On Sat, Dec 17, 2016 at 04:02:12PM -0700, pkoshe...@gmail.com wrote:
>> From: Pavel Koshevoy
>>
>> ---
>> tests/fate/video.mak| 3 +++
>> tests/ref/fate/mpeg2-ticket6024 | 27 +++
>> 2 files change
From: Pavel Koshevoy
---
tests/fate/video.mak| 3 +++
tests/ref/fate/mpeg2-ticket6024 | 27 +++
2 files changed, 30 insertions(+)
create mode 100644 tests/ref/fate/mpeg2-ticket6024
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index f893688..7636
2016-12-17 15:58 GMT+08:00 Robert Nagy :
> From 14da4c9610ac0cf257b2c28f21899e854592e646 Mon Sep 17 00:00:00 2001
> From: Jesper Ek
> Date: Wed, 7 Dec 2016 16:01:08 +0100
> Subject: [PATCH] Add initial program date time option (hls_init_prog_time)
>
> It is often useful to specify the initial pro
On Sat, Dec 17, 2016 at 04:02:12PM -0700, pkoshe...@gmail.com wrote:
> From: Pavel Koshevoy
>
> ---
> tests/fate/video.mak| 3 +++
> tests/ref/fate/mpeg2-ticket6024 | 27 +++
> 2 files changed, 30 insertions(+)
> create mode 100644 tests/ref/fate/mpeg2-ticke
On Thu, Dec 15, 2016 at 3:31 AM, Marton Balint wrote:
>
>
> On Wed, 14 Dec 2016, Pavel Koshevoy wrote:
>
>> On Wed, Dec 14, 2016 at 7:27 PM, Marton Balint wrote:
>>>
>>> Signed-off-by: Marton Balint
>>> ---
>>> libavfilter/af_atempo.c | 10 +++---
>>> 1 file changed, 7 insertions(+), 3 dele
From: Pavel Koshevoy
Steps to reproduce:
./ffmpeg_g -f s16be -i /dev/null -af atempo=0.5 -y /tmp/atempo.wav
---
libavfilter/af_atempo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/af_atempo.c b/libavfilter/af_atempo.c
index 59b08ec..a487882 100644
--- a/li
On Fri, Oct 14, 2016 at 01:31:12AM +0200, Michael Niedermayer wrote:
> On Thu, Oct 13, 2016 at 04:41:00PM +0200, Ståle Kristoffersen wrote:
> > On 2016-10-12 at 13:57, Carl Eugen Hoyos wrote:
> > > 2016-10-11 16:27 GMT+02:00 Michael Niedermayer :
> > >
> > > > also the img2 demuxer for mjpeg2000 f
From: Pavel Koshevoy
---
tests/fate/video.mak| 3 +++
tests/ref/fate/mpeg2-ticket6024 | 27 +++
2 files changed, 30 insertions(+)
create mode 100644 tests/ref/fate/mpeg2-ticket6024
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index f893688..b939
On Fri, Mar 25, 2016 at 02:07:22AM +0100, Michael Niedermayer wrote:
> On Fri, Mar 25, 2016 at 12:44:49AM +0100, Paul B Mahol wrote:
> > On 3/24/16, Paul B Mahol wrote:
> > > Hi,
> > >
> > > patch attached.
> > >
> >
> > Fixed version attached.
>
> confirmed
it seems this wasnt applied
any rea
On Mon, Oct 31, 2016 at 11:13:28AM -0400, Greg Rowe wrote:
> On 2016-10-18 2:20 PM, Michael Niedermayer wrote:
> >On Tue, Oct 18, 2016 at 12:46:56PM -0400, Greg Rowe wrote:
> >>>see
> >>>libavfilter/asrc_sine.c
> >>>this code should probably be reused / factored
> >>>(note, any code moving/factorin
On Sun, Oct 16, 2016 at 10:28:21AM -0400, jayri...@gmail.com wrote:
> From: Jay Ridgeway
>
> Support url_get_file_handle on TLS streams.
> ---
> libavformat/tls_gnutls.c | 7 +++
> libavformat/tls_openssl.c | 7 +++
> libavformat/tls_schannel.c| 7 +++
> liba
On Mon, Sep 19, 2016 at 04:25:29PM +0300, Erkki Seppälä wrote:
> Alternate groups previously always generated for ISO media files. With
> this addition client code can define track groups arbitrarily.
>
> Signed-off-by: Erkki Seppälä
> Signed-off-by: OZOPlayer
> ---
> libavcodec/avcodec.h | 11
On Mon, Sep 19, 2016 at 04:25:45PM +0300, Erkki Seppälä wrote:
> ---
> libavutil/Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavutil/Makefile b/libavutil/Makefile
> index 1e06176..731b852 100644
> --- a/libavutil/Makefile
> +++ b/libavutil/Makefile
> @@ -18,6 +18,7 @@ HEAD
On Mon, Sep 19, 2016 at 04:25:42PM +0300, Erkki Seppälä wrote:
> Added support for passing complex channel layout configuration as side
> packet data (AV_PKT_DATA_AUDIO_TRACK_CHANNEL_LAYOUT) to ISO media files
> as specified by ISO/IEC 14496-12. AVAudioTrackChannelLayout has the
> fields to setting
On Mon, Sep 19, 2016 at 04:25:23PM +0300, Erkki Seppälä wrote:
> Hello again!
>
> Here is the patch set version 3 with the goal of adding the following
> features to the ISO base media file format support of FFmpeg (also
> available at
> https://github.com/nokiatech/FFmpeg/tree/timed-metadata-v3):
On Thu, Dec 15, 2016 at 10:19:23AM -0700, pkoshe...@gmail.com wrote:
> From: Pavel Koshevoy
>
> The assumption that avcodec_send_packet makes regarding decoders
> consuming the entire packet is not true if the codec supports
> truncated decoding mode and the truncated flag is turned on.
>
> Step
On Mon, Oct 10, 2016 at 04:11:37PM +0800, 周晓勇 wrote:
> From 1fd9812dbd80fc4d8d856378b718189f50a68a6f Mon Sep 17 00:00:00 2001
> From: Zhou Xiaoyong
> Date: Mon, 10 Oct 2016 15:43:49 +0800
> Subject: [PATCH 7/7] avcodec/mips: version 1 of vc1dsp optimizations for
> loongson mmi
>
>
> ---
> liba
On Sat, Dec 17, 2016 at 03:16:30AM -0800, Thomas Turner wrote:
> Signed-off-by: Thomas Turner
> ---
> libavutil/Makefile | 1 +
> libavutil/tests/audio_fifo.c | 196 +
> tests/fate/libavutil.mak | 4 +
> tests/ref/fate/audio_fifo| 228
> +
Signed-off-by: Michael Niedermayer
---
doc/examples/decoder_targeted.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/examples/decoder_targeted.c b/doc/examples/decoder_targeted.c
index f254f603ee..e7e02b027e 100644
--- a/doc/examples/decoder_targeted.c
+++ b/doc/examples/decoder_targ
On Sat, Dec 17, 2016 at 03:23:05AM -0800, Thomas Turner wrote:
> Signed-off-by: Thomas Turner
> ---
> libavutil/tests/avstring.c | 25 -
> 1 file changed, 24 insertions(+), 1 deletion(-)
>
> diff --git a/libavutil/tests/avstring.c b/libavutil/tests/avstring.c
> index 1242
On Fri, 16 Dec 2016 19:04:33 +0100
Hendrik Leppkes wrote:
>
> IMHO this mutex should just generally go away, as you can simply lock
> externally if you need to, it feels rather ugly and hackish to add it
> here. Add to that Antons work to make hwaccel with threads fully
> synchronized to the cal
On Sat, Dec 17, 2016 at 03:39:02AM +, Erik Bråthen Solem wrote:
[...]
> @@ -491,7 +501,8 @@ static int mov_text_decode_frame(AVCodecContext *avctx,
>
> for (size_t i = 0; i < box_count; i++) {
> if (tsmb_type == box_types[i].type) {
> -if (m->
Signed-off-by: Thomas Turner
---
libavutil/tests/avstring.c | 25 -
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/libavutil/tests/avstring.c b/libavutil/tests/avstring.c
index 1242b3f..1e22b4f 100644
--- a/libavutil/tests/avstring.c
+++ b/libavutil/tests/av
Signed-off-by: Thomas Turner
---
libavutil/Makefile | 1 +
libavutil/tests/audio_fifo.c | 196 +
tests/fate/libavutil.mak | 4 +
tests/ref/fate/audio_fifo| 228 +++
4 files changed, 429 insertions(+)
From 8b7499f6ddb32bd1f9ee5f2413bf30664af58799 Mon Sep 17 00:00:00 2001
From: Jesper Ek
Date: Wed, 7 Dec 2016 15:56:33 +0100
Subject: [PATCH] Fig bug when incrementing initial_prog_date_time when
removing segments
initial_prog_date_time shouldn't be adjusted when deleting segments
from disk, but
26 matches
Mail list logo