summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* AVI demuxer: align chunk posKostya Shishkov2017-05-271-0/+4
* more utility code for decoders, move dumping functions to the coreKostya Shishkov2017-05-262-63/+101
* more utility codeKostya Shishkov2017-05-261-0/+10
* dump audio too in indeo testKostya Shishkov2017-05-231-13/+31
* add PCM decoder(rewrapper)Kostya Shishkov2017-05-233-1/+73
* improve audio buffer handlingKostya Shishkov2017-05-231-2/+39
* more utility code for formats.rsKostya Shishkov2017-05-231-1/+6
* byte writing functionsKostya Shishkov2017-05-231-3/+256
* use structure for timestamp informationKostya Shishkov2017-05-224-64/+96
* use frame buffers with codec-specific type of dataKostya Shishkov2017-05-213-130/+288
* more utility codeKostya Shishkov2017-05-211-2/+16
* update TODOKostya Shishkov2017-05-211-4/+5
* simplifyKostya Shishkov2017-05-201-2/+3
* extend NAFrame functionalityKostya Shishkov2017-05-201-1/+20
* fix HAM shufflerKostya Shishkov2017-05-201-4/+6
* use frame refs everywhereKostya Shishkov2017-05-203-36/+103
* simplify error handlingKostya Shishkov2017-05-203-3/+3
* minor register improvementsKostya Shishkov2017-05-201-4/+5
* use clearer names for GDV codecsKostya Shishkov2017-05-201-2/+2
* move NAStream/NAPacket definitions into module frameKostya Shishkov2017-05-203-116/+108
* fix copy-paste errorKostya Shishkov2017-05-201-3/+3
* make internal struct non-publicKostya Shishkov2017-05-201-1/+2
* structure decoders a bit tooKostya Shishkov2017-05-192-4/+28
* prettier demuxers moduleKostya Shishkov2017-05-191-3/+12
* make an interface for working with demuxersKostya Shishkov2017-05-194-6/+46
* decoders framework and sample decoderKostya Shishkov2017-05-173-0/+491
* more work on supporting decoders in frameworkKostya Shishkov2017-05-174-26/+196
* simplify names in registerKostya Shishkov2017-05-171-18/+18
* extend formats functionality a bitKostya Shishkov2017-05-171-7/+25
* features for disabling componentsKostya Shishkov2017-05-171-1/+12
* add PCM codecs to the registerKostya Shishkov2017-05-161-1/+3
* use codec name in infoKostya Shishkov2017-05-163-8/+19
* codec registerKostya Shishkov2017-05-162-1/+174
* simplify chunk/list handling a bitKostya Shishkov2017-05-151-25/+19
* AVI demuxerKostya Shishkov2017-05-142-0/+378
* print more info for streamsKostya Shishkov2017-05-142-3/+28
* RGB24 formatonKostya Shishkov2017-05-141-0/+8
* make read_buf() always read proper sizesKostya Shishkov2017-05-141-0/+20
* revamp stream handling in demuxersKostya Shishkov2017-05-132-37/+61
* Split formats into separate file and extend their functionalityKostya Shishkov2017-05-134-138/+379
* use Self instead of explicit typeKostya Shishkov2017-05-131-1/+1
* channel map workKostya Shishkov2017-05-111-46/+14
* first stab at channel mapKostya Shishkov2017-05-111-0/+91
* soniton should report if sample is signedKostya Shishkov2017-05-111-2/+3
* get rid of lifetimes in infosKostya Shishkov2017-05-113-26/+43
* TODOKostya Shishkov2017-05-111-1/+2
* add TODOKostya Shishkov2017-05-101-0/+3
* integer code readerKostya Shishkov2017-05-102-1/+145
* complete codebook LUT generatorKostya Shishkov2017-05-101-27/+250
* use peek in GDV demuxerKostya Shishkov2017-05-101-3/+1