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 (Expand)Author
2009-04-05Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer
2009-03-21Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje
2009-02-02Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink
2009-01-17Update regression tests after r16651David Conrad
2008-10-16Revert r15615: Enable AC-3 decoding regression tests.Carl Eugen Hoyos
2008-10-14Enable AC-3 decoding regression tests.Carl Eugen Hoyos
2008-09-15write actual min and max frame size to FLAC header. update regression test ch...Justin Ruggles
2008-09-15write MD5 checksum to FLAC header. update regression tests.Justin Ruggles
2008-09-15update FLAC regression test due to expected change after r15324Justin Ruggles
2008-09-13Switch regression tests to swscale.Michael Niedermayer
2008-09-04Remove further 1sample=2byte assumptions within FFmpeg to allowPeter Ross
2008-08-31Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer
2008-08-20matroska: fix regression test according to r14862Aurelien Jacobs
2008-08-19Add regression tests for F32LE, F64BE and F64LE PCM codecs.Peter Ross
2008-08-09PCM regression tests.Peter Ross
2008-08-06add dv 4:1:1 regression testBaptiste Coudurier
2008-08-06add mpeg2 4:2:2 regression testBaptiste Coudurier
2008-07-24Fix tiny_psnr so it compares all bytes (it did skip the last block).Michael Niedermayer
2008-07-14Make our flac decoder decode all the data at EOF.Michael Niedermayer
2008-07-13Fix MS ADPCM de- and encoding: first and second sample are swapped.Reimar Döffinger
2008-06-13I think we are also compliant to iso2.Michael Niedermayer
2008-06-13Add isom to the compatible brands.Michael Niedermayer
2008-04-25fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam...Baptiste Coudurier
2008-04-21Correct ASF duration.Henrik Gulbrandsen
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-03split regression tests allowing make to run them in parallelMåns Rullgård
2008-01-29rename dv50 regression test output file to dv50.dvMåns Rullgård
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
2007-12-02Fix regression tests after r11127 and 11129Kostya Shishkov
2007-11-06fix predictor initialization for adpcm-ima encoder not to lose first sampleTimofei V. Bondarenko
2007-11-05Fix mov checksums following r10852.Benoit Fouet
2007-09-12fix timestamps used for ratecontrolMichael Niedermayer
2007-09-09allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer
2007-09-08store halfpel filter coefficients in the header as well as theMichael Niedermayer
2007-09-08cleanup mc_block()Michael Niedermayer
2007-08-25use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer
2007-08-23use more bits on the encoder sideMichael Niedermayer
2007-08-21Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer
2007-08-06make wmv1 and wmv2 playable with M$ DMO decoderMichael Niedermayer
2007-08-05flashsv regression testMichael Niedermayer
2007-07-03update regression checksums after r9447Benoit Fouet
2007-06-08Merge tests Makefile into the top-level Makefile.Diego Biurrun
2007-03-241000000l for me ive misstakely reverted the regression checksum change from r...Michael Niedermayer
2007-03-22set more reasonable cutoff for audio rate conversionMichael Niedermayer
2007-03-22update resgression tests after the resampler changesMichael Niedermayer
2007-03-19AC-3 encoded volume is too high. Revert revision 7160:Bill O'Shaughnessy