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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-27Merge commit '24f45c16224d4c5d482e928676714766ffdda4fc'Michael Niedermayer
* commit '24f45c16224d4c5d482e928676714766ffdda4fc': fate: Add dependencies for dct/fft/mdct/rdft tests Conflicts: libavcodec/fft-test.c tests/fate/fft.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-27fate: Add dependencies for dct/fft/mdct/rdft testsDiego Biurrun
2014-06-22fate/filter-video: fix hqx on big endian part 2Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-21avfilter: add hqx filter (hq2x, hq3x, hq4x)Clément Bœsch
Partially fixes Ticket #3404 (xbr filter remaining)
2014-06-18Remove avserver.Anton Khirnov
It has not been properly maintained for years and there is little hope of that changing in the future. It appears simpler to write a new replacement from scratch than unbreaking it.
2014-06-16huffyuv: fate: add a BGR24 testChristophe Gisquet
It was previously untested. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-15fate: yadif: add >8 bit testsChristophe Gisquet
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-14fate/aic: force simple idctMichael Niedermayer
This should ensure all platforms use the same idct Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-11tests: Add aic decoder testTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-11fate: Disable qtrlegray 34x34 testMichael Niedermayer
The encoder lacks support for width % 4 != 0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-11Merge commit '641e57230b460bef52c88e61087d97c223910bea'Michael Niedermayer
* commit '641e57230b460bef52c88e61087d97c223910bea': fate: add on2avc audio test Conflicts: tests/fate/audio.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-11fate: add on2avc audio testVittorio Giovara
2014-06-10tests: add a third, 34x34, targetChristophe Gisquet
This should exercise the corner cases of numerous codecs. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-06fate: enable fate-seek-acodec-adpcm-ima_qt-trellisMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-06fate: enable adpcm-ima_qt-trellisMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-05tests: add adpcm trellis testsTimothy Gu
adpcm_ima_qt does not produce reproducible results, so it is temporarily disabled (see #3701). Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-05tests: Add ac3_fixed decoder testTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-05tests/swr: move the results out of the functionsTimothy Gu
This prevents all results from being declared whenever the function is called. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-04Fix some fate filter tests with --target-path.Carl Eugen Hoyos
2014-06-04Fix fate-aac-ln-encode with --target-path (second try).Carl Eugen Hoyos
2014-06-03Fix fate-opus and fate-aac-ln-encode with --target-path.Carl Eugen Hoyos
2014-06-02fate: fate-hevc-conformance-INITQP_B_Sony_1 belongs to the 10bit kindMichael Niedermayer
Fixes the test on big endian Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-02tests: Replace fieldmatch test with pixfmtTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-02fate: add simple test for asyncMichael Niedermayer
This only checks that things havnt changed, the values provide little help in determining if a change is good or bad. Improvements welcome! Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-01tests: Add pullup filter testTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-30tests: Add MPEG4 nsse testTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-29tests/fate/opus: change test to use the official reference samplesMichael Niedermayer
The official samples are 50% smaller Avoid having reference samples which are strongly linked to the used resampler implementation. (which for example would require new samples to be used if this implementation changes) Also its more correct to use the official samples instead of the current decoder output also enable tests The tests also fully pass as well with the previous samples. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-25avcodec/webvttenc: add webvtt encoderAman Gupta
Based off the srt encoder. The following features are unimplemented: - fonts, colors, sizes - alignment and positioning The rest works well. For example, use ffmpeg to convert subtitles into the .vtt format: ffmpeg -i input.srt output.vtt Signed-off-by: Aman Gupta <ffmpeg@tmm1.net> Signed-off-by: Clément Bœsch <u@pkh.me>
2014-05-16Merge commit '4735784f1ced27026fbeada5fd31505132e565e9'Michael Niedermayer
* commit '4735784f1ced27026fbeada5fd31505132e565e9': FATE/opus: increase fuzz for the celt tests Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-16FATE/opus: increase fuzz for the celt testsAnton Khirnov
This seems to be needed on some 32bit arches.
2014-05-15Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52'Michael Niedermayer
* commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52': lavf: add AVFMT_FLAG_BITEXACT. Conflicts: doc/APIchanges libavformat/avformat.h libavformat/flacenc.c libavformat/movenc.c libavformat/oggenc.c libavformat/options_table.h libavformat/version.h tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-15Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'Michael Niedermayer
* commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222': lavc: add a native Opus decoder. Conflicts: Changelog configure libavcodec/version.h Fate tests pass with both avresample as well as swresample based opus decoder, but are disabled (reference files are very large so i want to think a day or 2 about if theres an alternative or if they could be avoided, they also dont match the official samples) Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-15lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov
Use it instead of checking CODEC_FLAG_BITEXACT in the first stream's codec context. Using codec options inside lavf is fragile and can easily break when the muxing codec context is not the encoding context.
2014-05-15lavc: add a native Opus decoder.Anton Khirnov
Initial implementation by Andrew D'Addesio <modchipv12@gmail.com> during GSoC 2012. Completion by Anton Khirnov <anton@khirnov.net>, sponsored by the Mozilla Corporation. Further contributions by: Christophe Gisquet <christophe.gisquet@gmail.com> Janne Grunau <janne-libav@jannau.net> Luca Barbato <lu_zero@gentoo.org>
2014-05-15tests/fate/libavutil: run cpu test and display the cpus detected feature setMichael Niedermayer
With this the fate clients runtime cpu feature set should be visible Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-08avcodec/huffyuvenc: Make version 3 of ffvhuff non experimentalMichael Niedermayer
Tested-by: Tim Nicholson <nichot20@yahoo.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04Initialize riff and wav size fields to -1 instead of 0.Carl Eugen Hoyos
WMP doess not play the output files if the fields are set to 0 and not overwritten (using pipe output). Fixes ticket #3346.
2014-05-03avfilter/edgedetect: add a colormix mode.Clément Bœsch
2014-04-30fate/hevc: update with new sequences from jctvc(cherry picked from commit ↵Mickaël Raulet
de6d9c586bd3852dfbe629a88ccc8c0f0a2bfcbb) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-30ff_put_wav_header: add flag to force WAVEFORMATEXDaniel Verkamp
Partially undoes commit 2c4e08d89327595f7f4be57dda4b3775e1198d5e: riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header A new flag, FF_PUT_WAV_HEADER_FORCE_WAVEFORMATEX, is added to force the use of WAVEFORMATEX rather than PCMWAVEFORMAT even for PCM codecs. This flag is used in the Matroska muxer (the cause of the original change) and in the ASF muxer, because the specifications for these formats indicate explicitly that WAVEFORMATEX should be used. Muxers for other formats will return to the original behavior of writing PCMWAVEFORMAT when writing a header for raw PCM. In particular, this causes raw PCM in WAV to generate the canonical 44-byte header expected by some tools. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-25swresample: add swri_resample_double_sse2James Almer
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-25fate: Add fic-in-avi testDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2014-04-25fate: Add fic-in-avi testDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2014-04-24fate/libswresample: use linear interpolation on both aresample filtersMichael Niedermayer
This also tests LINEAR_CORE_FLT_SSE Found-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-20Merge commit '911fa05b514e1be009e00b79d7004b93717c023b'Michael Niedermayer
* commit '911fa05b514e1be009e00b79d7004b93717c023b': mvc: Specify the pixel format for the mv-mvc* tests Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-19mvc: Specify the pixel format for the mv-mvc* testsMartin Storsjö
Also set the RGBA pixel format correctly as the native endian format, which is what it returns. This fixes the tests on big endian. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-04-19Merge commit '6dfd99c93808d6504dd5cb1fad847d68cb179352'Michael Niedermayer
* commit '6dfd99c93808d6504dd5cb1fad847d68cb179352': fate: add tests for SGI RLE and MVC1&2 decoders Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-19fate: add tests for SGI RLE and MVC1&2 decodersVittorio Giovara
2014-04-19avformat/mlv: add fate samplePeter Ross
Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-19fate: add DTS-ES testJames Almer
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>