nihav.git
2019-01-30 Kostya Shishkovbinkdmx: do not demux zero audio frames
2019-01-28 Kostya Shishkovcore: add DCT functions
2019-01-25 Kostya Shishkovadd RDFT
2019-01-24 Kostya ShishkovBink demuxer
2019-01-23 Kostya Shishkovcodebook: make TableDescReader accept non-static tables
2019-01-23 Kostya ShishkovBMV detection entry
2019-01-23 Kostya ShishkovRAD formats crate and Smacker demuxer and decoder
2019-01-22 Kostya ShishkovDiscworld 2 BMV support
2019-01-22 Kostya Shishkovpublic interface for chromaton creation
2019-01-22 Kostya Shishkovuse chromaton offsets when writing paletted image
2019-01-22 Kostya Shishkovremove unused imports
2019-01-20 Kostya Shishkovre-export some core dependencies
2019-01-19 Kostya Shishkovignore assets dir
2019-01-18 Kostya Shishkovfix warnings
2019-01-17 Kostya Shishkovfix the rest of tests
2019-01-17 Kostya Shishkovtry to fix tests
2019-01-17 Kostya Shishkovsplit remaining decoders and demuxer from core
2019-01-17 Kostya Shishkovallow nihav-tool in the same directory with other crates
2019-01-17 Kostya Shishkovsplit NihAV into subcrates
2018-12-17 Kostya ShishkovGremlinVideo audio decoder
2018-12-17 Kostya Shishkovdrop unneeded mut for mutable refs
2018-12-17 Kostya ShishkovRust2018: use new addressing scheme
2018-12-14 Kostya Shishkovrmdec: remove some cruft
2018-12-14 Kostya Shishkovrmdec: factor out common code and add IVR demuxing...
2018-12-12 Kostya Shishkovcook: block should accomodate data for JS channels too
2018-12-12 Kostya Shishkovrmdec: support MLTI streams
2018-12-12 Kostya Shishkovrmdec: support multiple DATA chunks
2018-12-11 Kostya ShishkovRealAudio demuxer
2018-12-11 Kostya Shishkovbyteio: update syntax
2018-12-11 Kostya Shishkovrv6: make test silent
2018-12-11 Kostya ShishkovRealVideo 6 decoder (mostly working)
2018-12-08 Kostya Shishkovcodebook: reject invalid codes
2018-12-08 Kostya Shishkovh263+rv20: use modified dquant and chroma quant
2018-12-08 Kostya Shishkovrmdec: fix wrong read_xxle()
2018-12-08 Kostya Shishkovrmdec: demux .rmhd too
2018-12-08 Kostya Shishkovregistry: add RealVideo 6 record
2018-10-28 Kostya Shishkovfix trailing whitespace
2018-10-27 Kostya ShishkovAAC-LC decoder
2018-10-27 Kostya Shishkovrmdec: ignore parse errors if data position is known...
2018-10-27 Kostya Shishkovdsp: implement Kaiser-Bessel derived window generation
2018-10-27 Kostya Shishkovdsp: make IDCT (un)scaled
2018-10-23 Kostya Shishkovio: generic table codebook description reader
2018-10-20 Kostya Shishkovrmdec: skip RM-specific first byte of AAC extradata
2018-10-20 Kostya Shishkovcook: force mono mode for v1
2018-10-20 Kostya Shishkovrm: VBR audio deinterleaver support
2018-10-19 Kostya Shishkovtrailing whitespace fixes
2018-10-19 Kostya Shishkovremove panics in working tests
2018-10-19 Kostya ShishkovATRAC3 decoder
2018-10-13 Kostya ShishkovRealAudio Lossless decoder
2018-10-13 Kostya Shishkovadd planar S16 formaton
2018-10-13 Kostya Shishkovfix limited unary code invocation parameters
2018-10-11 Kostya ShishkovCook decoder
2018-10-11 Kostya Shishkovrmdec: demux audio in smaller chunks
2018-10-11 Kostya ShishkovIMDCT implementation
2018-10-11 Kostya Shishkovformat: add channel map conversion from M$ WAVE bitmask
2018-09-22 Kostya Shishkovts102366: small fixes
2018-09-21 Kostya ShishkovRealAudio DNET decoder
2018-09-21 Kostya Shishkovmake it possible to print NAChannelMap or restore it...
2018-09-08 Kostya ShishkovSipro ACELP.net decoder
2018-09-08 Kostya Shishkovrmdec: fix audio header v5 parsing
2018-09-08 Kostya Shishkovrmdec: Sipro deinterleaver
2018-09-08 Kostya Shishkovrv34: remove debug cruft
2018-09-06 Kostya Shishkovra14.4: consistency fix
2018-09-06 Kostya ShishkovRealAudio 1/2: update tests
2018-09-06 Kostya Shishkovrv10: fix MV prediction and remove some cruft
2018-09-06 Kostya Shishkovrmdec: handle situation when last partial frame is...
2018-09-06 Kostya Shishkovdemuxers: report failed checks
2018-09-06 Kostya Shishkovrmdec: allow zero DATA and number of packets
2018-09-06 Kostya Shishkovrmdec: more deinterleavers work
2018-09-05 Kostya ShishkovRealAudio 14.4 and 28.8 decoders
2018-09-05 Kostya Shishkovrm: more deinterleaver work
2018-09-05 Kostya Shishkovio: make writer consume outputter
2018-09-05 Kostya Shishkovframe: treat single-channel audio as planar too if...
2018-09-04 Kostya Shishkovrmdec: parse audio information
2018-09-01 Kostya Shishkov[test] use frame PTS instead of packet when available
2018-09-01 Kostya ShishkovRealVideo 3 and 4 decoder
2018-09-01 Kostya Shishkovcodecs: make IPB shuffler provide non-confusing referen...
2018-09-01 Kostya Shishkovrmdemux: some improvements
2018-06-09 Kostya Shishkovio: fix Elias gamma code reading
2018-05-05 Kostya Shishkovmove MV stuff to codecs
2018-04-28 Kostya Shishkovindeo3: drop unneeded parentheses
2018-02-28 Kostya Shishkovrv20: silence unused argument
2018-02-28 Kostya Shishkovh263: better PB-frame reconstruction (for Intel263)
2018-02-24 Kostya Shishkovh263: fix timestamp difference calculcation
2018-02-24 Kostya Shishkovclearvideo: do not output images in test, the decoder...
2018-02-24 Kostya Shishkovrv20: remove debug prints
2018-02-24 Kostya Shishkovrealvideo2: fix dequant for I-frames
2018-02-24 Kostya Shishkovh263: update num_mv2 in set_mv2()
2018-02-24 Kostya Shishkovh263: add missing calls for backward MV predictor keeper
2018-02-24 Kostya Shishkovrealmedia: output completed frame in mode 0
2018-02-05 Kostya Shishkovblockdsp: fix copy-paste error
2018-02-04 Kostya Shishkovrealmedia: break on zero ID chunk
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-03 Kostya Shishkovio: fix codebook LUT generation corner case
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
next