aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* improve detector a bitKostya Shishkov2017-06-042-44/+47
|
* detection module startKostya Shishkov2017-06-021-0/+250
|
* make an error for no frame outputKostya Shishkov2017-06-011-0/+1
|
* Gremlin Video decoderKostya Shishkov2017-05-312-0/+519
|
* more utility code for decodersKostya Shishkov2017-05-281-0/+33
|
* add skip frames and paletted allocKostya Shishkov2017-05-281-1/+16
|
* GDV: put palette into extradataKostya Shishkov2017-05-281-8/+13
|
* rename variable for clarityKostya Shishkov2017-05-281-4/+4
|
* make ByteIOResult publicKostya Shishkov2017-05-281-1/+1
|
* more TODOsKostya Shishkov2017-05-271-1/+3
|
* Indeo 3 decoderKostya Shishkov2017-05-271-0/+1501
|
* drop unused importKostya Shishkov2017-05-271-1/+0
|
* 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-232-0/+71
|
* 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
|
* 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
|