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
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
2011-02-16ac3enc: change default floor code to 7.Justin Ruggles
2011-02-02ac3enc: Change EXP_DIFF_THRESHOLD to 500.Justin Ruggles
2011-01-09Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles
2011-01-04Change the AC-3 encoder to use floating-point.Justin Ruggles
2010-12-29Change the default dB-per-bit code from 2 to 3.Justin Ruggles
2010-12-22Change FIX15() back to clipping to -32767..32767.Justin Ruggles
2010-12-14Simplify fix15().Justin Ruggles
2010-09-11Set a constant frame size for encoding G.726 audio.Justin Ruggles
2010-07-09tiny_psnr: skip wav headers on input filesMåns Rullgård
2010-07-09tiny_psnr: print max absolute difference between filesVitor Sessak
2010-06-05matroskaenc: Don't write a second seekhead for the clusters; mkvalidate agreesDavid Conrad