Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-20Canopus HQ/HQA decoderVittorio Giovara
Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-04-20fate: Prefix cllc tests with canopusVittorio Giovara
They belong to the same family of codecs.
2015-04-09hqx: Fix clipping error in idct put functionFerdinand Oeinck
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-04-03FATE: add a test for parameter changes in HEVCAnton Khirnov
2015-03-23fate: Add test for tscc2 in movVittorio Giovara
Rename the existing tscc2 test.
2015-03-13TDSC decoderVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-03-03fate: Add AIC test with odd sizesVittorio Giovara
2015-02-23Canopus HQX decoderVittorio Giovara
Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>.
2015-02-19fate: Add tests for DSSVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
2015-02-15FATE: add a test for the SVQ1 header byte swappingAnton Khirnov
2015-01-16swscale: fix gbrap to gbrap alpha scalingVittorio Giovara
2015-01-14libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-12-19fate: add test for offset theoraVittorio Giovara
2014-12-19fate: add a DPX parser testVittorio Giovara
2014-12-10fate: add dolby true hd testsJanne Grunau
The existing meridian audio test does not test ff_mlp_rematrix_channel_arm. This sample (first 640k of https://samples.libav.org/A-codecs/TrueHD/TrueHD.raw) uses ff_mlp_rematrix_channel_arm. Since this sample has 5.1 channels it also allows testing the integrated downmixing.
2014-12-08Allow reading of growing avi files (currently being written)Joakim Plate
This uses the RIFF header stored size to figure out the expected AVI file size, instead of the actual file. To work fully it requires handling failed avio_seek() instead of assuming they always succeed. Some fate file has been cut off and contains half a frame at the end which previously was not output during demuxing. This frame is now output to encoder, thus the fate diff update. Bug-Id: 261 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-12-05swscale: Properly scale YUVDerek Buitenhuis
Only shift limited range luma, and always only shift chroma for upconversion. Based off a patch by Michael Niedermayer. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-11-13vc1dec: refactor check with missing parenthesisVittorio Giovara
FATE tests updated accordingly, no visual difference. CC: libav-stable@libav.org Bug-Id: CID 1087087
2014-10-17fate: add mpeg4 tests for frame size changesJanne Grunau
2014-10-12lavf: Don't drop both pts and dts if timestamps are invalidMichael Niedermayer
In these cases, only drop dts. Because if we drop both we have no timestamps at all for some files. This improves playback of HLS streams from GoPro cameras. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-10-04fate-vc1_ilaced_twomv: use -flags +bitexactJanne Grunau
Also updates the reference since it was generated by the non-bitexact x86 specific code.
2014-09-26fate: Add VC-1 interlaced twomv testTim Walker
CC: libav-stable@libav.org
2014-09-25fate: Switch ra4-288 test from framecrc() to pcm()Katerina Barone-Adesi
The decoder is float-based and the test needs to allow for some fuzz. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-09-17fate: Add tests for RealAudio 1.0 (14.4) and RealAudio 2.0 (with 28.8)Katerina Barone-Adesi
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-09-03xvid: Add C IDCTPascal Massimino
Thanks to Pascal Massimino and Michael Militzer for relicensing as LGPL. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-08-22electronicarts: set the framerate for TGQ/TQIAnton Khirnov
It is hardcoded to 15fps.
2014-08-22electronicarts: read the framerate for MADAnton Khirnov
2014-08-04fate: png-suiteVittorio Giovara
Every supported format is converted to RGB.
2014-08-01fate: Split fate-pixdesc tests and dispatch them through MakeDiego Biurrun
This allows running all the tests individually and/or in parallel.
2014-07-21fate: add h264-direct-bff testVittorio Giovara
2014-06-11fate: add on2avc audio testVittorio Giovara
2014-04-25fate: Add fic-in-avi testDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2014-04-22txd: do not set the codec timebase.Anton Khirnov
It is not supposed to be changed from outside of lavc. Set the stream timebase and average framerate instead.
2014-04-19fate: add tests for SGI RLE and MVC1&2 decodersVittorio Giovara
2014-04-17crc: add ANSI CRC16 LEAlessandro Ghedini
This adds the reversed byte-order version of the ANSI CRC16. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-04-12swscale: Set alpha to opaque for internal palettes.Justin Ruggles
Fixes conversion of pal8 to rgb formats with alpha. Updated references for 2 FATE tests which previously encoded fully transparent images. Based on a patch by Baptiste Coudurier <baptiste.coudurier@gmail.com>
2014-04-09fate: update tests for YVYU422 pixel formatVittorio Giovara
2014-04-06fate: add tests for SANM and VIMAPaul B Mahol
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-04-04fate: add a VP7 testVittorio Giovara
2014-04-01fate: add SGI testsVittorio Giovara
2014-04-01fate: add exr testsPaul B Mahol
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-03-31fate: Convert the paletted output in the brenderpix tests to rgb24Martin Storsjö
This makes the output consistent on big-endian systems.
2014-03-28fate: add a bmpparser testVittorio Giovara
2014-03-28fate: add XBM testsVittorio Giovara
2014-03-28fate: add PAF audio and video testsPaul B Mahol
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-03-27fate: add BRender PIX testsVittorio Giovara
2014-03-27fate: add Alias PIX testsVittorio Giovara
2014-03-06FATE: add tests for the shuffleplanes filterAnton Khirnov
2014-02-12vp9: add a new segmentation sample.Ronald S. Bultje
The old one didn't use segmentation. One uses segmentation in all frame types (--aq-mode=1), and the other uses all segmentation features, but only in inter frames (mbgraph). Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-02-12vp9: add fate sample for parallelmode.Ronald S. Bultje
This disables backward probability updates, which makes the codec more friendly for frame-level multi-threading. Signed-off-by: Anton Khirnov <anton@khirnov.net>