]> git.nihav.org Git - nihav.git/history - src/codecs
realmedia: break on zero ID chunk
[nihav.git] / src / codecs /
2018-02-04 Kostya Shishkovclearvideo: implement skip frame
2018-02-04 Kostya ShishkovClearVideo reconstruction fixes + drop debug
2018-02-03 Kostya Shishkovsemi-working ClearVideo decoder
2018-02-01 Kostya Shishkovfix let mut foo = &mut bar warning
2017-12-03 Kostya Shishkovh263: decoder should use BlockDSP interface
2017-12-02 Kostya Shishkovh263: improve B-frames a bit more
2017-12-02 Kostya Shishkovh263: improve B-frame decoding; improve RV2 decoding too
2017-11-28 Kostya Shishkovrv20: B-frame parsing
2017-11-28 Kostya Shishkovh263: improve slice state a bit plus report proper...
2017-11-28 Kostya Shishkovh263: B-frame data
2017-11-27 Kostya Shishkovh263: track first line state too
2017-11-27 Kostya Shishkovh263: make is_gob a part of init
2017-11-26 Kostya Shishkovrv20: .unwrap() -> ?
2017-11-26 Kostya Shishkovrv20: fix RPR
2017-11-26 Kostya Shishkovrv20: use proper DC quant in AIC mode
2017-11-25 Kostya Shishkovrv2: read AIC prediction flag
2017-11-25 Kostya Shishkovh263: implement coefficient prediction for AIC
2017-11-25 Kostya Shishkovi263: do not output data
2017-11-23 Kostya Shishkovh263: rework decoder interfaces
2017-11-12 Kostya ShishkovRealVideo 1 decoder and RealVideo 2 bitstream parser
2017-11-12 Kostya Shishkovdo not output files in indeo4 test
2017-10-07 Kostya ShishkovRealVideo 1 decoder
2017-08-13 Kostya Shishkovindeo4: no need to panic
2017-08-13 Kostya Shishkovremove unused import
2017-08-12 Kostya Shishkovindeo: optimise some routines
2017-08-12 Kostya Shishkovindeo4: faster recombine_plane
2017-08-02 Kostya Shishkovindeo4: typo
2017-08-02 Kostya Shishkovindeo4: backwards MV should be stored as MV1, not MV2
2017-08-02 Kostya Shishkovivi: fix off-by-one shift
2017-07-30 Kostya ShishkovIndeo4/5 decoder
2017-07-02 Kostya Shishkovfactor out decoder test
2017-06-29 Kostya Shishkovgdv: fix methods 2 and 5 decoding
2017-06-25 Kostya Shishkovimc: cosmetics
2017-06-25 Kostya Shishkovpcm: cleanup a bit
2017-06-24 Kostya Shishkovimc: improve decoding
2017-06-22 Kostya Shishkovimc: some optimisations
2017-06-20 Kostya ShishkovIntel Music/Audio Coder plus DSP and other bits for it
2017-06-14 Kostya Shishkovi263: limit the number of frames tested
2017-06-10 Kostya Shishkovreorganise codecs and improve i263 a bit
2017-06-09 Kostya Shishkovdeblocking for I.263
2017-06-09 Kostya Shishkovi263: decode B-frames somehow
2017-06-08 Kostya Shishkovpreliminary work on Intel I.263
2017-06-08 Kostya Shishkovdo not output frames in old video tests
2017-06-04 Kostya Shishkovproper support for linesizes
2017-06-01 Kostya Shishkovmake an error for no frame output
2017-05-31 Kostya ShishkovGremlin Video decoder
2017-05-28 Kostya Shishkovmore utility code for decoders
2017-05-28 Kostya Shishkovrename variable for clarity
2017-05-27 Kostya ShishkovIndeo 3 decoder
2017-05-27 Kostya Shishkovdrop unused import
2017-05-26 Kostya Shishkovmore utility code for decoders, move dumping functions...
2017-05-23 Kostya Shishkovdump audio too in indeo test
2017-05-23 Kostya Shishkovadd PCM decoder(rewrapper)
2017-05-21 Kostya Shishkovuse frame buffers with codec-specific type of data
2017-05-20 Kostya Shishkovsimplify
2017-05-20 Kostya Shishkovfix HAM shuffler
2017-05-20 Kostya Shishkovuse frame refs everywhere
2017-05-20 Kostya Shishkovsimplify error handling
2017-05-20 Kostya Shishkovmove NAStream/NAPacket definitions into module frame
2017-05-20 Kostya Shishkovfix copy-paste error
2017-05-19 Kostya Shishkovstructure decoders a bit too
2017-05-19 Kostya Shishkovmake an interface for working with demuxers
2017-05-17 Kostya Shishkovdecoders framework and sample decoder