summaryrefslogtreecommitdiff
path: root/libavcodec/qdm2.c
Commit message (Expand)AuthorAge
* 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: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* avcodec/qdm2: Make decoder init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/qdm2: Apply offsets when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/qdm2: Remove outdated commentAndreas Rheinhardt2020-11-24
* avcodec/mpegaudiodsp: Make initializing synth windows thread-safeAndreas Rheinhardt2020-11-24
* avcodec/qdm2: Check fft_coefs_indexMichael Niedermayer2020-02-19
* avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalidMichael Niedermayer2019-11-20
* avcodec/qdm2: Check frame sizeMichael Niedermayer2019-09-06
* avcodec/qdm2: Check checksum_size for 0Michael Niedermayer2019-07-08
* avcodec/qdm2: error out of qdm2_fft_decode_tones() before entering endless loopMichael Niedermayer2019-07-08
* avcodec/qdm2: Do not read out of array in fix_coding_method_array()Michael Niedermayer2019-07-08
* avcodec/qdm2: Move fft_order check upMichael Niedermayer2019-06-29
* avcodec/qdm2: make use of bytestream2Paul B Mahol2017-01-09
* lavc/qdm2: increase code clarityAdriano Pallavicino2016-09-28
* Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-29
|\
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-07
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * Drop pointless assert.h #includesDiego Biurrun2016-05-03
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-24
|\|
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit 'f3e045263e445c4ab54d85ecae359494cd96a3e2'Michael Niedermayer2015-02-17
|\|
| * qdm2: Return meaningful error codesHimangi Saraogi2015-02-17
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
| * qdm2: avoid integer overflowVittorio Giovara2014-11-21
* | avcodec/qdm2: remove unneeded #include, there are no assert()Paul B Mahol2015-01-30
* | qdm2: Allow hard-coding VLC tables.Reimar Döffinger2014-12-18
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | avcodec/qdm2: move static init to normal init to avoid initializing tables th...Michael Niedermayer2013-12-06
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge commit '45ee556d51ef04d79d52bf6b0b7f28a4d231cb0c'Michael Niedermayer2013-07-29
|\|
| * qdm2: Whitespace cosmeticsLuca Barbato2013-07-28
* | avcodec/qdm2: initialize sign_bitsMichael Niedermayer2013-07-10
* | avcodec/qdm2: store bits in an integer instead of float variableMichael Niedermayer2013-07-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-10
|\|
| * qdm2: Conceal broken samplesLuca Barbato2013-07-09
* | Merge commit 'adadc3f2443d25b375e21e801516ccfd78e0b080'Michael Niedermayer2013-07-10
|\|
| * qdm2: refactor joined stereo supportLuca Barbato2013-07-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-08
|\|
| * qdm2: check and reset dithering index per channelLuca Barbato2013-07-07
* | Merge commit '76efedeadb1f6bf79020c44a71dd0cee13d932ad'Michael Niedermayer2013-07-08
|\|