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
2017-02-11fate: add WavPack muxer testJames Almer
Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2017-02-08Implement optimal huffman encoding for (M)JPEG.Jerry Jiang
> seems to break > make fate-vsynth1-mjpeg-444 Fixed.
2017-02-01mov: add fate test for decryption with edit listerankor
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-01-28avformat/matroskaenc: don't reserve more bytes than needed for the Colour ↵James Almer
master size Found-by: Aaron Colwell <acolwell@google.com> Signed-off-by: James Almer <jamrial@gmail.com>
2017-01-27fate: add SCC testPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-01-24Merge commit '38efff92f1ef81f3de20ff0460ec7b70c253d714'Clément Bœsch
* commit '38efff92f1ef81f3de20ff0460ec7b70c253d714': FATE: add a test for H.264 with two fields per packet h264: fix decoding multiple fields per packet with slice threads This merge includes two commits because the FATE test was useful in order to make proper testing. The merge gets rid of the now unused: - SLICE_SINGLETHREAD and SLICE_SKIPED macros - max_contexts - "again" label in decode_nal_units() This commit also includes the fix from d3e4d406b. Thanks to wm4 and Michael Niedermayer for their testing. Merged-by: Clément Bœsch <u@pkh.me> Merged-by: Matthieu Bouron <matthieu.bouron@gmail.com>
2017-01-24avcodec/h264dec: Fix regression with "make fate-h264-attachment-631 THREADS=8"Michael Niedermayer
This treats the case of no slices like no frames which it basically is. The field is added to the context as other nal related fields are also there and passing the has_slices field per *arguments is ugly and not consistent Found-by: ubitux Approved-by: ubitux Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-01-15dcaenc: Implementation of Huffman codes for DCA encoderDaniil Cherednik
Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2017-01-14fate/psd : add test for bitmap and duotoneMartin Vignali
The duotone file is interpreted as gray Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-01-12fate/psd : add test for 256 colorMartin Vignali
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-01-02avutil/tests: added selftest for aes_ctr.cThomas Turner
Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-28avfilter/avf_aphasemeter: make video output optionalPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-12-28af_hdcd: more FATE testsBurt P
Additional/Modified FATE tests improve code coverage from 63.7% to 98.1%. Changed fate-suite sample files: * filter/hdcd-mix.flac (958K) added. It is a much better test than filter/hdcd.flac (910K), which is now unused, but can't be removed. * filter/hdcd-fake20bit.flac (168K) added. It is the first second of filter/hdcd.flac, with the 16-bit LSB copied into bit 20 of a 24-bit stream. There isn't an actual non-16-bit HDCD sample available to test. Signed-off-by: Burt P <pburt0@gmail.com>
2016-12-22fate: Add test for ticket 6024, truncated decoding modePavel Koshevoy
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-21avutil: Added selftest for libavutil/audio_fifo.cThomas Turner
Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-16fate/psd: add tests for uncompress and rle samplesMartin Vignali
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-12fate: Add h264 test for frame num gapsDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-12-11avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADSWan-Teh Chang
Suggested by Diego Biurrun and James Almer. Signed-off-by: Wan-Teh Chang <wtc@google.com> Signed-off-by: James Almer <jamrial@gmail.com>
2016-12-11fate: add av_image_check_size() testMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-09fate: add a monoscopic spherical matroska testJames Almer
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2016-12-09fate: improve fate-mov dependenciesJames Almer
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2016-12-07fate: Add a monoscopic spherical mov testVittorio Giovara
2016-12-06Added test for libavcodec/avpacket.cThomas Turner
Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-02fate/mov: Rename a couple of entries to respect the file naming schemeVittorio Giovara
2016-11-30fate: Add test for mov displaymatrixVittorio Giovara
2016-11-25fate/exr: add test for pxr24 with half and uint32 channelMartin Vignali
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2016-11-24fate/swresample: add resample exact_lin and exact_lin_async testMuhammad Faiz
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2016-11-24avutil/tests: add cpu_init to .gitignore and tests/fateWan-Teh Chang
This is a follow-up to commit d84a21207ea83055dc9b6dc1cd6a379f2ea756e7, which added the libavutil/tests/cpu_init.c. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-11-18Merge commit '8d07e941b04d63fc4443dd986e3dc7b69cdcca43'Hendrik Leppkes
* commit '8d07e941b04d63fc4443dd986e3dc7b69cdcca43': FATE: add a test of H.264 SEI recovery in an intra refresh stream Our H264 decoder drops 3 frames from the beginning of the stream, but all frames after those match, hence the difference in the fate test. Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2016-11-18Merge commit '390b95b88b2b896b63f257f69e434dfc0111e076'Hendrik Leppkes
* commit '390b95b88b2b896b63f257f69e434dfc0111e076': fate: Add a mixed NAL coding sample Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2016-11-17Merge commit 'cbbb404055877e3beb9890ffe22784a6a100963e'Hendrik Leppkes
* commit 'cbbb404055877e3beb9890ffe22784a6a100963e': fate: Restore order of h264 entries Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2016-11-16fate: Add h264 extradata reload testsVittorio Giovara
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-11-14Merge commit 'b55566db4c51d920a6496455bb30a608e5a50a41'Hendrik Leppkes
* commit 'b55566db4c51d920a6496455bb30a608e5a50a41': avconv: use avcodec_parameters_copy() with streamcopy The fate-aac-autobsf-adtstoasc changes from writing an audio bitdepth based on the sample format, which is now available. Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2016-11-13fate/colorkey: disable audio stream.Nicolas George
The test is not supposed to cover audio. Also, using -vframes along with an audio stream depends on the exact order the frames are processed by filters, it is too much constraint to guarantee.
2016-11-13fate: fix fate-api dependenciesJames Almer
No need to run the whole fate-lavf set. fate-lavf-flv_fmt is enough to create the required source file. Signed-off-by: James Almer <jamrial@gmail.com>
2016-11-10lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe ↵Sasi Inguva
search fails. Signed-off-by: Sasi Inguva <isasi@google.com> Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-11-10avformat/flvenc: add add_keyframe_index optionSteven Liu
Add keyframe index metadata Used to facilitate seeking; particularly for HTTP pseudo streaming. 1. read live streaming or file by sequence 2. if use add_keyframe_index option, add a mark flag at the position, use to insert new context at the last step. 3. add the keyframes *offset* and *timestamp* into a list 4. if use add_keyframe_index option, shift the metadata data from mark flag offset 5. insert the keyframes *offset* and *timestamp* from the list by sequence 6. free the list 7. end. Add FATE test case; Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Steven Liu <liuqi@gosun.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-11-05fate: Remove show_formats for fate-mov-zombie testMichael Niedermayer
This includes the absolute path Found-by: jamrial Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-11-05fate: add zombie testMichael Niedermayer
This test tests some odd sample with odd aspect ratio Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-11-05fate: add bsf tests for ticket 5927James Almer
Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2016-11-02tests/fate/avformat: add segment.c testsRodger Combs
2016-11-01fate filter metadata : add test for aphasemeter - Test a mono file (in ↵Martin Vignali
phase) -> 1. as result - Test a out of phase 1000 Hz -> -1. as result Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-10-31lavf/mov.c: Use the correct timescale when seeking for audio.Sasi Inguva
Signed-off-by: Sasi Inguva <isasi@google.com> Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-10-29fate: add apng encoding/muxing testAndreas Cadhalpun
Also test the fallback to png creation for a single frame. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2016-10-27lavfi/vf_overlay: support NV12 and NV21Rodger Combs
Tested-by: Michael on x86-32/64 linux, mingw, mips/arm qemu linux
2016-10-26fate: Add MXF D10/DNXHD/DV25 probe testsTobias Rapp
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-10-24fate/hevc: add automatic bsf testRodger Combs
2016-10-24fate/aac: add automatic bsf testRodger Combs
2016-10-24fate/h264: make mp4toannexb test use auto-BSFRodger Combs
2016-10-22avformat/matroskaenc: write DisplayWidth and DisplayHeight elements only if ↵James Almer
they differ from PixelWidth and PixelHeight Signed-off-by: James Almer <jamrial@gmail.com>