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
path: root/tests
AgeCommit message (Expand)Author
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-09#include required stdint.h header directly.Diego Biurrun
2008-05-07#include stdint.h instead of using a manual typedef for uint8_t.Diego Biurrun
2008-05-02Do not duplicate -y parameter on regression.sh.Ramiro Polla
2008-05-02Ignore whitespace differences in seek test.Ramiro Polla
2008-04-25fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam...Baptiste Coudurier
2008-04-25cosmeticsBaptiste Coudurier
2008-04-21Correct ASF duration.Henrik Gulbrandsen
2008-04-14Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer
2008-04-10Fix seeking in rm.Michael Niedermayer
2008-04-01update ogg seek reg tests because of r12630Baptiste Coudurier
2008-03-31homogenous regression tests output for image formatsBaptiste Coudurier
2008-03-31missed oneBaptiste Coudurier
2008-03-31cosmetics, remove leading whitespacesBaptiste Coudurier
2008-03-30change rle encoder to count up to 127, sgi does not support 128Baptiste Coudurier
2008-03-30Use 15-bit LPC precision by default. This generally gives better compressionJustin Ruggles
2008-03-30fix Ogg/FLAC header sizeJustin Ruggles
2008-03-18cosmetics, remove superflous commentsBaptiste Coudurier
2008-03-10Update the regression tests reference values after the changes to the MatroskaPanagiotis Issaris
2008-03-07replace -f pgmyuv with -f image2 -vcodec pgmyuvMåns Rullgård
2008-03-07Simplify do_video_encoding() in regression.shMåns Rullgård
2008-03-07Remove mp4psp regression testMåns Rullgård
2008-03-06IMA ADPCM encoder - QT variantKostya Shishkov
2008-03-05The last flag fix fixed mpeg4-qprd (there the flags ended up being trashedMichael Niedermayer
2008-02-26Fix trellis quant + AAN DCT.Michael Niedermayer
2008-02-16This shell script is not bash-specific.Diego Biurrun
2008-02-16Remove check for the availability of the -u diff flag, we require it inDiego Biurrun
2008-02-15Fix timestamps and durations if the first packets have no durations nor times...Michael Niedermayer
2008-02-15It appears last_pts was not set ...Michael Niedermayer
2008-02-15Header elision muxing support.Michael Niedermayer
2008-02-14Update regression test checksum for ffm.Benoit Fouet
2008-02-05seek regression ref update for oggBaptiste Coudurier
2008-02-05Fix issue 338:Baptiste Coudurier
2008-02-04Update seektest regression as well to previous lavf/nut commitsOded Shimon
2008-02-04back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon
2008-02-04Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon
2008-02-04nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon
2008-02-04ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon
2008-02-04remove single-frame images from seektestMåns Rullgård
2008-02-03remove useless/incorrect comments in regression.shMåns Rullgård
2008-02-03split lavf regression testsMåns Rullgård
2008-02-03split regression tests allowing make to run them in parallelMåns Rullgård
2008-02-03get seek regression test filenames from reference fileMåns Rullgård
2008-01-31Fix b-libav.ul/al seek regression test.Michael Niedermayer
2008-01-31remove duplicate, disabled nut regression testMåns Rullgård
2008-01-30Print the name of the regression test that was run after finishing the test.Diego Biurrun
2008-01-29rename dv50 regression test output file to dv50.dvMåns Rullgård
2008-01-17Consider initial EOR in the back_ptr calculation.Michael Niedermayer
2007-12-034 months of hard development and finally it's done. Closes issue 58. Adpcm_sw...Benjamin Larsson
2007-12-03correct invalid durationMichael Niedermayer