Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | core/formats: make NASoniton fields public | Kostya Shishkov | 2019-11-16 | 1 | -6/+6 | |
| | ||||||
* | core/byteio: add floating point read-write functions | Kostya Shishkov | 2019-11-16 | 1 | -0/+56 | |
| | ||||||
* | core/byteio: add standalone write functions | Kostya Shishkov | 2019-11-16 | 1 | -0/+35 | |
| | ||||||
* | allow to skip index building | Kostya Shishkov | 2019-11-16 | 1 | -0/+4 | |
| | ||||||
* | core: improve SeekIndex functionality | Kostya Shishkov | 2019-11-15 | 1 | -2/+14 | |
| | ||||||
* | core: improve interaction with stream type | Kostya Shishkov | 2019-11-15 | 1 | -1/+2 | |
| | ||||||
* | core: add ts_to_time() utility function | Kostya Shishkov | 2019-11-15 | 1 | -0/+20 | |
| | ||||||
* | switch seek index to use milliseconds instead of timestamps | Kostya Shishkov | 2019-11-14 | 1 | -19/+25 | |
| | ||||||
* | initial seeking support | Kostya Shishkov | 2019-11-13 | 1 | -6/+117 | |
| | ||||||
* | core/frame: add time to timestamp conversion utility function | Kostya Shishkov | 2019-11-13 | 1 | -0/+22 | |
| | ||||||
* | core/byteio: reexport SeekFrom | Kostya Shishkov | 2019-11-13 | 1 | -1/+1 | |
| | ||||||
* | core: add frame reordering functionality | Kostya Shishkov | 2019-11-12 | 2 | -0/+92 | |
| | ||||||
* | frame: add ID field | Kostya Shishkov | 2019-11-12 | 1 | -1/+4 | |
| | ||||||
* | add missing flush() implementation | Kostya Shishkov | 2019-11-11 | 1 | -0/+3 | |
| | ||||||
* | add flush() to decoder interface | Kostya Shishkov | 2019-11-09 | 1 | -0/+1 | |
| | ||||||
* | core/dsp: add imdct_half | Kostya Shishkov | 2019-11-08 | 1 | -0/+19 | |
| | ||||||
* | dec_video: care about PTS only in the decoded stream | Kostya Shishkov | 2019-10-30 | 1 | -3/+3 | |
| | ||||||
* | move GenericCache to common place | Kostya Shishkov | 2019-10-06 | 2 | -0/+40 | |
| | ||||||
* | MidiVid decoder | Kostya Shishkov | 2019-09-26 | 1 | -0/+7 | |
| | ||||||
* | register: fix some On2-related entries | Kostya Shishkov | 2019-09-26 | 1 | -2/+3 | |
| | ||||||
* | core: add UintCodeType::Limites{Zeroes,Ones} for clarity | Kostya Shishkov | 2019-08-17 | 1 | -0/+4 | |
| | ||||||
* | core: fix read_XX_{be,le} funcs | Kostya Shishkov | 2019-08-17 | 1 | -1/+1 | |
| | ||||||
* | move zigzag scan to common place | Kostya Shishkov | 2019-07-03 | 2 | -11/+11 | |
| | ||||||
* | core/blockdsp: add copy_block() | Kostya Shishkov | 2019-05-18 | 1 | -0/+36 | |
| | ||||||
* | core: make blockdsp an independent feature | Kostya Shishkov | 2019-05-18 | 1 | -1/+1 | |
| | ||||||
* | core/frame: use the same offsets for flipped frame | Kostya Shishkov | 2019-05-17 | 1 | -6/+1 | |
| | ||||||
* | core/frame: change simple frame data to slice | Kostya Shishkov | 2019-05-16 | 1 | -2/+2 | |
| | ||||||
* | core: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 9 | -35/+45 | |
| | ||||||
* | core/refs: fix leak | Kostya Shishkov | 2019-05-14 | 1 | -1/+2 | |
| | ||||||
* | core/refs: fix drop condition | Kostya Shishkov | 2019-05-14 | 1 | -1/+1 | |
| | ||||||
* | core: fix most clippy warnings | Kostya Shishkov | 2019-05-14 | 25 | -407/+387 | |
| | ||||||
* | detect: fix paths for test samples | Kostya Shishkov | 2019-05-14 | 1 | -2/+2 | |
| | ||||||
* | mark traits as dyn | Kostya Shishkov | 2019-05-14 | 7 | -16/+16 | |
| | ||||||
* | codecs: implement Default trait for MV | Kostya Shishkov | 2019-05-11 | 1 | -1/+1 | |
| | ||||||
* | switch to better FFT interface and more flexible FFT implementation | Kostya Shishkov | 2019-05-05 | 2 | -239/+553 | |
| | ||||||
* | introduce NADecoderSupport and buffer pools | Kostya Shishkov | 2019-05-02 | 3 | -35/+93 | |
| | ||||||
* | switch NABufferType to use refs for video buffers | Kostya Shishkov | 2019-04-30 | 2 | -30/+35 | |
| | ||||||
* | dec_video: use scaler in RGB frames | Kostya Shishkov | 2019-04-29 | 1 | -51/+9 | |
| | ||||||
* | scaler initial work | Kostya Shishkov | 2019-04-29 | 6 | -0/+1035 | |
| | ||||||
* | formats: mark paletted formats as packed | Kostya Shishkov | 2019-04-29 | 1 | -0/+1 | |
| | ||||||
* | formats: change RGB24 formaton from BGR to RGB | Kostya Shishkov | 2019-04-29 | 1 | -2/+2 | |
| | ||||||
* | formats: some enhancements for upcoming rescale | Kostya Shishkov | 2019-04-29 | 1 | -2/+40 | |
| | ||||||
* | switch NAFrame references to Arc | Kostya Shishkov | 2019-04-29 | 2 | -14/+10 | |
| | ||||||
* | switch NAStream reference to Arc | Kostya Shishkov | 2019-04-29 | 2 | -15/+17 | |
| | ||||||
* | core: implement Default for NABufferRef | Kostya Shishkov | 2019-04-29 | 1 | -0/+5 | |
| | ||||||
* | switch NACodecInfo to Arc | Kostya Shishkov | 2019-04-29 | 2 | -19/+22 | |
| | ||||||
* | add NASimpleVideoFrame and try it in RV60 decoder | Kostya Shishkov | 2019-04-28 | 1 | -0/+42 | |
| | ||||||
* | switch to refcounted buffers | Kostya Shishkov | 2019-04-28 | 6 | -40/+173 | |
| | ||||||
* | dec_video: allow YUV444 output | Kostya Shishkov | 2019-04-12 | 1 | -21/+45 | |
| | ||||||
* | game: add Discworld Noir BMV demuxer and audio decoder | Kostya Shishkov | 2019-04-02 | 2 | -0/+8 | |
| |