summaryrefslogtreecommitdiff
path: root/libavcodec/on2avc.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* on2avc: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/on2avc: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/on2avc: Apply offset when initializing VLCAndreas Rheinhardt2020-12-08
* avcodec/on2avcdata: Combine tables for codebooksAndreas Rheinhardt2020-12-08
* avcodec/on2avc: Use smaller tables for VLCsAndreas Rheinhardt2020-12-08
* avcodec/on2avc: Remove redundant code for freeingAndreas Rheinhardt2020-10-21
* avcodec/on2avc: Use least max_depth for get_vlc2()Andreas Rheinhardt2020-10-21
* avcodec/on2avc: Unify initializing quad and pair VLCsAndreas Rheinhardt2020-10-21
* avcodec/on2avc: decoder supports init_cleanup capabilityPaul B Mahol2018-09-08
* avcodec/on2avc: add 0x500 stereo support and improve 0x500 mono supportPaul B Mahol2016-09-21
* Merge commit '4f81f8dba735c212efae077c4fec8ad4fe53b352'Clément Bœsch2016-06-29
|\
| * Drop unnecessary golomb.h #includesDiego Biurrun2016-06-08
* | Merge commit '197ae68e78784524a7ccf97a3c301092715305d3'Clément Bœsch2016-06-29
|\|
| * Drop unnecessary unary.h #includesDiego Biurrun2016-06-08
| * on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun2016-01-13
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* | avcodec/on2avc: Fix stability issues with scale_tab generationMichael Niedermayer2015-12-27
* | avcodec/on2avc: fix regression on icc since 5495c7fGanesh Ajjanagadde2015-12-26
* | lavc/on2avc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* | on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun2015-12-18
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | Merge commit '2d5176fad1a4556d209cbfb0f681712c7eada4fd'Michael Niedermayer2015-06-12
|\|
| * on2avc: Use the integer abs() versionVittorio Giovara2015-06-12
* | avcodec/on2avc: Check run more carefullyMichael Niedermayer2015-05-14
* | avcodec: fix clobbered ff_get_buffer()Paul B Mahol2015-02-10
* | avcodec/on2avc: use init_get_bits8()Paul B Mahol2015-02-04
* | Merge commit 'cee4490b521fd0d02476d46aa2598af24fb8d686'Michael Niedermayer2014-12-19
|\|
| * on2avc: check number of channelsMichael Niedermayer2014-12-19
| * on2avc: Fix out of array accessMichael Niedermayer2014-11-15
* | avcodec/on2avc: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-29
* | avcodec/on2avc: Check number of channelsMichael Niedermayer2014-10-04
* | avcodec/on2avc: Fix out of array accessMichael Niedermayer2014-07-02
* | Merge commit 'f1df0a4c08b54e722e7a2c797d0d31c7f2c531d0'Michael Niedermayer2014-05-27
|\|
| * on2avc: Remove pointless dsputil.h #includeDiego Biurrun2014-05-27
* | lavc/on2avc: silent warnings about const paramsLukasz Marek2014-05-11
* | Merge commit 'e2834567d73bd1e46478ba67ac133cb8ef5f50fd'Michael Niedermayer2014-04-23
|/
* On2 AVC decoderKostya Shishkov2014-04-23