summaryrefslogtreecommitdiff
path: root/libavcodec/qdm2.c
Commit message (Expand)AuthorAgeFilesLines
* qdm2: convert to lavu/txLynne2022-11-061-20/+26
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* qdm2: convert to new channel layout APIAnton Khirnov2022-03-151-3/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-101-1/+1
* avcodec/qdm2: Make decoder init-threadsafeAndreas Rheinhardt2020-12-081-9/+5
* avcodec/qdm2: Apply offsets when initializing VLCsAndreas Rheinhardt2020-12-081-1/+1
* avcodec/qdm2: Remove outdated commentAndreas Rheinhardt2020-11-241-2/+0
* avcodec/mpegaudiodsp: Make initializing synth windows thread-safeAndreas Rheinhardt2020-11-241-1/+2
* avcodec/qdm2: Check fft_coefs_indexMichael Niedermayer2020-02-191-0/+3
* avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalidMichael Niedermayer2019-11-201-1/+1
* avcodec/qdm2: Check frame sizeMichael Niedermayer2019-09-061-0/+5
* avcodec/qdm2: Check checksum_size for 0Michael Niedermayer2019-07-081-2/+2
* avcodec/qdm2: error out of qdm2_fft_decode_tones() before entering endless loopMichael Niedermayer2019-07-081-0/+4
* avcodec/qdm2: Do not read out of array in fix_coding_method_array()Michael Niedermayer2019-07-081-1/+6
* avcodec/qdm2: Move fft_order check upMichael Niedermayer2019-06-291-5/+6
* avcodec/qdm2: make use of bytestream2Paul B Mahol2017-01-091-45/+21
* lavc/qdm2: increase code clarityAdriano Pallavicino2016-09-281-58/+59
* Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-291-3/+4
|\
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-3/+4
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
| * Drop pointless assert.h #includesDiego Biurrun2016-05-031-3/+0
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\ \ | |/
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'f3e045263e445c4ab54d85ecae359494cd96a3e2'Michael Niedermayer2015-02-171-11/+11
|\ \ | |/
| * qdm2: Return meaningful error codesHimangi Saraogi2015-02-171-11/+11
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-6/+6
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-6/+6
| * qdm2: avoid integer overflowVittorio Giovara2014-11-211-1/+1
* | avcodec/qdm2: remove unneeded #include, there are no assert()Paul B Mahol2015-01-301-4/+0
* | qdm2: Allow hard-coding VLC tables.Reimar Döffinger2014-12-181-165/+2
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-151-7/+7
|\ \ | |/
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-7/+7
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* | avcodec/qdm2: move static init to normal init to avoid initializing tables th...Michael Niedermayer2013-12-061-2/+10
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit '45ee556d51ef04d79d52bf6b0b7f28a4d231cb0c'Michael Niedermayer2013-07-291-4/+4
|\ \ | |/
| * qdm2: Whitespace cosmeticsLuca Barbato2013-07-281-4/+4