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
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-06-16avcodec/flacenc: Fix Invalid Rice orderGeorge Boyle
2015-06-02avcodec/flacenc: Simplify sizeof()Michael Niedermayer
2015-05-20avcodec/flacenc: Support Multi dimensional quantizationMichael Niedermayer
2015-05-19avcodec/flacenc: Mark pointers/array arguments const which are not changedMichael Niedermayer
2015-05-19avcodec/flacenc: Simplify md5 calculation code by using AV_WL24()Michael Niedermayer
2015-05-19avcodec/flacenc: Move udata and sums to FlacSubframeMichael Niedermayer
2015-05-19avcodec/flacenc: Support calculating rice parameters exactlyMichael Niedermayer
2015-05-19avcodec/flacenc: Do not copy unused udata array -> 5x faster calc_rice_params()Michael Niedermayer
2015-05-17lavc/flac: Fix encoding and decoding with high lpc.Carl Eugen Hoyos
2015-04-29Merge commit 'f5ba67ee1342b7741200ff637fc3ea3387b68a1b'Michael Niedermayer
2015-04-28flacenc: Move a scratch buffer to struct used by the functionVittorio Giovara
2015-04-20avcodec/flacenc: also count wasted bits in subframe_count_exact()Michael Niedermayer
2015-01-29flacenc: initialize sums matrixVittorio Giovara
2014-12-17flacenc: calculate lower sum levels in-place.Reimar Döffinger
2014-11-13x86/flacdsp: add SSE2 and AVX decorrelate functionsJames Almer
2014-08-13lavc/flacenc: partially unroll loop in flac_enc_lpc_16James Darnley
2014-08-13lavc/flacenc: add sse4 version of the 16-bit lpc encoderJames Darnley
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-06-01Merge commit 'ed39cda02923316b6710c1bcc34d3445370be5b4'Michael Niedermayer
2014-06-01flacenc: send final extradata in packet side dataAnton Khirnov
2014-04-30avcodec/flacenc: Use av_malloc_array()Michael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer
2013-05-03silly typo fixesDiego Biurrun
2013-03-13Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-03-07normalize calls to ff_alloc_packet2James Zern
2013-01-23flacenc: include correct headerPaul B Mahol
2012-12-31lavc/flacenc: improve error return.Nicolas George
2012-12-07Merge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333'Michael Niedermayer
2012-12-07flac: change minimum and default of lpc_passes option to 1Janne Grunau
2012-11-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-08flacenc: ensure the order is within the min/max range in LPC order searchJustin Ruggles
2012-11-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-06Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'Michael Niedermayer
2012-11-06flacenc: use uint64_t for bit countsJustin Ruggles
2012-11-06flacenc: remove wasted trailing 0 bitsJustin Ruggles
2012-11-06flacenc: use RICE2 entropy coding mode for 24-bitJustin Ruggles
2012-11-06flacenc: add 24-bit encodingJustin Ruggles
2012-11-06flacdsp: move lpc encoding from FLAC encoder to FLACDSPContextJustin Ruggles
2012-11-06flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endianJustin Ruggles
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer
2012-10-12Use the new aes/md5/sha/tree allocation functionsMartin Storsjö
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer