aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-realmedia
Commit message (Expand)AuthorAgeFilesLines
* rmdemux: Sipro deinterleaver should work on whole frameKostya Shishkov2019-12-091-1/+1
* make decoders Send-ableKostya Shishkov2019-11-2710-13/+13
* rmdemux: streams timestamps are in millisecondsKostya Shishkov2019-11-231-6/+6
* rv60: generate correct PTS for B-framesKostya Shishkov2019-11-231-1/+25
* make audio decoder tests write .wav files only by requestKostya Shishkov2019-11-184-4/+4
* fix demuxer tests after introducing seek indexKostya Shishkov2019-11-181-3/+6
* allow to skip index buildingKostya Shishkov2019-11-161-1/+5
* add index and seeking to RealMedia demuxerKostya Shishkov2019-11-151-14/+72
* initial seeking supportKostya Shishkov2019-11-131-6/+6
* check for missing reference frames in various decodersKostya Shishkov2019-11-112-0/+32
* add flush() to decoder interfaceKostya Shishkov2019-11-0910-0/+29
* move GenericCache to common placeKostya Shishkov2019-10-061-38/+1
* move zigzag scan to common placeKostya Shishkov2019-07-032-2/+2
* realmedia: remove unneeded mutKostya Shishkov2019-05-181-1/+1
* core: make blockdsp an independent featureKostya Shishkov2019-05-181-1/+1
* realmedia: fix some clippy warningsKostya Shishkov2019-05-1518-169/+184
* realmedia: fix clippy errorsKostya Shishkov2019-05-146-5/+15
* mark traits as dynKostya Shishkov2019-05-1411-16/+16
* switch to better FFT interface and more flexible FFT implementationKostya Shishkov2019-05-051-2/+1
* realmedia: use video buffer pool in RV3/4/6Kostya Shishkov2019-05-024-23/+57
* introduce NADecoderSupport and buffer poolsKostya Shishkov2019-05-029-19/+19
* switch NABufferType to use refs for video buffersKostya Shishkov2019-04-302-3/+3
* switch NAFrame references to ArcKostya Shishkov2019-04-299-10/+10
* switch NAStream reference to ArcKostya Shishkov2019-04-292-5/+4
* switch NACodecInfo to ArcKostya Shishkov2019-04-299-46/+28
* add NASimpleVideoFrame and try it in RV60 decoderKostya Shishkov2019-04-282-101/+78
* switch to refcounted buffersKostya Shishkov2019-04-289-37/+37
* ivr: demuxer fixesKostya Shishkov2019-03-211-6/+10
* fix allocated buffer mutability after previous commitKostya Shishkov2019-02-154-6/+6
* remove unused importsKostya Shishkov2019-01-221-3/+0
* fix the rest of testsKostya Shishkov2019-01-179-18/+99
* split NihAV into subcratesKostya Shishkov2019-01-1722-0/+30073