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
2016-08-28lavc/lpc: Add min_shift parameter in LPCJai Luthra
2016-06-29Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch
2016-06-07Remove unnecessary get_bits.h #includesDiego Biurrun
2016-02-08flacenc: Load default prediction_order parameters if none is selectedMichael Niedermayer
2016-02-01flacenc: Restore defaults and range for {min, max}_prediction_orderDerek Buitenhuis
2016-01-31avcodec/flacenc: Fix prediction_order parameterMichael Niedermayer
2016-01-31flacenc: Restore defaults and range for {min,max}_prediction_orderDerek Buitenhuis
2016-01-31Merge commit '243df1351d2d928caa084a5704ed783f0b83f072'Derek Buitenhuis
2016-01-24avcodec/flacenc: fix calculation of bits required in case of custom sample ratePaul B Mahol
2016-01-21lavc: Move {min,max}_prediction_order to codec private optionsVittorio Giovara
2015-12-20avcodec/flacenc: use designated initializers for AVClassPaul B Mahol
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-22Merge commit '79d89cf2f4b62eeb653fd8139041c87e75f7ca65'Derek Buitenhuis
2015-11-16flacenc: Clamp user-supplied min/max prediction ordersVittorio Giovara
2015-10-12intmath: remove av_ctz.Ronald S. Bultje
2015-09-12lavc: Enable side data only packets by defaultVittorio Giovara
2015-09-12Merge commit '6064f697a321174232a3fad351afb21150c3e9e5'Hendrik Leppkes
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