summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fate: add test for paf demuxerPaul B Mahol2012-07-102-0/+163
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* fate: add test for paf video decoderPaul B Mahol2012-07-102-0/+156
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* fate: add test for paf audio decoderPaul B Mahol2012-07-102-0/+10
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-091-1/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: mss3: use standard zigzag table mss3: split DSP functions that are used in MTS2(MSS4) into separate file motion-test: do not use getopt() tcp: add initial timeout limit for incoming connections configure: Change the rdtsc check to a linker check avconv: propagate fatal errors from lavfi. lavfi: add error handling to filter_samples(). fate-run: make avconv() properly deal with multiple inputs. asplit: don't leak the input buffer. af_resample: fix request_frame() behavior. af_asyncts: fix request_frame() behavior. libx264: support aspect ratio switching matroskadec: honor error_recognition when encountering unknown elements. lavr: resampling: add support for s32p, fltp, and dblp internal sample formats lavr: resampling: add filter type and Kaiser window beta to AVOptions lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format lavr: mix: validate internal sample format in ff_audio_mix_init() Conflicts: ffmpeg.c ffplay.c libavcodec/libx264.c libavfilter/audio.c libavfilter/split.c libavformat/tcp.c tests/fate-run.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate-run: make avconv() properly deal with multiple inputs.Anton Khirnov2012-07-091-1/+7
| |
* | fate: FLAC tests require SAMPLES.Nicolas George2012-07-081-1/+1
| |
* | fate: increase fuzzyness for ac3 encode for 3dnowMichael Niedermayer2012-07-061-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sws/x86: add some forgotten 12bit planar yuv casesMichael Niedermayer2012-07-051-6/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | nut: add 12/14 bit yuv to nut/rawCarl Eugen Hoyos2012-07-055-60/+60
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sws: support 12&14 bit planar colorspacesMichael Niedermayer2012-07-045-0/+60
| | | | | | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-048-2/+64
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (29 commits) lavfi: reclassify showfiltfmts as a TESTPROG graph2dot: fix printf format specifier swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32. vp8: loopfilter >=sse2 functions need aligned stack on x86-32. amr: remove shift out of the AMR_BIT() macro. dsputilenc: group yasm and inline asm function pointer assignment. mov: use forward declaration of a function instead of a table. Clarify Doxygen comment for FF_API_* #defines. configure: simplify get_version() Create version.h headers for libraries that lack them gitignore: Use full path instead of relative path to specify patterns mpegvideo: remove VLAs Add XTEA encryption support in libavutil Add Blowfish encryption support in libavutil eval: Add the isinf() function and tests for it flacdec: move lpc filter to flacdsp flacdec: split off channel decorrelation as flacdsp avplay: Add an option for not limiting the input buffer size FATE: add a test for WMA cover art. FATE: add a test for apetag cover art ... Conflicts: .gitignore configure ffplay.c libavcodec/Makefile libavcodec/error_resilience.c libavcodec/mpegvideo.c libavcodec/ratecontrol.c libavdevice/avdevice.h libavfilter/Makefile libavfilter/filtfmts.c libavfilter/version.h libavformat/mov.c libavformat/version.h libavutil/Makefile libavutil/avutil.h libavutil/version.h libswscale/swscale.h libswscale/x86/swscale_mmx.c tests/fate/libavutil.mak tests/lavfi-regression.sh tools/graph2dot.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard2012-07-042-2/+2
| | | | | | | | | | | | | | | | This tool uses lavfi internal symbols not accessible in shared libraries. TESTPROGS are linked statically to allow them use of library internals not normally exported. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Add XTEA encryption support in libavutilSamuel Pitoiset2012-07-042-0/+5
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * Add Blowfish encryption support in libavutilSamuel Pitoiset2012-07-042-0/+5
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * eval: Add the isinf() function and tests for itMartin Storsjö2012-07-041-0/+12
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * FATE: add a test for WMA cover art.Anton Khirnov2012-07-041-0/+4
| |
| * FATE: add a test for apetag cover artAnton Khirnov2012-07-041-0/+8
| |
| * FATE: add a test for itunes cover art.Anton Khirnov2012-07-042-0/+8
| |
| * fate: add flac encode/decode tests with various optionsMans Rullgard2012-07-042-0/+20
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | ffmpeg: rework checks for the -t option.Nicolas George2012-07-049-23/+22
| | | | | | | | | | | | | | | | | | | | | | This commit is based on libav's implementation and makes sure to compare output timestamps together. It also reduces the differences with avconv. The changes to the test reference files are caused by an additional packet at the end, the timestamp of the frame encoded by this packet is always strictly below the limit stated by the -t option.
* | jvdec: check that the video_size fits in the packet.Michael Niedermayer2012-07-031-1/+0
| | | | | | | | | | | | | | Prevents use of out of array data and fate failure. Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | jvdemux: correct size for truncated packetsMichael Niedermayer2012-07-032-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add test for Bitmap Brothers JV demuxerPaul B Mahol2012-07-032-0/+23
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add test for Bitmap Brothers JV videoPaul B Mahol2012-07-032-0/+12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: drop strict 1 for MR4_TANDBERG_C.264 and MR5_TANDBERG_C.264Michael Niedermayer2012-07-021-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mem: heap memory poisoning.Clément Bœsch2012-07-021-0/+1
| | | | | | | | | | Enable it by default with FATE. limitation: not random, and not supported with realloc.
* | fate: add a test for the -force_key_frames option.Nicolas George2012-06-303-0/+14
| | | | | | | | It broke twice in the last three months due to other changes.
* | RealText demuxer and decoder.Clément Bœsch2012-06-292-0/+4
| |
* | SAMI demuxer and decoder.Clément Bœsch2012-06-292-0/+4
| |
* | fate: add JacoSUB and MicroDVD subtitles tests.Clément Bœsch2012-06-293-0/+8
| |
* | fate: introduce subtitles.mak and move SubRip test in it.Clément Bœsch2012-06-293-3/+6
| |
* | lavc/ass: honor Default style.Clément Bœsch2012-06-291-1/+1
| | | | | | | | | | | | The "Default" style written in the header is ignored unless you explicit it in the Dialogue events (it was valid, just ignored). This requires an update of the SubRip test since the ASS output obviously changes.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-284-4/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: flv: add support for G.711 doc: git: Add checklist with test steps to perform before pushing flvenc: K&R formatting cosmetics movenc: Add channel layouts for PCM. Conflicts: libavformat/flvenc.c tests/ref/fate/acodec-pcm-s16be tests/ref/fate/acodec-pcm-s24be tests/ref/fate/acodec-pcm-s32be tests/ref/fate/acodec-pcm-s8 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * movenc: Add channel layouts for PCM.Alex Converse2012-06-274-4/+4
| |
* | vocenc: use new header from codec tag 4Michael Niedermayer2012-06-251-2/+2
| | | | | | | | | | | | this matches sox and should fix ticket1119 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vocenc: change default codec to 16bitMichael Niedermayer2012-06-251-1/+1
| | | | | | | | | | | | | | Hardly anyone would want 8bit today, 16bit is a much more reasonable default. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vocenc: fix sample rate rounding directionMichael Niedermayer2012-06-253-14/+14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Try to fix source path for fate-acodec-dcaMichael Niedermayer2012-06-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: speedup dnxhd tests and reduce their memory requirementsMichael Niedermayer2012-06-251-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add tests for SANM and VIMAPaul B Mahol2012-06-224-0/+39
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-181-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavr: add x86-optimized functions for mixing 1-to-2 s16p with flt coeffs lavr: add x86-optimized functions for mixing 1-to-2 fltp with flt coeffs Add Dolby/DPLII downmix support to libavresample vorbisdec: replace div/mod in loop with a counter fate: vorbis: add 5.1 surround test rtpenc: Allow requesting H264 RTP packetization mode 0 configure: Sort the library listings in the help text alphabetically dwt: remove variable-length arrays RTMPT protocol support http: Properly handle chunked transfer-encoding for replies to post data http: Fail reading if the connection has gone away amr: Mark an array const amr: More space cleanup rtpenc: Fix memory leaks in the muxer open function Conflicts: Changelog configure doc/APIchanges libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: vorbis: add 5.1 surround testMans Rullgard2012-06-181-0/+4
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | fate: fix fate-aac-aref-encode dependanciesMichael Niedermayer2012-06-171-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/super2xsai: fix fate test on bigendianPaul B Mahol2012-06-161-0/+4
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/super2xsai: fix table used to update color matrix at the end of each y ↵Stefano Sabatini2012-06-161-10/+10
| | | | | | | | | | | | | | | | | | | | loop The previous table appears to be wrong (it was copied from the original MPlayer super2xsai filter in order to keep binary compatibility). The new table is consistent with the init code and apparently fixes a combing artifact on the left edge of the generated image.
* | fate/lavfi: add lavfi-pixfmts_super2xsai testStefano Sabatini2012-06-162-0/+11
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-153-0/+13
|\ \ | |/ | | | | | | | | | | | | | | * qatar/master: af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64 segment: remove unnecessary <strings.h> include fate: add snow hpel tests Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add snow hpel testsMans Rullgard2012-06-153-0/+13
| | | | | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time rtmp: Set the client buffer time to 3s instead of 0.26s rtmp: Handle server bandwidth packets rtmp: Display a verbose message when an unknown packet type is received lavfi/audio: use av_samples_copy() instead of custom code. configure: add all filters hardcoded into avconv to avconv_deps avfiltergraph: remove a redundant call to avfilter_get_by_name(). lavfi: allow building without swscale. build: Do not delete tests/vsynth2 directory, which is no longer created. lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs lavfi: make AVFilterPad opaque after two major bumps. lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). lavfi: make avfilter_get_video_buffer() private on next bump. jack: update to new latency range API as the old one has been deprecated rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r ppc: Rename H.264 optimization template file for consistency. lavfi: add channelsplit audio filter. golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls() sws: fix planar RGB input conversions for 9/10/16 bpp. Conflicts: Changelog configure doc/APIchanges ffmpeg.c libavcodec/golomb.h libavcodec/v210dec.h libavfilter/Makefile libavfilter/allfilters.c libavfilter/asrc_anullsrc.c libavfilter/audio.c libavfilter/avfilter.c libavfilter/avfilter.h libavfilter/avfiltergraph.c libavfilter/buffersrc.c libavfilter/formats.c libavfilter/version.h libavfilter/vf_frei0r.c libavfilter/vf_pad.c libavfilter/vf_scale.c libavfilter/video.h libavfilter/vsrc_color.c libavformat/rtmpproto.c libswscale/input.c tests/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Do not delete tests/vsynth2 directory, which is no longer created.Diego Biurrun2012-06-131-1/+1
| |
OpenPOWER on IntegriCloud