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
2021-09-09avcodec/alac: Check decorr_shift to avoid invalid shiftMichael Niedermayer
2020-07-03avcodec/alac: Fix integer overflow with 24/20bps samplesMichael Niedermayer
2020-07-03avcodec/alac: Fix integer overflow in LPC coefficient adaptionMichael Niedermayer
2020-01-06avcodec/alac: Fix integer overflow in lpc_prediction() with signMichael Niedermayer
2020-01-06avcodec/alac: Fix integer overflow in LPCMichael Niedermayer
2020-01-06avcodec/alac: Fix invalid shifts in 20/24 bpsMichael Niedermayer
2020-01-06avcodec/alac: fix undefined behavior with INT_MIN in lpc_prediction()Michael Niedermayer
2020-01-06avcodec/alac: Check for bps of 0Michael Niedermayer
2020-01-06avcodec/alac: Fix multiple integer overflows in lpc_prediction()Michael Niedermayer
2019-07-08avcodec/alac: Check lpc_quantMichael Niedermayer
2017-11-04lavc/alac: Avoid allocating huge memory blocks for malicious alac input.Carl Eugen Hoyos
2017-03-31Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch
2017-03-19Merge commit '796dca027be09334d7bbf4f2ac1200e06bb054cb'Clément Bœsch
2017-01-31lavc/alac: Export samplerate.Carl Eugen Hoyos
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-08-18alac: do not return success if nothing was decodedAnton Khirnov
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-05avcodec/alac: fix 20-bit supportPaul B Mahol
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-10-07x86/alacdsp: add simd optimized functionsJames Almer
2015-10-04avcodec/alacdec: split off decorrelate_stereo and append_extra_bits as alacdspJames Almer
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-09-06avcodec/alac: remove dead code cruftHendrik Leppkes
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-13avcodec/alac: Clear pointers in allocate_buffers()Michael Niedermayer
2015-05-10Merge commit '243e8443cd9e83c887e3f5edf09a169e7783d14e'Michael Niedermayer
2015-05-08alac: Reject rice_limit 0 if compression is usedAndreas Cadhalpun
2015-04-24alac: reject rice_limit 0 if compression is usedAndreas Cadhalpun
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-08-18alac: add option to decoded incorrect ALACChristophe Gisquet
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-01-11avcodec/alac: warn if not all channels where decodedMichael Niedermayer
2014-01-11avcodec/alac: only set *got_frame_ptr when all channels have been decodedMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-30Merge commit '59480abce7e4238e22b3a4a904a9fe6abf4e4188'Michael Niedermayer
2013-09-29alac: Do bounds checking of lpc_order read from the bitstreamMartin Storsjö
2013-09-04Merge commit '35cbc98b720db95b923cb2d745f77bb2ee4363dc'Michael Niedermayer
2013-09-04Merge commit 'f7c5883126f9440547933eefcf000aa78af4821c'Michael Niedermayer
2013-09-03alac: Check that the channels fit at the given offsetMartin Storsjö
2013-09-03alac: Limit max_samples_per_frameMartin Storsjö
2013-06-14lavc: copy AVCodecContext for threadsPaul B Mahol
2013-06-07lavc: add ONLY_IF_THREADS_ENABLED where it is missingPaul B Mahol
2013-06-06alac: frame multi-threading supportPaul B Mahol
2013-05-29alac: use init_get_bits8()Paul B Mahol
2013-03-19alac: Fix order of values in commentchinshou