summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avi: ignore actual bimap header size in relation to stream header sizeKostya Shishkov2020-05-231-1/+1
* avi: do not ignore guessed formatKostya Shishkov2020-05-231-1/+1
* avi: fix palette orderKostya Shishkov2020-05-231-4/+5
* avi: end demuxing when index is encounteredKostya Shishkov2020-05-231-1/+1
* avi: provide palette as side data and handle palette changesKostya Shishkov2020-05-231-1/+60
* avi muxerKostya Shishkov2020-05-214-1/+363
* registry: allow searching for FOURCC/TWOCC by codec nameKostya Shishkov2020-05-211-0/+16
* core/demuxers: export demuxer stream managerKostya Shishkov2020-05-211-0/+4
* core/formats: add NAPixelFormaton::get_total_depth()Kostya Shishkov2020-05-211-0/+10
* core: introduce muxers moduleKostya Shishkov2020-05-213-1/+136
* cinepak: add grayscale and palette output modesKostya Shishkov2020-05-201-18/+131
* mov: output track palette as side dataKostya Shishkov2020-05-201-13/+22
* core/frame: introduce NASideDataKostya Shishkov2020-05-201-2/+18
* avi demuxer: mark packets as keyframe if we have indexKostya Shishkov2020-05-181-3/+8
* Cinepak decoderKostya Shishkov2020-05-174-1/+351
* mov: ignore some common chunksKostya Shishkov2020-05-171-0/+12
* mov: read palette if presentKostya Shishkov2020-05-171-1/+31
* core/scale: add conversion into paletted formatKostya Shishkov2020-05-138-1/+1094
* siren: correct scaling to match reference outputKostya Shishkov2020-05-051-1/+1
* add VivoActive (imperfect) format family supportKostya Shishkov2020-05-0510-0/+3982
* codec_support/h263: fix some cases related to Vivo 2.0Kostya Shishkov2020-05-011-2/+3
* clearvdeo: support MOV variant of extradata as wellKostya Shishkov2020-04-271-3/+4
* add MOV demuxerKostya Shishkov2020-04-273-1/+862
* registry: add codec entries for MOV formatKostya Shishkov2020-04-271-0/+60
* registry: add detection for MOV formatKostya Shishkov2020-04-271-0/+15
* core/io: fix reading escape bits past end in codebookKostya Shishkov2020-04-261-2/+2
* core: introduce a function to print NABufferType metadataKostya Shishkov2020-04-221-0/+42
* vmd: demux L&H StreamTalk audioKostya Shishkov2020-04-191-2/+11
* add Lernout & Hauspie StreamTalk 25kbps at 22 kHz codecKostya Shishkov2020-04-193-1/+648
* add Lernout & Hauspie StreamTalk codecs to the registryKostya Shishkov2020-04-191-0/+5
* vmd: support demuxing newer versionKostya Shishkov2020-04-171-5/+26
* vmd: support stereo IMA ADPCMKostya Shishkov2020-04-171-3/+35
* vmd: remove leftover unused codeKostya Shishkov2020-04-171-7/+1
* vmd: handle IMA ADPCM chunks with odd number of samples correctlyKostya Shishkov2020-04-171-7/+10
* vmd: fix typoKostya Shishkov2020-04-161-5/+5
* vmd: add tests for 16- and 24-bit video and IMA ADPCM audioKostya Shishkov2020-04-161-0/+36
* vmd: support 16- and 24-bit variantsKostya Shishkov2020-04-161-31/+82
* vmd: add IMA ADPCM audio supportKostya Shishkov2020-04-161-2/+39
* move IMA ADPCM decoder into codec_supportKostya Shishkov2020-04-163-47/+63
* vmd: fix RLE decodingKostya Shishkov2020-04-151-3/+5
* vmd: raise unpacked buffer size to a factor fourKostya Shishkov2020-04-151-1/+1
* vmd: take global picture offset into account when decoding framesKostya Shishkov2020-04-151-2/+9
* remove trailing whitespacesKostya Shishkov2020-04-154-4/+4
* core: add a new (de)compression moduleKostya Shishkov2020-04-134-1/+1069
* core/io: fix bug in MemoryReader::peek_buf()Kostya Shishkov2020-04-131-1/+1
* core/io: make Codebook fields and TABLE_FILL_VALUE publicKostya Shishkov2020-04-131-4/+4
* core/soundcvt: fix buffer type in testKostya Shishkov2020-04-111-1/+1
* core/io: fix typo in codebook doc exampleKostya Shishkov2020-04-111-1/+1
* vmd: correct u8 conversionKostya Shishkov2020-04-111-5/+1
* core/io: check for non-unique codes while generating codebook LUTKostya Shishkov2020-04-111-10/+16