| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | frame: add ID field | Kostya Shishkov | 2019-11-12 | 1 | -1/+4 | |
| * | check for missing reference frames in various decoders | Kostya Shishkov | 2019-11-11 | 7 | -1/+50 | |
| * | add missing flush() implementation | Kostya Shishkov | 2019-11-11 | 1 | -0/+3 | |
| * | add flush() to decoder interface | Kostya Shishkov | 2019-11-09 | 44 | -0/+138 | |
| * | duck/avc: improve decoder a bit | Kostya Shishkov | 2019-11-08 | 2 | -41/+136 | |
| * | core/dsp: add imdct_half | Kostya Shishkov | 2019-11-08 | 1 | -0/+19 | |
| * | dec_video: care about PTS only in the decoded stream | Kostya Shishkov | 2019-10-30 | 1 | -3/+3 | |
| * | VP7 decoder | Kostya Shishkov | 2019-10-30 | 6 | -1/+2741 | |
| * | on2avc: remove panic at end | Kostya Shishkov | 2019-10-06 | 1 | -1/+0 | |
| * | move GenericCache to common place | Kostya Shishkov | 2019-10-06 | 4 | -76/+42 | |
| * | vp56: move DCT coeffs base and probabilities to common | Kostya Shishkov | 2019-10-05 | 2 | -11/+11 | |
| * | MidiVid decoder | Kostya Shishkov | 2019-09-26 | 4 | -1/+218 | |
| * | register: fix some On2-related entries | Kostya Shishkov | 2019-09-26 | 1 | -2/+3 | |
| * | On2 AVC decoder | Kostya Shishkov | 2019-09-14 | 4 | -1/+10114 | |
| * | core: add UintCodeType::Limites{Zeroes,Ones} for clarity | Kostya Shishkov | 2019-08-17 | 1 | -0/+4 | |
| * | avi: stop outputting frames when index is hit | Kostya Shishkov | 2019-08-17 | 1 | -0/+3 | |
| * | core: fix read_XX_{be,le} funcs | Kostya Shishkov | 2019-08-17 | 1 | -1/+1 | |
| * | semi-working VP5/6 decoder | Kostya Shishkov | 2019-08-03 | 7 | -58/+2734 | |
| * | move zigzag scan to common place | Kostya Shishkov | 2019-07-03 | 10 | -48/+16 | |
| * | avi: support ON2 files | Kostya Shishkov | 2019-06-22 | 1 | -2/+16 | |
| * | VP4 decoder | Kostya Shishkov | 2019-06-05 | 3 | -32/+1472 | |
| * | nihav-duck: require blockdsp feature from core | Kostya Shishkov | 2019-06-05 | 1 | -1/+1 | |
| * | vp3: move loop filter to common | Kostya Shishkov | 2019-06-05 | 2 | -27/+29 | |
| * | vp3: add VP30 decoding support | Kostya Shishkov | 2019-05-23 | 1 | -19/+608 | |
| * | vp3: fix quant matrix generation | Kostya Shishkov | 2019-05-23 | 1 | -6/+6 | |
| * | vp3: fix fourmv restoration loop bug | Kostya Shishkov | 2019-05-23 | 1 | -1/+1 | |
| * | vp3: more preparations for VP30 decoding | Kostya Shishkov | 2019-05-23 | 1 | -29/+50 | |
| * | vp3: rename in preparation for VP30 decoding | Kostya Shishkov | 2019-05-23 | 1 | -169/+173 | |
| * | VP3 decoder | Kostya Shishkov | 2019-05-18 | 4 | -1/+2074 | |
| * | core/blockdsp: add copy_block() | Kostya Shishkov | 2019-05-18 | 1 | -0/+36 | |
| * | realmedia: remove unneeded mut | Kostya Shishkov | 2019-05-18 | 1 | -1/+1 | |
| * | core: make blockdsp an independent feature | Kostya Shishkov | 2019-05-18 | 3 | -3/+4 | |
| * | core/frame: use the same offsets for flipped frame | Kostya Shishkov | 2019-05-17 | 1 | -6/+1 | |
| * | core/frame: change simple frame data to slice | Kostya Shishkov | 2019-05-16 | 1 | -2/+2 | |
| * | core: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 9 | -35/+45 | |
| * | realmedia: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 18 | -169/+184 | |
| * | rad: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 9 | -25/+25 | |
| * | indeo: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 10 | -152/+150 | |
| * | game: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 9 | -52/+36 | |
| * | duck: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 6 | -71/+52 | |
| * | commonfmt: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 10 | -227/+161 | |
| * | core/refs: fix leak | Kostya Shishkov | 2019-05-14 | 1 | -1/+2 | |
| * | core/refs: fix drop condition | Kostya Shishkov | 2019-05-14 | 1 | -1/+1 | |
| * | fix clippy errors | Kostya Shishkov | 2019-05-14 | 4 | -2/+9 | |
| * | indeo3: fix source buffer | Kostya Shishkov | 2019-05-14 | 1 | -1/+1 | |
| * | bmv: remove duplicate code | Kostya Shishkov | 2019-05-14 | 1 | -5/+1 | |
| * | realmedia: fix clippy errors | Kostya Shishkov | 2019-05-14 | 6 | -5/+15 | |
| * | core: fix most clippy warnings | Kostya Shishkov | 2019-05-14 | 25 | -407/+387 | |
| * | detect: fix paths for test samples | Kostya Shishkov | 2019-05-14 | 1 | -2/+2 | |
| * | mark traits as dyn | Kostya Shishkov | 2019-05-14 | 49 | -73/+73 | |
