Signed-off-by: Thomas Turner
---
libavcodec/Makefile | 1 +
libavcodec/tests/celp_math.c | 22 ++
tests/fate/libavcodec.mak| 5 +
3 files changed, 28 insertions(+)
create mode 100644 libavcodec/tests/celp_math.c
diff --git a/libavcodec/Makefile b
On Thu, Mar 23, 2017 at 6:34 AM, Michael Niedermayer wrote:
>
> On Thu, Mar 23, 2017 at 02:18:53AM -0700, Thomas Turner wrote:
> > Signed-off-by: Thomas Turner
> > ---
> > libavcodec/Makefile | 1 +
> > libavcodec/tests/celp_math.c | 22
Signed-off-by: Thomas Turner
---
libavcodec/Makefile | 1 +
libavcodec/tests/celp_math.c | 48
tests/fate/libavcodec.mak| 5 +
3 files changed, 54 insertions(+)
create mode 100644 libavcodec/tests/celp_math.c
diff --git a
Reference file location:
https://www.dropbox.com/s/zeq3wyqbjkvy8ny/filter-owdenoise-sample?dl=0
Signed-off-by: Thomas Turner
---
tests/fate/filter-video.mak | 6 ++
1 file changed, 6 insertions(+)
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index b067cc1
Reference found at: http://bit.ly/2ogQygb
Signed-off-by: Thomas Turner
---
tests/fate/filter-video.mak | 7 +++
1 file changed, 7 insertions(+)
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index b067cc1..a154dd2 100644
--- a/tests/fate/filter-video.mak
+++ b/tests
Reference found at: http://bit.ly/2ogQygb
Signed-off-by: Thomas Turner
---
tests/fate/filter-video.mak | 7 +++
1 file changed, 7 insertions(+)
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index b067cc1..b4661c1 100644
--- a/tests/fate/filter-video.mak
+++ b/tests
On Fri, Mar 31, 2017 at 2:49 AM, Michael Niedermayer wrote:
> On Thu, Mar 30, 2017 at 07:14:42PM -0700, Thomas Turner wrote:
> > Reference found at: http://bit.ly/2ogQygb
> >
> > Signed-off-by: Thomas Turner
> > ---
> > tests/fate/filter-video.mak | 7 +++
it works, i'll send in patch with smaller reference
On Sun, Apr 2, 2017 at 2:56 PM, Michael Niedermayer
wrote:
> On Sun, Apr 02, 2017 at 02:09:20PM -0700, Thomas Turner wrote:
> > On Fri, Mar 31, 2017 at 2:49 AM, Michael Niedermayer
> > > wrote:
> >
> > &
Reference found at: http://bit.ly/2ogQygb
Signed-off-by: Thomas Turner
---
tests/fate/filter-video.mak | 7 +++
1 file changed, 7 insertions(+)
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index b067cc1..b40422a 100644
--- a/tests/fate/filter-video.mak
+++ b/tests
On Apr 2, 2017 5:21 PM, "Michael Niedermayer"
wrote:
On Sun, Apr 02, 2017 at 03:27:57PM -0700, Thomas Turner wrote:
> Reference found at: http://bit.ly/2ogQygb
>
> Signed-off-by: Thomas Turner
> ---
> tests/fate/filter-video.mak | 7 +++
> 1 file changed, 7 i
code coverage for av_fifo_grow(...), av_fifo_generic_peek(...)
---
libavutil/Makefile | 1 +
libavutil/tests/fifo2.c | 3 ++-
tests/fate/libavutil.mak | 4
tests/ref/fate/fifo2 | 3 +++
4 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 tests/ref/fate/fifo2
diff
code coverage for av_fifo_grow(...), av_fifo_generic_peek(...)
Modified the folling files to get the selftest program to compile with:
"make fate-fifo2"
---
libavutil/Makefile | 1 +
libavutil/tests/fifo2.c | 3 ++-
tests/fate/libavutil.mak | 4
tests/ref/fate/fifo2 | 3 +++
4 fil
Fixed trailing whitespace in fifo2.c selftest and fifo2 reference file that
prevented the patch from being applied cleanly to git master
---
libavutil/tests/fifo2.c | 17 +
tests/ref/fate/fifo2| 6 +++---
2 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/libavu
Code coverage for av_fifo_generic_peek(...) and av_fifo_grow(...) .
---
libavutil/tests/fifo2.c | 77 +
1 file changed, 77 insertions(+)
create mode 100644 libavutil/tests/fifo2.c
diff --git a/libavutil/tests/fifo2.c b/libavutil/tests/fifo2.c
new f
Tested functions: av_fifo_generic_peek(), av_fifo_grow()
---
libavutil/tests/fifo.c | 32 +++-
tests/ref/fate/fifo| 43 +++
2 files changed, 74 insertions(+), 1 deletion(-)
diff --git a/libavutil/tests/fifo.c b/libavutil/test
Tested functions: av_fifo_generic_peek(), av_fifo_grow()
Signed-off-by: Thomas Turner
---
libavutil/tests/fifo.c | 39 +--
tests/ref/fate/fifo| 43 +++
2 files changed, 80 insertions(+), 2 deletions(-)
diff --git a
Added test for libavcodec/avpacket.c
Function(s) tested: av_packet_clone()
Signed-off-by: Thomas Turner
---
libavcodec/Makefile | 3 +-
libavcodec/tests/avpacket.c | 115
tests/fate/libavcodec.mak | 5 ++
3 files changed, 122 insertions
Improved code coverage for libavcodec.
Function(s) Tested: av_packet_clone().
Signed-off-by: Thomas Turner
---
libavcodec/Makefile | 3 +-
libavcodec/tests/avpacket.c | 185
tests/fate/libavcodec.mak | 5 ++
3 files changed, 192
Improved code coverage for libavcodec
Function(s) Tested: av_packet_clone()
Signed-off-by: Thomas Turner
---
libavcodec/Makefile | 3 +-
libavcodec/tests/avpacket.c | 254
tests/fate/libavcodec.mak | 5 +
3 files changed, 261 insertions
ints out the all the contents of the original and cloned
AVPackets.
Signed-off-by: Thomas Turner
---
libavcodec/Makefile | 3 ++-
libavcodec/tests/avpacket | Bin 0 -> 70467 bytes
tests/fate/libavcodec.mak | 5 +
3 files changed, 7 insertions(+), 1 deletion(-)
create mode
ints out the all the contents of the original and cloned
AVPackets.
Signed-off-by: Thomas Turner
---
libavcodec/Makefile | 3 +-
libavcodec/tests/avpacket.c | 303
tests/fate/libavcodec.mak | 5 +
3 files changed, 310 insertions(+), 1 dele
Function(s) Tested: av_packet_clone().
This test checks if av_packet_clone() can successfully make a copy of an
AVPacket. Compares all data members in AVPacket EXCEPT for "buf" because "buf"
is
initialized to NIL in the original AVPacket [to be cloned].
Signed-o
Signed-off-by: Thomas Turner
---
libavcodec/Makefile | 3 +-
libavcodec/tests/avpacket.c | 134
tests/fate/libavcodec.mak | 5 ++
3 files changed, 141 insertions(+), 1 deletion(-)
create mode 100644 libavcodec/tests/avpacket.c
diff
Signed-off-by: Thomas Turner
---
libavcodec/Makefile | 3 +-
libavcodec/tests/avpacket.c | 128
tests/fate/libavcodec.mak | 5 ++
3 files changed, 135 insertions(+), 1 deletion(-)
create mode 100644 libavcodec/tests/avpacket.c
diff
Signed-off-by: Thomas Turner
---
libavutil/Makefile | 1 +
libavutil/tests/audio_fifo.c | 210 +++
tests/fate/libavutil.mak | 4 +
tests/ref/fate/audio_fifo| 228 +++
4 files changed, 443 insertions
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
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
Signed-off-by: Thomas Turner
---
libavutil/tests/avstring.c | 26 +-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/libavutil/tests/avstring.c b/libavutil/tests/avstring.c
index 1242b3f..290b170 100644
--- a/libavutil/tests/avstring.c
+++ b/libavutil/tests
Signed-off-by: Thomas Turner
---
libavutil/Makefile | 1 +
libavutil/tests/audio_fifo.c | 195
tests/fate/libavutil.mak | 4 +
tests/ref/fate/audio_fifo| 228 +++
4 files changed, 428 insertions
Signed-off-by: Thomas Turner
---
libavutil/tests/random_seed.c | 36 +---
tests/ref/fate/random_seed| 1 +
2 files changed, 22 insertions(+), 15 deletions(-)
diff --git a/libavutil/tests/random_seed.c b/libavutil/tests/random_seed.c
index ebe9b3e..ffcb74d
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
Signed-off-by: Thomas Turner
---
libavutil/tests/random_seed.c | 40
tests/ref/fate/random_seed| 1 +
2 files changed, 25 insertions(+), 16 deletions(-)
diff --git a/libavutil/tests/random_seed.c b/libavutil/tests/random_seed.c
index ebe9b3e
Niedermayer wrote:
On Tue, Dec 20, 2016 at 04:53:51PM -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
Yes, you're correct. I'll look over the test and make sure there isn't
anymore bugs before sending in the patch. Thanks
On Dec 21, 2016 6:28 PM, "James Almer" wrote:
On 12/21/2016 11:22 PM, Thomas Turner wrote:
> yeah, currently taking a look.
i
Signed-off-by: Thomas Turner
---
libavutil/tests/random_seed.c | 34 +-
tests/ref/fate/random_seed| 1 +
2 files changed, 22 insertions(+), 13 deletions(-)
diff --git a/libavutil/tests/random_seed.c b/libavutil/tests/random_seed.c
index ebe9b3e..fcd68bc
Signed-off-by: Thomas Turner
---
libavutil/tests/audio_fifo.c | 181 ---
tests/ref/fate/audio_fifo| 34 +++-
2 files changed, 130 insertions(+), 85 deletions(-)
diff --git a/libavutil/tests/audio_fifo.c b/libavutil/tests/audio_fifo.c
index
Prevents memory leak when read_samples_from_audio_fifo() is
called more than once by deallocating before reallocating
more memory.
Fixes space indentation for contents in ERROR().
Signed-off-by: Thomas Turner
---
libavutil/tests/audio_fifo.c | 20 ++--
1 file changed, 14
Signed-off-by: James Almer
Signed-off-by: Thomas Turner
---
libavutil/tests/audio_fifo.c | 22 +-
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/libavutil/tests/audio_fifo.c b/libavutil/tests/audio_fifo.c
index 34c8573..9dc6054 100644
--- a/libavutil/tests
Signed-off-by: Thomas Turner
---
libavutil/tests/audio_fifo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavutil/tests/audio_fifo.c b/libavutil/tests/audio_fifo.c
index 2cef6f0..861cebb 100644
--- a/libavutil/tests/audio_fifo.c
+++ b/libavutil/tests/audio_fifo.c
Signed-off-by: Thomas Turner
---
libavutil/Makefile| 1 +
libavutil/tests/aes_ctr.c | 70 +++
tests/fate/libavutil.mak | 5
3 files changed, 76 insertions(+)
create mode 100644 libavutil/tests/aes_ctr.c
diff --git a/libavutil/Makefile
On Dec 30, 2016 4:48 AM, "Clément Bœsch" wrote:
On Fri, Dec 30, 2016 at 01:36:35AM -0800, Thomas Turner wrote:
[...]
> +const DECLARE_ALIGNED(8, uint8_t, plain)[] = {
> +0x6d, 0x6f, 0x73, 0x74, ' ', 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d
> +};
"most ra
Signed-off-by: Thomas Turner
---
libavutil/tests/atomic.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/libavutil/tests/atomic.c b/libavutil/tests/atomic.c
index c92f220..e41bf5a 100644
--- a/libavutil/tests/atomic.c
+++ b/libavutil/tests/atomic.c
@@ -21,7 +21,9
Signed-off-by: Thomas Turner
---
libavutil/Makefile| 1 +
libavutil/tests/aes_ctr.c | 65 +++
tests/fate/libavutil.mak | 5
3 files changed, 71 insertions(+)
create mode 100644 libavutil/tests/aes_ctr.c
diff --git a/libavutil/Makefile
Signed-off-by: Thomas Turner
---
libavutil/tests/audio_fifo.c | 30 +++---
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/libavutil/tests/audio_fifo.c b/libavutil/tests/audio_fifo.c
index 861cebb..e107166 100644
--- a/libavutil/tests/audio_fifo.c
+++ b
file can be found at:
https://drive.google.com/file/d/0B2asIA9Y3hy4eVEwWEI3WmhJRUk/view?usp=sharing
Signed-off-by: Thomas Turner
---
tests/fate/demux.mak| 3 +
tests/ref/fate/flv-demux-ontextdata | 559
2 files changed, 562 insertions
If als_07_2ch192k32bF.mp4 isn't already located in fate-suite/lossless-audio/,
you can download at:
http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_14496-26_2010_Bitstreams/DVD1/mpeg4audio-conformance/compressedMp4/als_07_2ch192k32bF.mp4
Signed-off-by: Thomas Turner
---
nd at:
https://dl.dropboxusercontent.com/u/1519724/als_07_2ch192k32bF.f32
Signed-off-by: Thomas Turner
---
tests/fate/als.mak | 4
1 file changed, 4 insertions(+)
diff --git a/tests/fate/als.mak b/tests/fate/als.mak
index ff2badf..1f4c88f 100644
--- a/tests/fate/als.mak
+++ b/tests
close to 1.
Information on CS can be found here:
http://www.stata-journal.com/sjpdf.html?articlenum=st0264
http://www.originlab.com/doc/Origin-Help/NormalityTest-Algorithm
Signed-off-by: Thomas Turner
---
libavutil/tests/lfg.c| 125 +--
tests/fate
close to 1.
Information on CS can be found here:
http://www.stata-journal.com/sjpdf.html?articlenum=st0264
http://www.originlab.com/doc/Origin-Help/NormalityTest-Algorithm
Signed-off-by: Thomas Turner
---
libavutil/tests/lfg.c| 170 ++--
tests/fate/libavutil.mak |4 +
tests/ref/fate
On 02/17/2017 02:15 PM, Michael Niedermayer wrote:
> On Thu, Feb 16, 2017 at 08:29:38PM -0800, Thomas Turner wrote:
>> The Chen-Shapiro(CS) test was used to test normality for
>> Lagged Fibonacci PRNG.
>>
>> Normality Hypothesis Test:
>>
>> The null hypo
On Wed, Feb 22, 2017 at 2:16 PM, Michael Niedermayer wrote:
> oops forgot to reply to all, this one went only to thomas by mistake
>
> On Tue, Feb 21, 2017 at 08:12:57PM -0800, Thomas Turner wrote:
> >
> >
> > On 02/17/2017 02:15 PM, Michael Niedermayer wrote:
> >
, Michael Niedermayer wrote:
> On Fri, Feb 24, 2017 at 07:13:05PM -0800, Thomas Turner wrote:
> [...]
> > ccache gcc -m32 -c -o /tmp/ffconf.2gbznSmZ.o /tmp/ffconf.72hnkFGt.c
> > ./configure: 884: ./configure: ccache: not found
> > C compiler test failed
On Mar 6, 2017 11:47 PM, "Carl Eugen Hoyos" wrote:
2017-03-07 6:36 GMT+01:00 Thomas Turner :
> ./configure command worked without ccache:
>
> ./configure --enable-debug=3 --arch=x86_32 --target-os=linux
> --extra-cflags=-m32 --extra-ldflags=-m32 --enable-cross-compile
&g
close to 1.
Information on CS can be found here:
http://www.stata-journal.com/sjpdf.html?articlenum=st0264
http://www.originlab.com/doc/Origin-Help/NormalityTest-Algorithm
Signed-off-by: Thomas Turner
---
libavutil/tests/lfg.c| 164 +++-
tests/fate/libavutil.mak |4 +
tests/ref/fate
54 matches
Mail list logo