rmdemux: Sipro deinterleaver should work on whole frame
[nihav.git] / nihav-realmedia / src /
2019-12-09 Kostya Shishkovrmdemux: Sipro deinterleaver should work on whole frame
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-23 Kostya Shishkovrmdemux: streams timestamps are in milliseconds
2019-11-23 Kostya Shishkovrv60: generate correct PTS for B-frames
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-16 Kostya Shishkovallow to skip index building
2019-11-15 Kostya Shishkovadd index and seeking to RealMedia demuxer
2019-11-13 Kostya Shishkovinitial seeking support
2019-11-11 Kostya Shishkovcheck for missing reference frames in various decoders
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-10-06 Kostya Shishkovmove GenericCache to common place
2019-07-03 Kostya Shishkovmove zigzag scan to common place
2019-05-18 Kostya Shishkovrealmedia: remove unneeded mut
2019-05-15 Kostya Shishkovrealmedia: fix some clippy warnings
2019-05-14 Kostya Shishkovrealmedia: fix clippy errors
2019-05-14 Kostya Shishkovmark traits as dyn
2019-05-05 Kostya Shishkovswitch to better FFT interface and more flexible FFT...
2019-05-02 Kostya Shishkovrealmedia: use video buffer pool in RV3/4/6
2019-05-02 Kostya Shishkovintroduce NADecoderSupport and buffer pools
2019-04-30 Kostya Shishkovswitch NABufferType to use refs for video buffers
2019-04-29 Kostya Shishkovswitch NAFrame references to Arc
2019-04-29 Kostya Shishkovswitch NAStream reference to Arc
2019-04-29 Kostya Shishkovswitch NACodecInfo to Arc
2019-04-28 Kostya Shishkovadd NASimpleVideoFrame and try it in RV60 decoder
2019-04-28 Kostya Shishkovswitch to refcounted buffers
2019-03-21 Kostya Shishkovivr: demuxer fixes
2019-02-15 Kostya Shishkovfix allocated buffer mutability after previous commit
2019-01-22 Kostya Shishkovremove unused imports
2019-01-17 Kostya Shishkovfix the rest of tests
2019-01-17 Kostya Shishkovsplit NihAV into subcrates