summaryrefslogtreecommitdiff
path: root/tests/ffserver.regression.ref
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ffserver programRostislav Pehlivanov2018-01-061-11/+0
| | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* tests/ffserver.regression.ref: update checksums to what ffserver currently ↵Michael Niedermayer2017-10-251-5/+5
| | | | | | produces Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/ffserver.regression.ref: Update ffserver checksumsMichael Niedermayer2016-12-011-2/+2
| | | | | | | They have changed due to 122190392b297b7cd9783641d880df887fd80d07 Reviewed-by: "Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* ffserver: fix broken HTML on generated status pageReynaldo H. Verdejo Pinochet2016-11-301-1/+1
| | | | | | Dropped incompatible/obsoleted HTML tag attributes Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
* ffserver: use codec time_base for streamAndreas Cadhalpun2016-11-301-4/+4
| | | | | | | This fixes producing swf and rm files as done by ffservertest. Reviewed-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* ffserver: Add client requested urls to the status pageMichael Niedermayer2016-11-301-1/+1
| | | | | | | Fixes Ticket3791 Reviewed-by: "Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/ffserver-regression: Check the status page tooMichael Niedermayer2016-11-291-0/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/ffserver.regression.ref: update ffserver checksumsMichael Niedermayer2016-11-291-10/+10
| | | | | Reviewed-by: "Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* update ffserver regression refBaptiste Coudurier2009-03-211-7/+7
| | | | Originally committed as revision 18105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier2008-06-221-8/+8
| | | | Originally committed as revision 13856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_seek_frame to flush demxu pending packets, fixes seeking, should have ↵Baptiste Coudurier2008-06-221-9/+9
| | | | | | been done when av_find_stream_info was added Originally committed as revision 13855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update reg ref due to r13851Baptiste Coudurier2008-06-211-4/+4
| | | | Originally committed as revision 13852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reset reading state after successful seek.Baptiste Coudurier2008-06-071-2/+2
| | | | Originally committed as revision 13682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update regressions tests, should be stable nowBaptiste Coudurier2008-05-301-9/+9
| | | | Originally committed as revision 13550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the server regression test (it produced for me identical results in more ↵Alex Beregszaszi2007-02-221-10/+10
| | | | | | runs, really). Originally committed as revision 8074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update checksum to match latest ASF patchGuillaume Poirier2006-10-061-2/+2
| | | | Originally committed as revision 6566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-181-2/+2
| | | | | | umovimus at gmail dot com Originally committed as revision 6022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ffserver regression tests:Aurelien Jacobs2006-03-091-10/+10
| | | | | | | | | - really produce readable files (instead of 0 byte files or headers only) - use bitexact, fastint dct, simple idct and qscale - gives consistent results across several archs - still fails on altivec ppc Originally committed as revision 5129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't try to test streams which are commented out in test.confAurelien Jacobs2006-02-261-2/+0
| | | | Originally committed as revision 5068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get ride of perl and sort in ffserver regtest (and avoid problem with ↵Aurelien Jacobs2006-02-231-7/+7
| | | | | | behavior of sort changing with locales) Originally committed as revision 5058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update ffserver.regression.ref to the actual md5 valuesAurelien Jacobs2006-02-231-10/+10
| | | | Originally committed as revision 5057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updated regression referenceAlex Beregszaszi2005-11-131-10/+10
| | | | Originally committed as revision 4699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enabling ffserver regression testsMichael Niedermayer2005-07-181-12/+12
| | | | | | note, none of the files is playable but this test should help against further breakage unless of course the checksums depend upon something they shouldnt Originally committed as revision 4456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updateFabrice Bellard2003-09-161-12/+12
| | | | Originally committed as revision 2288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* up to date regression testsFabrice Bellard2003-08-241-44/+12
| | | | Originally committed as revision 2154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Making AVI encoding predictable (all JUNK chunks are filled with 0)Roman Shaposhnik2003-04-241-26/+26
| | | | | | | * Updating regression refs * Making server-regression.sh work on Solaris Originally committed as revision 1818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Actually make the sort function do some sorting (data needs to be on own ↵Philip Gladstone2003-04-151-27/+27
| | | | | | | | lines) * Revise the regression results Originally committed as revision 1776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* These are my values and seem pretty stable. YMMVPhilip Gladstone2003-04-121-12/+44
| | | | Originally committed as revision 1765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-04-081-3/+3
| | | | Originally committed as revision 1741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allways test ffserver too by defaultMichael Niedermayer2003-03-261-12/+12
| | | | | | update ffserver regression checksums (this has been forgotten several times in the past, lets hope no bugs where introduced during that lazyness...) Originally committed as revision 1705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression checksums change cuz of motion estimation changes 10min agoMichael Niedermayer2003-01-011-8/+8
| | | | Originally committed as revision 1385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 rounding fixMichael Niedermayer2003-01-011-2/+2
| | | | Originally committed as revision 1383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ooops forgot this (ffserver regression checksums update after motion ↵Michael Niedermayer2002-12-291-7/+7
| | | | | | estimation changes) Originally committed as revision 1374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Updated as a result of changes to the rate change code in ffmpegPhilip Gladstone2002-12-251-10/+10
| | | | Originally committed as revision 1362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First shot at the ffserver regression tests. All feedback received withPhilip Gladstone2002-12-121-0/+12
interest Originally committed as revision 1336 to svn://svn.ffmpeg.org/ffmpeg/trunk