index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set AVPacket.pos in MPEG-PS demuxer.
Michael Niedermayer
2010-02-02
1
-27
/
+27
*
Check pkt.pts against the recording time.
Michael Niedermayer
2010-02-01
2
-9
/
+9
*
Separate audio-only tests so they are only run once
Måns Rullgård
2010-01-30
28
-147
/
+32
*
Update regression tests after r21372
David Conrad
2010-01-21
4
-32
/
+32
*
regtest: split wma test into wmav1 and wmav2
Måns Rullgård
2010-01-16
5
-11
/
+11
*
regtest: split reference files allowing tests to run individually
Måns Rullgård
2010-01-16
137
-757
/
+757
*
regtest: suppress console output from tests
Måns Rullgård
2010-01-16
2
-5
/
+9
*
Do not split audio frames accross pes packets.
Baptiste Coudurier
2010-01-13
1
-1
/
+1
*
Insert null packets to keep pcr values correct, patch by Mike Scheutzow,
Mike Scheutzow
2010-01-13
2
-28
/
+28
*
10l, my last commit (r21001) broke regression tests.
Vitor Sessak
2010-01-02
2
-8
/
+8
*
Use common regression test functions in ffserver regression test script.
Diego Biurrun
2009-12-26
1
-1
/
+3
*
Replace ` ` syntax by $( ) in regression test shell scripts.
Diego Biurrun
2009-12-26
3
-12
/
+12
*
It appears that waveformatextensible is mandatory for more cases than
Michael Niedermayer
2009-12-18
2
-20
/
+20
*
Update ffm reference checksums as a result of r20869.
Jai Menon
2009-12-16
1
-1
/
+1
*
Add ROQ format regression test.
Reimar Döffinger
2009-12-12
3
-0
/
+13
*
Reduce the number of encoded frames for the dnxhd tests to 5.
Stefano Sabatini
2009-12-12
3
-27
/
+27
*
Update seek.regression.ref. This is due to r20758.
Jai Menon
2009-12-07
1
-15
/
+15
*
update seek regression ref due to r20674, packet size changed
Baptiste Coudurier
2009-12-01
1
-27
/
+27
*
Update libavformat regression reference checksum for ffm. This change is
Jai Menon
2009-11-26
1
-1
/
+1
*
update seek regression ref due to r20579, mp3 timestamps are adjusted
Baptiste Coudurier
2009-11-24
1
-30
/
+30
*
fix a rounding error in the PSNR calculation and update the many regression
Justin Ruggles
2009-11-09
3
-121
/
+121
*
Split codec-regression.sh again and create a lavfi-regression.sh for
Stefano Sabatini
2009-10-27
2
-22
/
+37
*
Split codec-regression.sh, and create the lavf-regression.sh script.
Stefano Sabatini
2009-10-24
2
-207
/
+222
*
Fix codectest
Måns Rullgård
2009-10-24
1
-1
/
+1
*
Split codec-regression.sh, put all the code which can be shared by
Stefano Sabatini
2009-10-23
2
-120
/
+127
*
Build extradata in adpcm_ms encoder.
Daniel Verkamp
2009-10-22
3
-31
/
+31
*
Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.
Reimar Döffinger
2009-10-20
2
-309
/
+326
*
Move up the $test variable definition, together with the other
Stefano Sabatini
2009-10-19
1
-1
/
+1
*
Give symbolic names to the positional parameters of the
Stefano Sabatini
2009-10-19
1
-5
/
+8
*
Align the seek regression test output for better readability.
Reimar Döffinger
2009-10-19
2
-3577
/
+3577
*
Replace seek test error return numbers by the corresponding E* strings.
Reimar Döffinger
2009-10-18
2
-165
/
+180
*
Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading...
Reimar Döffinger
2009-10-11
1
-1
/
+1
*
Add ALAC encoding and decoding regression tests.
Justin Ruggles
2009-10-06
3
-0
/
+13
*
wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of
Reimar Döffinger
2009-10-02
1
-12
/
+12
*
Fix seek regression test: several AVERROR(EIO) correctly changed to AVERROR_EOF.
Reimar Döffinger
2009-10-02
1
-10
/
+10
*
Make seek regression tests fit after previous get_buffer change.
Reimar Döffinger
2009-10-02
1
-24
/
+24
*
Use floating point mathematics when encoding mpeg audio.
Lasse Reinhold
2009-09-30
2
-8
/
+8
*
Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regression
Stefano Sabatini
2009-09-29
1
-1
/
+1
*
Fix md5 program invocation for BSD.
Michael Kostylev
2009-09-29
1
-1
/
+1
*
Make sure that dv encoder initializes all encoded packet data.
Reimar Döffinger
2009-09-29
3
-7
/
+7
*
Remove duplicated / stray code which slipped in with r20057.
Stefano Sabatini
2009-09-27
1
-16
/
+0
*
Get rid of "function" "keywords" in lavfilter testing code, hopefully will
Reimar Döffinger
2009-09-27
1
-2
/
+2
*
Implement a lavfitest target for testing regressions in libavfilter.
Stefano Sabatini
2009-09-27
1
-0
/
+38
*
regtest: do not write to /tmp/ffmpeg$$
Måns Rullgård
2009-09-21
1
-13
/
+5
*
Split dnxhd regression test so the parts can run in parallel
Måns Rullgård
2009-09-21
3
-7
/
+11
*
Use default sws_flags for dnxhd regression tests and also test the "-mbd rd"
Reimar Döffinger
2009-09-19
3
-16
/
+27
*
Update regression reference for DNxHD test update
Reimar Döffinger
2009-09-19
2
-8
/
+16
*
Change DNxHD regression tests to test both 720p and 1080i instead of just 1080i
Reimar Döffinger
2009-09-19
1
-1
/
+5
*
Change dnxhd regression tests for r19912 which fixed uninitialized data in
Reimar Döffinger
2009-09-18
2
-2
/
+2
*
update seek regression tests due to r19902
Baptiste Coudurier
2009-09-17
1
-12
/
+12
[next]