| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | 3 | -1/+73 | |
| * | 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 | |
| * | features for disabling components | Kostya Shishkov | 2017-05-17 | 1 | -1/+12 | |
| * | 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 | |
| * | Split formats into separate file and extend their functionality | Kostya Shishkov | 2017-05-13 | 4 | -138/+379 | |
| * | use Self instead of explicit type | Kostya Shishkov | 2017-05-13 | 1 | -1/+1 | |
| * | channel map work | Kostya Shishkov | 2017-05-11 | 1 | -46/+14 | |
| * | first stab at channel map | Kostya Shishkov | 2017-05-11 | 1 | -0/+91 | |
| * | soniton should report if sample is signed | Kostya Shishkov | 2017-05-11 | 1 | -2/+3 | |
| * | get rid of lifetimes in infos | Kostya Shishkov | 2017-05-11 | 3 | -26/+43 | |
| * | TODO | Kostya Shishkov | 2017-05-11 | 1 | -1/+2 | |
| * | add TODO | Kostya Shishkov | 2017-05-10 | 1 | -0/+3 | |
| * | integer code reader | Kostya Shishkov | 2017-05-10 | 2 | -1/+145 | |
| * | complete codebook LUT generator | Kostya Shishkov | 2017-05-10 | 1 | -27/+250 | |
| * | use peek in GDV demuxer | Kostya Shishkov | 2017-05-10 | 1 | -3/+1 | |
