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 (Expand)Author
2017-03-16swresample/options: enable linear_interp and exact_rational by defaultMuhammad Faiz
2017-03-08swresample/resample: use uniform normalizationMuhammad Faiz
2017-02-15adpcm: fix clipping for yamahaPaul B Mahol
2016-08-04avformat: add a TTA MuxerJames Almer
2016-06-23Merge commit '393596f9d51134d6e45d81ae129223f4faea1232'Clément Bœsch
2016-02-29Merge commit 'dc6527ed908e4d330738f139074455ffbe56a2de'Derek Buitenhuis
2015-08-05libavformat/matroska: Write stream durations in metadata, in the format of mk...Sasi Inguva
2015-06-21avformat/rawenc: Store sample number for ADXMichael Niedermayer
2015-05-19fate: Add test for -exact_rice_parameters 1Michael Niedermayer
2015-04-13fate: add tta encoder testJames Almer
2015-03-02tests/fate: Add S302M testMichael Niedermayer
2015-02-13fate: add wavpack encoderPaul B Mahol
2014-11-30avcodec/adxenc: fix roundingMichael Niedermayer
2014-11-30avcodec/adxenc: match prediction used in the decoderMichael Niedermayer
2014-06-06adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö
2014-06-06fate: enable adpcm-ima_qt-trellisMichael Niedermayer
2014-06-05tests: add adpcm trellis testsTimothy Gu
2014-05-19ffmpeg: prefix encoder with "Lavc " in bitexact modeMichael Niedermayer
2014-05-18Merge commit '6656370b858329ca07a60a2de954d5e90daa0206'Michael Niedermayer
2014-04-30ff_put_wav_header: add flag to force WAVEFORMATEXDaniel Verkamp
2014-04-15fate: force 128kb/sec for mp2 testMichael Niedermayer
2014-04-11avcodec/mpegaudioenc_template: default to 384k bitrate as defaultMichael Niedermayer
2013-12-04avcodec: split mp2 encoder into float and fixedMichael Niedermayer
2013-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-08-23movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins
2013-01-04lswr: Improve default resampler's default parametersAlexander Strasser
2012-12-20aiffenc: set correct number of bits foru8 in aiffPiotr Bandurski
2012-12-03Merge commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6'Michael Niedermayer
2012-12-03fate: move fate-acodec reference files to their own dirJanne Grunau
2012-05-29fate: convert codec-regression.sh to makefile rulesMans Rullgard
2012-05-17pcmenc: set correct bitrate valueMans Rullgard
2012-04-20FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum testJustin Ruggles
2012-04-20FATE: replace the acodec-g726 test with 4 new encode/decode testsJustin Ruggles
2012-04-20FATE: replace current g722 encoding tests with an encode/decode testJustin Ruggles
2012-04-10avconv: use default channel layouts when they are unknownJustin Ruggles
2012-03-21g722enc: use AVCodec.encode2()Justin Ruggles
2012-03-17FATE: remove WMA acodec testsJustin Ruggles
2012-03-04wmaenc: fix m/s stereo encoding for the first frameJustin Ruggles
2012-03-02g722: Fix the QMF scalingMartin Storsjö
2012-02-21adpcmenc: Use correct frame_size for Yamaha ADPCM.Justin Ruggles
2012-02-11alacenc: only encode frame size in header for a final smaller frameJustin Ruggles
2012-02-02fate: make acodec-ac3_fixed test output raw AC3Mans Rullgard
2012-01-10fate: Update file checksums after the mov muxer change in a78dbada55d6Martin Storsjö
2012-01-07g722enc: set frame_size, and also handle an odd number of input samplesJustin Ruggles
2012-01-04fate: add ADX encoding/decoding testJustin Ruggles
2011-12-16movenc: Rudimentary IODs support.Alex Converse
2011-12-10movenc: simplify handling of pcm vs. adpcm vs. other compressed codecsJustin Ruggles
2011-12-05g722: Add a regression test for muxing/demuxing in wavMartin Storsjö
2011-12-01fate: split acodec-pcm into individual testsJustin Ruggles
2011-11-02Replace vendor string in Ogg and FLAC muxers.Diego Biurrun