nihav.git
2020-02-17 Kostya Shishkovmake all codec crates export just register_all function...
2020-02-17 Kostya Shishkovduck/vpcommon: vp_tree! does not need to be exported
2020-02-16 Kostya Shishkovremove trailing whitespace
2020-02-16 Kostya Shishkovcore/io: document codebook module
2020-02-15 Kostya Shishkovcore/io: add module description
2020-02-15 Kostya Shishkovcore/io: document intcode module
2020-02-15 Kostya Shishkovcore/io: document bytestream reading/writing module
2020-02-13 Kostya Shishkovcore/io: make bitstream reader clone()able
2020-02-13 Kostya Shishkovcore/io: bitstream reader documentation
2020-02-11 Kostya Shishkovremove trailing whitespaces
2020-02-11 Kostya ShishkovMake BitReader rely on passed slice size without the...
2020-02-11 Kostya Shishkovclearvideo: switch to MD5-based test
2020-02-11 Kostya Shishkovcore/byteio: use slice length directly
2020-02-08 Kostya Shishkovvp7: switch to MD5-based testing
2020-02-08 Kostya Shishkovvp7: fix special modes motion compensation
2020-02-08 Kostya Shishkovvp7: reset scan on keyframe
2020-02-07 Kostya Shishkovvp7: inter DC prediction depends on inter frame type
2020-02-06 Kostya Shishkovvp7: fix split block chroma motion compensation
2020-02-06 Kostya Shishkovvp7: fix intra prediction corner cases
2020-02-06 Kostya Shishkovvp7: skip DC transform for empty block
2020-02-06 Kostya Shishkovvp7: fix inter mode DC predictor
2020-02-02 Kostya Shishkovvp6: switch to MD5-based tests
2020-02-02 Kostya Shishkovduck/vp56: select proper format for VP6 alpha
2020-02-02 Kostya Shishkovcore/register: add fourcc for VP6A
2020-02-02 Kostya Shishkovvp6: set correct interlaced state in inter frame headers
2020-02-02 Kostya Shishkovvp6: fix motion compensation bugs
2020-01-27 Kostya Shishkovvp5: switch to MD5 hash test
2020-01-27 Kostya Shishkovvp5: fix chroma MV
2020-01-26 Kostya Shishkovduck/vp56: fix motion type decoding
2020-01-25 Kostya Shishkovduck/vp56: fix DC prediction
2020-01-25 Kostya Shishkovduck/vpcommon: hopefully fix motion compensation with...
2020-01-25 Kostya Shishkovvp5: fix motion compensation part
2020-01-22 Kostya Shishkovvp3: switch VP4 test to MD5 sum
2020-01-22 Kostya Shishkovvp3: fix neighbourhood info
2020-01-21 Kostya Shishkovvp3: fix fourmv address for VP4
2020-01-21 Kostya Shishkovvp3: fix quantisation matrices for VP4
2020-01-21 Kostya Shishkovduck/vpcommon: hopefully fix vp_copy_block()
2020-01-13 Kostya Shishkovvp3: switch VP30 test to MD5 hash
2020-01-13 Kostya Shishkovvp3: VP30 should update golden frames on low quants
2019-12-30 Kostya Shishkovvp3: remove debug leftovers
2019-12-30 Kostya Shishkovvp3: use MD5 hash for VP3.1 test
2019-12-30 Kostya Shishkovvp3: fix fourmv block positions
2019-12-18 Kostya Shishkovvp3: uncoded block in inter are skip blocks regardless...
2019-12-18 Kostya Shishkovvp3: fix motion compensation code
2019-12-18 Kostya Shishkovvp3: refactor MC for fourmv
2019-12-18 Kostya Shishkovcore/test: flip output PGMYUV if needed
2019-12-17 Kostya Shishkovvp3: add loop filter for chroma
2019-12-17 Kostya Shishkovvp3: fix has_ac condition
2019-12-16 Kostya Shishkovtruemotion2x: switch to MD5-based test
2019-12-16 Kostya Shishkovtruemotion2: switch to MD5-based test
2019-12-16 Kostya Shishkovtruemotionrt: switch to MD5-based test
2019-12-14 Kostya Shishkovindeo3: support mid-stream frame size change
2019-12-14 Kostya Shishkovcore/test: print generated hash in the expected format
2019-12-14 Kostya Shishkovindeo5: switch to MD5-based testing
2019-12-14 Kostya Shishkovindeo/ivi: restore erroneously deleted chunk
2019-12-14 Kostya Shishkovindeo4: use MD5-based testing
2019-12-13 Kostya Shishkovindeo/ivi: init codebook for transparency plane
2019-12-13 Kostya Shishkovindeo/ivi: fix reference selection
2019-12-13 Kostya Shishkovindeo/ivi: fix motion compensation routine
2019-12-11 Kostya Shishkovindeo/ivi: use tiles without references
2019-12-10 Kostya Shishkovcore/scale: add output buffer flipping if needed
2019-12-10 Kostya Shishkovcore/frame: add get_num_components() call to NAVideoBuffer
2019-12-10 Kostya Shishkovvp3: codec outputs flipped frames
2019-12-09 Kostya Shishkovrmdemux: Sipro deinterleaver should work on whole frame
2019-12-07 Kostya Shishkovcore/soundcvt: fix some bugs and switch to generic...
2019-12-07 Kostya Shishkovindeo3: switch test to frame hashes
2019-12-07 Kostya Shishkovindeo3: add reference requantisation
2019-12-07 Kostya Shishkovindeo3: handle skip frames
2019-12-07 Kostya Shishkovindeo3: various small fixes
2019-12-07 Kostya Shishkovindeo3: flip buffers instead of selecting
2019-11-30 Kostya Shishkovindeo2: use frame hashes for testing
2019-11-30 Kostya Shishkovindeo2: swap chroma planes
2019-11-27 Kostya Shishkovcore/soundcvt: use wrapping mul in sample width extension
2019-11-27 Kostya Shishkovcore/scale: copy pictures with different strides too
2019-11-27 Kostya Shishkovavi demuxer: sample size is already in bits
2019-11-27 Kostya Shishkovcore/soundcvt: add DupMono mode for remixing speed-up
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-23 Kostya Shishkovcore/scale: optimise nearest-neighbour scaling
2019-11-23 Kostya Shishkovcore/scale: optimise YUV2RGB
2019-11-23 Kostya Shishkovrmdemux: streams timestamps are in milliseconds
2019-11-23 Kostya Shishkovrv60: generate correct PTS for B-frames
2019-11-22 Kostya Shishkovcore/scale: fix unpacking condition
2019-11-22 Kostya Shishkovcore/reorder: simplify I/P/B reorderer
2019-11-22 Kostya Shishkovcore/refs: make NABufferRef suitable for passing buffer...
2019-11-20 Kostya Shishkovduck: switch some codecs to new testing system
2019-11-20 Kostya Shishkovcore/test: add better decoder testing system
2019-11-18 Kostya Shishkovcore/test: use common prefix for test data output
2019-11-18 Kostya Shishkovmake audio decoder tests write .wav files only by request
2019-11-18 Kostya Shishkovfix demuxer tests after introducing seek index
2019-11-17 Kostya Shishkovcore: add audio format conversion routines
2019-11-17 Kostya Shishkovcore/frame: make fields of NAAudioInfo public
2019-11-17 Kostya Shishkovbink demuxer: save timebase in context
2019-11-16 Kostya Shishkovcore/frame: add some common audio functions to NABufferType
2019-11-16 Kostya Shishkovcore/frame: return a reference to channel map instead...
2019-11-16 Kostya Shishkovcore/frame: introduce stride for planar audio buffers
2019-11-16 Kostya Shishkovcore/formats: make NASoniton fields public
2019-11-16 Kostya Shishkovcore/byteio: add floating point read-write functions
2019-11-16 Kostya Shishkovcore/byteio: add standalone write functions
2019-11-16 Kostya Shishkovallow to skip index building
2019-11-15 Kostya Shishkovavi: add index parsing and seeking
next