| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge commit 'f054e309c58894450a5d18cce9799ef58aab9f14' | Michael Niedermayer | 2013-07-08 | 1 | -128/+148 |
|\| |
|
| * | qdm2: use init_static_data | Luca Barbato | 2013-07-07 | 1 | -128/+148 |
* | | qdm2: initialize coeff_per_sb_select from bit_rate | Roberto Togni | 2013-04-21 | 1 | -11/+2 |
* | | Merge commit '69f6f03cd16a09e4e848b4e82bae4993bc361cd0' | Michael Niedermayer | 2013-04-17 | 1 | -0/+4 |
|\| |
|
| * | qdm2: check that the FFT size is a power of 2 | Anton Khirnov | 2013-04-17 | 1 | -0/+4 |
* | | lavc & lavf: replace deprecated av_log* functions | Paul B Mahol | 2013-03-15 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | qdm2: check "AC" codewords | Michael Niedermayer | 2013-03-06 | 1 | -0/+15 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '488f87be873506abb01d67708a67c10a4dd29283' | Michael Niedermayer | 2013-02-18 | 1 | -1/+1 |
|\| |
|