summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* codecs: implement Default trait for MVKostya Shishkov2019-05-111-1/+1
|
* switch to better FFT interface and more flexible FFT implementationKostya Shishkov2019-05-058-251/+562
|
* realmedia: use video buffer pool in RV3/4/6Kostya Shishkov2019-05-024-23/+57
|
* introduce NADecoderSupport and buffer poolsKostya Shishkov2019-05-0237-114/+172
|
* switch NABufferType to use refs for video buffersKostya Shishkov2019-04-305-43/+48
|
* gdv: fix palette orderKostya Shishkov2019-04-291-3/+3
|
* dec_video: use scaler in RGB framesKostya Shishkov2019-04-291-51/+9
|
* scaler initial workKostya Shishkov2019-04-296-0/+1035
|
* formats: mark paletted formats as packedKostya Shishkov2019-04-291-0/+1
|
* formats: change RGB24 formaton from BGR to RGBKostya Shishkov2019-04-291-2/+2
|
* formats: some enhancements for upcoming rescaleKostya Shishkov2019-04-291-2/+40
|
* switch NAFrame references to ArcKostya Shishkov2019-04-2937-62/+58
|
* switch NAStream reference to ArcKostya Shishkov2019-04-294-20/+21
|
* core: implement Default for NABufferRefKostya Shishkov2019-04-291-0/+5
|
* switch NACodecInfo to ArcKostya Shishkov2019-04-2936-174/+128
|
* add NASimpleVideoFrame and try it in RV60 decoderKostya Shishkov2019-04-283-101/+120
|
* switch to refcounted buffersKostya Shishkov2019-04-2838-117/+248
|
* bink2: fix intra block DCsKostya Shishkov2019-04-171-2/+2
|
* tm2x: add inter mode and switch output to YUVKostya Shishkov2019-04-121-135/+202
|
* dec_video: allow YUV444 outputKostya Shishkov2019-04-121-21/+45
|
* TrueMotion 2X decoder (intra-only for now)Kostya Shishkov2019-04-112-1/+657
|
* bmv3: fix colour update skip decodingKostya Shishkov2019-04-041-1/+1
|
* Discworld Noir BMV video decoderKostya Shishkov2019-04-041-2/+575
|
* bmv3: do not demux empty video framesKostya Shishkov2019-04-021-0/+7
|
* game: add Discworld Noir BMV demuxer and audio decoderKostya Shishkov2019-04-027-3/+389
|
* bink2: transpose quant matrix for KB2fKostya Shishkov2019-03-251-1/+1
|
* bink2: alpha support and proper slicesKostya Shishkov2019-03-221-41/+143
|
* bink2: decode KB2i flagsKostya Shishkov2019-03-211-52/+52
|
* ivr: demuxer fixesKostya Shishkov2019-03-211-6/+10
|
* bink2: luma MC and slice height fixesKostya Shishkov2019-03-191-19/+27
|
* bink2: correct KB2f IDCTKostya Shishkov2019-03-181-8/+9
|
* bink demuxer: skip unknown field in KB2iKostya Shishkov2019-03-171-0/+3
|
* bink2: implement calc_dc as in the referenceKostya Shishkov2019-03-161-3/+20
|
* disable bink2 test outputKostya Shishkov2019-03-151-1/+1
|
* Bink2 semi-working decoderKostya Shishkov2019-03-151-1/+2088
|
* move test files into subdirectoriesKostya Shishkov2019-03-1215-32/+32
|
* indeo: fix 4x4 blocks decodingKostya Shishkov2019-03-121-13/+23
|
* VMD fixesKostya Shishkov2019-02-192-8/+25
|
* indeo3: fix fill_block8x8Kostya Shishkov2019-02-181-0/+3
|
* indeo3: support non-modulo 16 dimensions somewhatKostya Shishkov2019-02-161-9/+16
|
* VMD demuxer and decoderKostya Shishkov2019-02-167-2/+686
|
* smacker: reset only non-empty last symbolsKostya Shishkov2019-02-161-1/+3
|
* byteio: make standalone read_uXX{be,le} functionsKostya Shishkov2019-02-151-0/+27
|
* fix allocated buffer mutability after previous commitKostya Shishkov2019-02-1521-27/+27
|
* frame: make get_vbuf() work for immutable refsKostya Shishkov2019-02-151-7/+7
|
* add test for missing codec descriptionsKostya Shishkov2019-02-132-0/+27
|
* add missing codec descriptionsKostya Shishkov2019-02-131-0/+30
|
* rename truemotion[3-7] into vp[3-7]Kostya Shishkov2019-02-133-34/+30
|
* Duck TrueMotion2 decoderKostya Shishkov2019-02-132-1/+613
|
* make {Full,Short}CodebookDesc fields publicKostya Shishkov2019-02-121-5/+5
|