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
2022-11-06on2avc: convert to lavu/txLynne
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-15on2avc: convert to new channel layout APIAnton Khirnov
2021-05-02avcodec/on2avc: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-12-08avcodec/on2avc: Apply offset when initializing VLCAndreas Rheinhardt
2020-12-08avcodec/on2avcdata: Combine tables for codebooksAndreas Rheinhardt
2020-12-08avcodec/on2avc: Use smaller tables for VLCsAndreas Rheinhardt
2020-10-21avcodec/on2avc: Remove redundant code for freeingAndreas Rheinhardt
2020-10-21avcodec/on2avc: Use least max_depth for get_vlc2()Andreas Rheinhardt
2020-10-21avcodec/on2avc: Unify initializing quad and pair VLCsAndreas Rheinhardt
2018-09-08avcodec/on2avc: decoder supports init_cleanup capabilityPaul B Mahol
2016-09-21avcodec/on2avc: add 0x500 stereo support and improve 0x500 mono supportPaul B Mahol
2016-06-29Merge commit '4f81f8dba735c212efae077c4fec8ad4fe53b352'Clément Bœsch
2016-06-29Merge commit '197ae68e78784524a7ccf97a3c301092715305d3'Clément Bœsch
2016-06-08Drop unnecessary golomb.h #includesDiego Biurrun
2016-06-08Drop unnecessary unary.h #includesDiego Biurrun
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2016-01-13on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun
2015-12-27avcodec/on2avc: Fix stability issues with scale_tab generationMichael Niedermayer
2015-12-27avcodec/on2avc: fix regression on icc since 5495c7fGanesh Ajjanagadde
2015-12-25lavc/on2avc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-18on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-06-13Merge commit '2d5176fad1a4556d209cbfb0f681712c7eada4fd'Michael Niedermayer
2015-06-12on2avc: Use the integer abs() versionVittorio Giovara
2015-05-14avcodec/on2avc: Check run more carefullyMichael Niedermayer
2015-02-10avcodec: fix clobbered ff_get_buffer()Paul B Mahol
2015-02-04avcodec/on2avc: use init_get_bits8()Paul B Mahol
2014-12-19Merge commit 'cee4490b521fd0d02476d46aa2598af24fb8d686'Michael Niedermayer
2014-12-19on2avc: check number of channelsMichael Niedermayer
2014-11-29avcodec/on2avc: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-11-15on2avc: Fix out of array accessMichael Niedermayer
2014-10-05avcodec/on2avc: Check number of channelsMichael Niedermayer
2014-07-02avcodec/on2avc: Fix out of array accessMichael Niedermayer
2014-05-28Merge commit 'f1df0a4c08b54e722e7a2c797d0d31c7f2c531d0'Michael Niedermayer
2014-05-27on2avc: Remove pointless dsputil.h #includeDiego Biurrun
2014-05-11lavc/on2avc: silent warnings about const paramsLukasz Marek
2014-04-23Merge commit 'e2834567d73bd1e46478ba67ac133cb8ef5f50fd'Michael Niedermayer
2014-04-23On2 AVC decoderKostya Shishkov