aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* core/formats: make NASoniton fields publicKostya Shishkov2019-11-161-6/+6
|
* core/byteio: add floating point read-write functionsKostya Shishkov2019-11-161-0/+56
|
* core/byteio: add standalone write functionsKostya Shishkov2019-11-161-0/+35
|
* allow to skip index buildingKostya Shishkov2019-11-161-0/+4
|
* core: improve SeekIndex functionalityKostya Shishkov2019-11-151-2/+14
|
* core: improve interaction with stream typeKostya Shishkov2019-11-151-1/+2
|
* core: add ts_to_time() utility functionKostya Shishkov2019-11-151-0/+20
|
* switch seek index to use milliseconds instead of timestampsKostya Shishkov2019-11-141-19/+25
|
* initial seeking supportKostya Shishkov2019-11-131-6/+117
|
* core/frame: add time to timestamp conversion utility functionKostya Shishkov2019-11-131-0/+22
|
* core/byteio: reexport SeekFromKostya Shishkov2019-11-131-1/+1
|
* core: add frame reordering functionalityKostya Shishkov2019-11-122-0/+92
|
* frame: add ID fieldKostya Shishkov2019-11-121-1/+4
|
* add missing flush() implementationKostya Shishkov2019-11-111-0/+3
|
* add flush() to decoder interfaceKostya Shishkov2019-11-091-0/+1
|
* core/dsp: add imdct_halfKostya Shishkov2019-11-081-0/+19
|
* dec_video: care about PTS only in the decoded streamKostya Shishkov2019-10-301-3/+3
|
* move GenericCache to common placeKostya Shishkov2019-10-062-0/+40
|
* MidiVid decoderKostya Shishkov2019-09-261-0/+7
|
* register: fix some On2-related entriesKostya Shishkov2019-09-261-2/+3
|
* core: add UintCodeType::Limites{Zeroes,Ones} for clarityKostya Shishkov2019-08-171-0/+4
|
* core: fix read_XX_{be,le} funcsKostya Shishkov2019-08-171-1/+1
|
* move zigzag scan to common placeKostya Shishkov2019-07-032-11/+11
|
* core/blockdsp: add copy_block()Kostya Shishkov2019-05-181-0/+36
|
* core: make blockdsp an independent featureKostya Shishkov2019-05-181-1/+1
|
* core/frame: use the same offsets for flipped frameKostya Shishkov2019-05-171-6/+1
|
* core/frame: change simple frame data to sliceKostya Shishkov2019-05-161-2/+2
|
* core: fix some clippy warningsKostya Shishkov2019-05-159-35/+45
|
* core/refs: fix leakKostya Shishkov2019-05-141-1/+2
|
* core/refs: fix drop conditionKostya Shishkov2019-05-141-1/+1
|
* core: fix most clippy warningsKostya Shishkov2019-05-1425-407/+387
|
* detect: fix paths for test samplesKostya Shishkov2019-05-141-2/+2
|
* mark traits as dynKostya Shishkov2019-05-147-16/+16
|
* codecs: implement Default trait for MVKostya Shishkov2019-05-111-1/+1
|
* switch to better FFT interface and more flexible FFT implementationKostya Shishkov2019-05-052-239/+553
|
* introduce NADecoderSupport and buffer poolsKostya Shishkov2019-05-023-35/+93
|
* switch NABufferType to use refs for video buffersKostya Shishkov2019-04-302-30/+35
|
* dec_video: use scaler in RGB framesKostya Shishkov2019-04-291-51/+9
|
* scaler initial workKostya Shishkov2019-04-296-0/+1035
|
* formats: mark paletted formats as packedKostya Shishkov2019-04-291-0/+1
|
* formats: change RGB24 formaton from BGR to RGBKostya Shishkov2019-04-291-2/+2
|
* formats: some enhancements for upcoming rescaleKostya Shishkov2019-04-291-2/+40
|
* switch NAFrame references to ArcKostya Shishkov2019-04-292-14/+10
|
* switch NAStream reference to ArcKostya Shishkov2019-04-292-15/+17
|
* core: implement Default for NABufferRefKostya Shishkov2019-04-291-0/+5
|
* switch NACodecInfo to ArcKostya Shishkov2019-04-292-19/+22
|
* add NASimpleVideoFrame and try it in RV60 decoderKostya Shishkov2019-04-281-0/+42
|
* switch to refcounted buffersKostya Shishkov2019-04-286-40/+173
|
* dec_video: allow YUV444 outputKostya Shishkov2019-04-121-21/+45
|
* game: add Discworld Noir BMV demuxer and audio decoderKostya Shishkov2019-04-022-0/+8
|