summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/fate-run.sh: Cat .err file in case of error with V>0Michael Niedermayer2014-09-241-0/+1
* avcodec/asvenc: fix AAN scalingMichael Niedermayer2014-09-238-64/+64
* tests/utils: make arguments const that arent changedMichael Niedermayer2014-09-191-3/+3
* fate: add fate-filter-pp1Michael Niedermayer2014-09-182-0/+4
* fate: disable fate-ra4-288, the code uses floats and does not produce the sam...Michael Niedermayer2014-09-171-2/+2
* Merge commit '44caf99ecae7bc1b907fab849ecaa72dd340ba2e'Michael Niedermayer2014-09-173-1/+133
|\
| * fate: Add tests for RealAudio 1.0 (14.4) and RealAudio 2.0 (with 28.8)Katerina Barone-Adesi2014-09-173-1/+133
* | avformat/img2dec: Fail probing when no data is yet available and the filename...Michael Niedermayer2014-09-123-78/+78
* | Print bits_per_raw_sample for ffprobe -show_streams.Carl Eugen Hoyos2014-09-085-6/+15
* | ffserver: tests, force +global_header for ASFReynaldo H. Verdejo Pinochet2014-09-071-0/+4
* | Remove non-free tests/lena.pnm and adapt FATE tests to depend on lena.pnm in ...Andreas Cadhalpun2014-09-045-117/+10
* | Merge commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453'Michael Niedermayer2014-09-032-3/+2
|\ \ | |/
| * xvid: Add C IDCTPascal Massimino2014-09-022-3/+2
* | avutil/pixelutils: add small buffers testsClément Bœsch2014-09-021-0/+12
* | ffserver: tests, use image2 instead of pgmyuvReynaldo H. Verdejo Pinochet2014-08-311-1/+1
* | fate/vpx: make webm dash manifest tests depend on the WEBM_DASH_MANIFEST demuxerMichael Niedermayer2014-08-291-3/+3
* | fate: Add basic tests for WebM Dash ManifestVignesh Venkatasubramanian2014-08-294-0/+117
* | Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f'Michael Niedermayer2014-08-281-1/+1
|\ \ | |/
* | huffyuvdec: decode the last odd sampleChristophe Gisquet2014-08-252-4/+4
* | huffyuvenc: write last odd sampleChristophe Gisquet2014-08-252-8/+8
* | Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer2014-08-251-2/+2
|\ \ | |/
| * electronicarts: set the framerate for TGQ/TQIAnton Khirnov2014-08-222-306/+306
| * electronicarts: read the framerate for MADAnton Khirnov2014-08-221-97/+97
* | ffserver: tests, use Metadata title in configReynaldo H. Verdejo Pinochet2014-08-241-2/+2
* | ffserver: tests, use new port/bindaddress configReynaldo H. Verdejo Pinochet2014-08-241-2/+2
* | avfilter: add codecview filterClément Bœsch2014-08-242-0/+64
* | fate: Fix ffprobe tests with --target-path set.Carl Eugen Hoyos2014-08-241-2/+6
* | fate: add test for old (v1) huffyuv and rgbaChristophe Gisquet2014-08-214-1/+15
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* | avfilter/select: larger pixel sad computationClément Bœsch2014-08-141-4/+4
* | avformat/matroskaenc: fix MAX_CUEPOINT_SIZE calculationMichael Niedermayer2014-08-091-2/+2
* | tests/fate/libavutil: switch cpu-test back to runecho so its results are viss...Michael Niedermayer2014-08-061-1/+1
* | avutil/pixelutils: avoid on stack arraysMichael Niedermayer2014-08-061-12/+12
* | avutil: add pixelutils APIClément Bœsch2014-08-052-0/+41
* | Merge commit 'd395895cdb2ac8c95bd488549e7f893bd4dcc248'Michael Niedermayer2014-08-051-1/+1
|\ \ | |/
| * fate: generate tests/pixfmts.mak for all targets requiring itJanne Grunau2014-08-051-1/+1
* | Merge commit 'eee813eec7d3c0b0689f80665d3f796401742935'Michael Niedermayer2014-08-051-1/+3
|\ \ | |/
| * fate: Only generate tests/pixfmts.mak if some pixfmts fate test is runDiego Biurrun2014-08-041-1/+3
* | Merge commit '086a541857812b2e0435db38fbabfddc7d19e53c'Michael Niedermayer2014-08-058-0/+26
|\ \ | |/
| * fate: png-suiteVittorio Giovara2014-08-048-0/+26
* | Merge commit '23dfa00b88fc927d4c1854ab4fc60f5c6398f3ac'Michael Niedermayer2014-08-041-0/+1
|\ \ | |/
| * fate: explicitly set the default THREADS valueJanne Grunau2014-08-041-0/+1
* | Merge commit 'caf5ef852bf71984d3322bbeaf48cfb04ac8255f'Michael Niedermayer2014-08-041-1/+1
|\ \ | |/
| * cpu-test: test av_cpu_countJanne Grunau2014-08-041-1/+1
* | Merge commit '07d8fa58121be8fe315bd51ab760547fe209a745'Michael Niedermayer2014-08-041-2/+1
|\ \ | |/
| * fate: add informative cpu testJanne Grunau2014-08-041-0/+5
* | Merge commit '706208ef47bffd525c982975d2756f7b2b220b8d'Michael Niedermayer2014-08-01122-129/+141
|\ \ | |/
| * fate: Split fate-pixdesc tests and dispatch them through MakeDiego Biurrun2014-08-0194-101/+113
* | tests/fate.sh: If cat *.rep fails try it with a for loop.Michael Niedermayer2014-07-281-1/+2
OpenPOWER on IntegriCloud