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
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
2011-10-26avcodec: remove the Zork PCM encoder.Justin Ruggles
2011-10-14riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks
2011-09-24adpcmenc: fix QT IMA ADPCM encoderBaptiste Coudurier
2011-09-24adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier
2011-09-17movenc: create an alternate group for each media typeAnton Khirnov
2011-09-05ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles
2011-05-18fate: run aref and vref as regular testsMans Rullgard
2011-04-27ac3enc: correct the flipped sign in the ac3_fixed encoderJustin Ruggles
2011-04-07matroskaenc: don't write an empty Cues element.Anton Khirnov
2011-04-04ac3enc: select bandwidth based on bit rate, sample rate, and number ofJustin Ruggles
2011-04-03ac3enc: use generic fixed-point mdctMans Rullgard
2011-03-23Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-14ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin
2011-02-17ac3enc: fix bug in stereo rematrixing decision.Justin Ruggles