Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FATE: add a test for H.264 with two fields per packet | Anton Khirnov | 2016-07-15 | 1 | -0/+4 |
| | |||||
* | FATE: add a test of H.264 SEI recovery in an intra refresh stream | Anton Khirnov | 2016-07-15 | 1 | -0/+2 |
| | |||||
* | fate: Add a mixed NAL coding sample | Vittorio Giovara | 2016-07-13 | 1 | -0/+5 |
| | | | | | | See 17c99b6158f2c6720af74e81ee727ee50d2e7e96. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | fate: Restore order of h264 entries | Vittorio Giovara | 2016-07-13 | 1 | -2/+2 |
| | |||||
* | avconv: use avcodec_parameters_copy() with streamcopy | Anton Khirnov | 2016-07-02 | 1 | -2/+2 |
| | | | | | | | | | This preserves all the information in the codec parameters. The wavpack ref changes are caused by the fact that now the sample format is set, so matroskaenc can use it to set the bit depth. Bug-Id: 945, along with the previous commit | ||||
* | fate: Add test for webp | Diego Biurrun | 2016-06-28 | 1 | -0/+3 |
| | |||||
* | fate: Add TrueMotion 2 RT tests | Vittorio Giovara | 2016-06-20 | 1 | -0/+12 |
| | |||||
* | fate: Move Duck Truemotion 1 and 2 tests to vpx.mak | Vittorio Giovara | 2016-06-20 | 2 | -12/+12 |
| | |||||
* | fate: Add tests for MagicYUV | Vittorio Giovara | 2016-06-20 | 1 | -0/+19 |
| | |||||
* | fate: Move Canopus decoder tests to a separate file | Vittorio Giovara | 2016-06-06 | 3 | -33/+34 |
| | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | FATE: drop the audio stream from the dxtory test | Anton Khirnov | 2016-05-26 | 1 | -1/+1 |
| | | | | | This is a video test and there are no audio packets in the sample anyway. | ||||
* | fate: More fine-grained dependencies for demuxer tests | Diego Biurrun | 2016-05-25 | 1 | -6/+6 |
| | |||||
* | fate: More fine-grained dependencies for voice codec tests | Diego Biurrun | 2016-05-25 | 1 | -12/+12 |
| | |||||
* | tests: Move all test programs to a subdirectory | Diego Biurrun | 2016-05-13 | 7 | -63/+63 |
| | |||||
* | fate: Add test for MTS2/MSS4 | Diego Biurrun | 2016-05-02 | 1 | -0/+3 |
| | |||||
* | fate: Add test for MSS1 | Diego Biurrun | 2016-04-27 | 1 | -0/+3 |
| | |||||
* | dds: Add support for monochrome images | Vittorio Giovara | 2016-04-26 | 1 | -0/+1 |
| | |||||
* | FATE: add an H.264 test with unescaped extradata | Anton Khirnov | 2016-04-15 | 1 | -0/+4 |
| | | | | See commit a7829a2 | ||||
* | FATE: add an H.264 test with invalid reference lists | Anton Khirnov | 2016-04-15 | 1 | -0/+6 |
| | | | | See commit 9d74012 | ||||
* | build: miscellaneous cosmetics | Diego Biurrun | 2016-04-07 | 3 | -13/+59 |
| | | | | | | Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically. | ||||
* | fate: Update DDS tests | Vittorio Giovara | 2016-04-06 | 1 | -1/+1 |
| | |||||
* | fate: Update Screenpresso tests | Vittorio Giovara | 2016-04-04 | 1 | -2/+11 |
| | |||||
* | fate: Update RSCC tests | Vittorio Giovara | 2016-04-04 | 1 | -2/+14 |
| | | | | | | The current sample comes from an older version of the codec, which supports a single output mode, so rename it accordingly. Add tests for the new pixel formats. | ||||
* | matroska: Write the field order information | Luca Barbato | 2016-04-03 | 1 | -2/+2 |
| | | | | And bump the document version to 4. | ||||
* | fate: Add test for WMV2 with jframes | Vittorio Giovara | 2016-03-29 | 1 | -0/+3 |
| | |||||
* | fate: Only run SRTP test if SRTP code is enabled | Diego Biurrun | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | timefilter-test: Only compile timefilter-test if JACK is enabled | Diego Biurrun | 2016-03-23 | 1 | -1/+1 |
| | |||||
* | fate: Add separate target for all indeo3 tests | Diego Biurrun | 2016-03-01 | 1 | -4/+7 |
| | |||||
* | fate: Add test for indeo2 with delta frames | Vittorio Giovara | 2016-03-01 | 1 | -3/+9 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | fate: fft: Split DCT/FFT/MDCT/RDFT tests into separate targets | Diego Biurrun | 2016-02-26 | 1 | -14/+29 |
| | |||||
* | lavc: Move prediction_method to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -4/+4 |
| | | | | | | | | | | This options is only used by huffyuv, ffvhuv, jpegls, mjpeg, mpegvideoenc, png, utvideo. It is a very codec-specific options, so deprecate the global variant. Set proper limits to the maximum allowed values, and update utvideoenc tests to use the new option name. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | lavc: Move noise_reduction to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -1/+2 |
| | | | | | | | This option is only used by mpegvideoenc, x264, xavs, and vpx. It is a very codec-specific option, so deprecate the global variant. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | fate: add 10-bit v210 encoder tests | James Darnley | 2016-01-21 | 1 | -1/+2 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | dca: change the core to work with integer coefficients. | Alexandra Hájková | 2015-12-23 | 1 | -1/+1 |
| | | | | | | | | | | | | The DCA core decoder converts integer coefficients read from the bitstream to floats just after reading them (along with dequantization). All the other steps of the audio reconstruction are done with floats which makes the output for the DTS lossless extension (XLL) actually lossy. This patch changes the DCA core to work with integer coefficients until QMF. At this point the integer coefficients are converted to floats. The coefficients for the LFE channel (lfe_data) are not touched. This is the first step for the really lossless XLL decoding. | ||||
* | fate: Rework sgi tests into a suite and add the missing ones | Vittorio Giovara | 2015-11-24 | 1 | -26/+7 |
| | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | movenc: Add an API unit test for fragmenting options/calls | Martin Storsjö | 2015-11-10 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | Contrary to the normal fate tests that run via avconv, this tests nontrivial call sequences that are only doable via the API (mainly for different corner cases when using the muxer for segmenting). The test muxes fake packet data (with extradata that looks enough like proper data to make the file be viewable with e.g. boxdumper) and checks the hash of the produced files. The test also verifies that fragments produced via different call sequences remain identical (to avoid e.g. updating the output hashes and suddenly having fragments that used to be identical suddenly diverging), for fragments written with frag_discont and/or delay_moov. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | innoHeim/Rsupport Screen Capture Codec decoder | Vittorio Giovara | 2015-10-23 | 1 | -0/+3 |
| | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | fate: Move screenpresso to the appropriate screen capture file | Vittorio Giovara | 2015-10-15 | 2 | -3/+3 |
| | |||||
* | Screenpresso SPV1 decoder | Vittorio Giovara | 2015-09-30 | 1 | -0/+3 |
| | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | fate: Change global error option to private error_rate option | Vittorio Giovara | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | fate: Move mv0 option from global to mpv private | Vittorio Giovara | 2015-09-13 | 1 | -7/+7 |
| | |||||
* | DXV decoder | Vittorio Giovara | 2015-09-02 | 1 | -0/+15 |
| | | | | Support all DXDI and DXD3 normal quality videos. | ||||
* | fate: test only demuxing in asf-repldata | Janne Grunau | 2015-08-20 | 1 | -4/+2 |
| | |||||
* | fate: Make sure a corner-case for ASF is covered | Alexandra Hájková | 2015-08-16 | 1 | -0/+5 |
| | | | | | | | | | Test the demuxer for the case when the replicated data length in a sample is 0. Sample-ID: https://samples.libav.org/mplayer-bugs/bug821/bug821-2.asf Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | fate/mp3: use the f32le format as output | Anton Khirnov | 2015-07-31 | 1 | -18/+19 |
| | | | | | Those tests test the float decoder, so it is preferable to dump the decoder output directly instead of converting it to s16. | ||||
* | fate/mp3: specify the number of output samples instead of filesize | Anton Khirnov | 2015-07-31 | 1 | -6/+6 |
| | | | | This is not dependent on the output format. | ||||
* | Support the Hap chunked frame format | Tom Butterworth | 2015-07-27 | 1 | -0/+3 |
| | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | dds: Add a rgba fate test | Vittorio Giovara | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | fate: add checkasm target | Janne Grunau | 2015-07-18 | 1 | -0/+5 |
| | |||||
* | fate-g2m3: disable the audio stream | Janne Grunau | 2015-07-01 | 1 | -1/+1 |
| | | | | | The audio decoder is not in fate-g2m3 dependencies and the wma2 decoder is probably not bit-exact since it it float based. |