| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels | Hendrik Leppkes | 2020-12-10 | 1 | -1/+1 |
* | avcodec/qdm2: Make decoder init-threadsafe | Andreas Rheinhardt | 2020-12-08 | 1 | -9/+5 |
* | avcodec/qdm2: Apply offsets when initializing VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -1/+1 |
* | avcodec/qdm2: Remove outdated comment | Andreas Rheinhardt | 2020-11-24 | 1 | -2/+0 |
* | avcodec/mpegaudiodsp: Make initializing synth windows thread-safe | Andreas Rheinhardt | 2020-11-24 | 1 | -1/+2 |
* | avcodec/qdm2: Check fft_coefs_index | Michael Niedermayer | 2020-02-19 | 1 | -0/+3 |
* | avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalid | Michael Niedermayer | 2019-11-20 | 1 | -1/+1 |
* | avcodec/qdm2: Check frame size | Michael Niedermayer | 2019-09-06 | 1 | -0/+5 |
* | avcodec/qdm2: Check checksum_size for 0 | Michael Niedermayer | 2019-07-08 | 1 | -2/+2 |
* | avcodec/qdm2: error out of qdm2_fft_decode_tones() before entering endless loop | Michael Niedermayer | 2019-07-08 | 1 | -0/+4 |
* | avcodec/qdm2: Do not read out of array in fix_coding_method_array() | Michael Niedermayer | 2019-07-08 | 1 | -1/+6 |
* | avcodec/qdm2: Move fft_order check up | Michael Niedermayer | 2019-06-29 | 1 | -5/+6 |
* | avcodec/qdm2: make use of bytestream2 | Paul B Mahol | 2017-01-09 | 1 | -45/+21 |
* | lavc/qdm2: increase code clarity | Adriano Pallavicino | 2016-09-28 | 1 | -58/+59 |
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40' | Clément Bœsch | 2016-06-29 | 1 | -3/+4 |
|\ |
|
| * | get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes | Diego Biurrun | 2016-06-07 | 1 | -3/+4 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
| * | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -3/+0 |
* | | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'f3e045263e445c4ab54d85ecae359494cd96a3e2' | Michael Niedermayer | 2015-02-17 | 1 | -11/+11 |
|\| |
|
| * | qdm2: Return meaningful error codes | Himangi Saraogi | 2015-02-17 | 1 | -11/+11 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -6/+6 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -6/+6 |
| * | qdm2: avoid integer overflow | Vittorio Giovara | 2014-11-21 | 1 | -1/+1 |
* | | avcodec/qdm2: remove unneeded #include, there are no assert() | Paul B Mahol | 2015-01-30 | 1 | -4/+0 |
* | | qdm2: Allow hard-coding VLC tables. | Reimar Döffinger | 2014-12-18 | 1 | -165/+2 |
* | | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' | Michael Niedermayer | 2014-08-15 | 1 | -7/+7 |
|\| |
|
| * | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -7/+7 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | avcodec/qdm2: move static init to normal init to avoid initializing tables th... | Michael Niedermayer | 2013-12-06 | 1 | -2/+10 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit '45ee556d51ef04d79d52bf6b0b7f28a4d231cb0c' | Michael Niedermayer | 2013-07-29 | 1 | -4/+4 |
|\| |
|
| * | qdm2: Whitespace cosmetics | Luca Barbato | 2013-07-28 | 1 | -4/+4 |
* | | avcodec/qdm2: initialize sign_bits | Michael Niedermayer | 2013-07-10 | 1 | -1/+1 |
* | | avcodec/qdm2: store bits in an integer instead of float variable | Michael Niedermayer | 2013-07-10 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-10 | 1 | -8/+11 |
|\| |
|
| * | qdm2: Conceal broken samples | Luca Barbato | 2013-07-09 | 1 | -3/+10 |
* | | Merge commit 'adadc3f2443d25b375e21e801516ccfd78e0b080' | Michael Niedermayer | 2013-07-10 | 1 | -10/+12 |
|\| |
|
| * | qdm2: refactor joined stereo support | Luca Barbato | 2013-07-09 | 1 | -10/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-08 | 1 | -2/+1 |
|\| |
|
| * | qdm2: check and reset dithering index per channel | Luca Barbato | 2013-07-07 | 1 | -2/+1 |
* | | Merge commit '76efedeadb1f6bf79020c44a71dd0cee13d932ad' | Michael Niedermayer | 2013-07-08 | 1 | -187/+204 |
|\| |
|
| * | qdm2: formatting cosmetics | Luca Barbato | 2013-07-07 | 1 | -187/+204 |