Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | improve detector a bit | Kostya Shishkov | 2017-06-04 | 2 | -44/+47 | |
| | ||||||
* | detection module start | Kostya Shishkov | 2017-06-02 | 1 | -0/+250 | |
| | ||||||
* | make an error for no frame output | Kostya Shishkov | 2017-06-01 | 1 | -0/+1 | |
| | ||||||
* | Gremlin Video decoder | Kostya Shishkov | 2017-05-31 | 2 | -0/+519 | |
| | ||||||
* | more utility code for decoders | Kostya Shishkov | 2017-05-28 | 1 | -0/+33 | |
| | ||||||
* | add skip frames and paletted alloc | Kostya Shishkov | 2017-05-28 | 1 | -1/+16 | |
| | ||||||
* | GDV: put palette into extradata | Kostya Shishkov | 2017-05-28 | 1 | -8/+13 | |
| | ||||||
* | rename variable for clarity | Kostya Shishkov | 2017-05-28 | 1 | -4/+4 | |
| | ||||||
* | make ByteIOResult public | Kostya Shishkov | 2017-05-28 | 1 | -1/+1 | |
| | ||||||
* | more TODOs | Kostya Shishkov | 2017-05-27 | 1 | -1/+3 | |
| | ||||||
* | Indeo 3 decoder | Kostya Shishkov | 2017-05-27 | 1 | -0/+1501 | |
| | ||||||
* | drop unused import | Kostya Shishkov | 2017-05-27 | 1 | -1/+0 | |
| | ||||||
* | AVI demuxer: align chunk pos | Kostya Shishkov | 2017-05-27 | 1 | -0/+4 | |
| | ||||||
* | more utility code for decoders, move dumping functions to the core | Kostya Shishkov | 2017-05-26 | 2 | -63/+101 | |
| | ||||||
* | more utility code | Kostya Shishkov | 2017-05-26 | 1 | -0/+10 | |
| | ||||||
* | dump audio too in indeo test | Kostya Shishkov | 2017-05-23 | 1 | -13/+31 | |
| | ||||||
* | add PCM decoder(rewrapper) | Kostya Shishkov | 2017-05-23 | 2 | -0/+71 | |
| | ||||||
* | improve audio buffer handling | Kostya Shishkov | 2017-05-23 | 1 | -2/+39 | |
| | ||||||
* | more utility code for formats.rs | Kostya Shishkov | 2017-05-23 | 1 | -1/+6 | |
| | ||||||
* | byte writing functions | Kostya Shishkov | 2017-05-23 | 1 | -3/+256 | |
| | ||||||
* | use structure for timestamp information | Kostya Shishkov | 2017-05-22 | 4 | -64/+96 | |
| | ||||||
* | use frame buffers with codec-specific type of data | Kostya Shishkov | 2017-05-21 | 3 | -130/+288 | |
| | ||||||
* | more utility code | Kostya Shishkov | 2017-05-21 | 1 | -2/+16 | |
| | ||||||
* | update TODO | Kostya Shishkov | 2017-05-21 | 1 | -4/+5 | |
| | ||||||
* | simplify | Kostya Shishkov | 2017-05-20 | 1 | -2/+3 | |
| | ||||||
* | extend NAFrame functionality | Kostya Shishkov | 2017-05-20 | 1 | -1/+20 | |
| | ||||||
* | fix HAM shuffler | Kostya Shishkov | 2017-05-20 | 1 | -4/+6 | |
| | ||||||
* | use frame refs everywhere | Kostya Shishkov | 2017-05-20 | 3 | -36/+103 | |
| | ||||||
* | simplify error handling | Kostya Shishkov | 2017-05-20 | 3 | -3/+3 | |
| | ||||||
* | minor register improvements | Kostya Shishkov | 2017-05-20 | 1 | -4/+5 | |
| | ||||||
* | use clearer names for GDV codecs | Kostya Shishkov | 2017-05-20 | 1 | -2/+2 | |
| | ||||||
* | move NAStream/NAPacket definitions into module frame | Kostya Shishkov | 2017-05-20 | 3 | -116/+108 | |
| | ||||||
* | fix copy-paste error | Kostya Shishkov | 2017-05-20 | 1 | -3/+3 | |
| | ||||||
* | make internal struct non-public | Kostya Shishkov | 2017-05-20 | 1 | -1/+2 | |
| | ||||||
* | structure decoders a bit too | Kostya Shishkov | 2017-05-19 | 2 | -4/+28 | |
| | ||||||
* | prettier demuxers module | Kostya Shishkov | 2017-05-19 | 1 | -3/+12 | |
| | ||||||
* | make an interface for working with demuxers | Kostya Shishkov | 2017-05-19 | 4 | -6/+46 | |
| | ||||||
* | decoders framework and sample decoder | Kostya Shishkov | 2017-05-17 | 3 | -0/+491 | |
| | ||||||
* | more work on supporting decoders in framework | Kostya Shishkov | 2017-05-17 | 4 | -26/+196 | |
| | ||||||
* | simplify names in register | Kostya Shishkov | 2017-05-17 | 1 | -18/+18 | |
| | ||||||
* | extend formats functionality a bit | Kostya Shishkov | 2017-05-17 | 1 | -7/+25 | |
| | ||||||
* | add PCM codecs to the register | Kostya Shishkov | 2017-05-16 | 1 | -1/+3 | |
| | ||||||
* | use codec name in info | Kostya Shishkov | 2017-05-16 | 3 | -8/+19 | |
| | ||||||
* | codec register | Kostya Shishkov | 2017-05-16 | 2 | -1/+174 | |
| | ||||||
* | simplify chunk/list handling a bit | Kostya Shishkov | 2017-05-15 | 1 | -25/+19 | |
| | ||||||
* | AVI demuxer | Kostya Shishkov | 2017-05-14 | 2 | -0/+378 | |
| | ||||||
* | print more info for streams | Kostya Shishkov | 2017-05-14 | 2 | -3/+28 | |
| | ||||||
* | RGB24 formaton | Kostya Shishkov | 2017-05-14 | 1 | -0/+8 | |
| | ||||||
* | make read_buf() always read proper sizes | Kostya Shishkov | 2017-05-14 | 1 | -0/+20 | |
| | ||||||
* | revamp stream handling in demuxers | Kostya Shishkov | 2017-05-13 | 2 | -37/+61 | |
| |