summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* indeo/ivi: use tiles without referencesKostya Shishkov2019-12-111-9/+11
* core/scale: add output buffer flipping if neededKostya Shishkov2019-12-101-6/+78
* core/frame: add get_num_components() call to NAVideoBufferKostya Shishkov2019-12-101-0/+1
* vp3: codec outputs flipped framesKostya Shishkov2019-12-101-1/+1
* rmdemux: Sipro deinterleaver should work on whole frameKostya Shishkov2019-12-091-1/+1
* core/soundcvt: fix some bugs and switch to generic sample reader/writersKostya Shishkov2019-12-071-204/+218
* indeo3: switch test to frame hashesKostya Shishkov2019-12-071-1/+13
* indeo3: add reference requantisationKostya Shishkov2019-12-071-3/+40
* indeo3: handle skip framesKostya Shishkov2019-12-071-0/+6
* indeo3: various small fixesKostya Shishkov2019-12-071-16/+22
* indeo3: flip buffers instead of selectingKostya Shishkov2019-12-071-80/+34
* indeo2: use frame hashes for testingKostya Shishkov2019-11-301-1/+13
* indeo2: swap chroma planesKostya Shishkov2019-11-301-2/+4
* core/soundcvt: use wrapping mul in sample width extensionKostya Shishkov2019-11-271-4/+3
* core/scale: copy pictures with different strides tooKostya Shishkov2019-11-271-3/+32
* avi demuxer: sample size is already in bitsKostya Shishkov2019-11-271-1/+1
* core/soundcvt: add DupMono mode for remixing speed-upKostya Shishkov2019-11-271-1/+27
* make decoders Send-ableKostya Shishkov2019-11-2743-87/+86
* core/scale: optimise nearest-neighbour scalingKostya Shishkov2019-11-231-4/+35
* core/scale: optimise YUV2RGBKostya Shishkov2019-11-231-0/+50
* rmdemux: streams timestamps are in millisecondsKostya Shishkov2019-11-231-6/+6
* rv60: generate correct PTS for B-framesKostya Shishkov2019-11-231-1/+25
* core/scale: fix unpacking conditionKostya Shishkov2019-11-221-1/+1
* core/reorder: simplify I/P/B reordererKostya Shishkov2019-11-221-33/+25
* core/refs: make NABufferRef suitable for passing buffers to threadsKostya Shishkov2019-11-221-0/+3
* duck: switch some codecs to new testing systemKostya Shishkov2019-11-202-6/+27
* core/test: add better decoder testing systemKostya Shishkov2019-11-203-0/+344
* core/test: use common prefix for test data outputKostya Shishkov2019-11-181-4/+6
* make audio decoder tests write .wav files only by requestKostya Shishkov2019-11-1817-42/+60
* fix demuxer tests after introducing seek indexKostya Shishkov2019-11-187-10/+20
* core: add audio format conversion routinesKostya Shishkov2019-11-172-0/+558
* core/frame: make fields of NAAudioInfo publicKostya Shishkov2019-11-171-4/+4
* bink demuxer: save timebase in contextKostya Shishkov2019-11-171-0/+2
* core/frame: add some common audio functions to NABufferTypeKostya Shishkov2019-11-161-0/+40
* core/frame: return a reference to channel map instead of clone for audio bufferKostya Shishkov2019-11-161-2/+2
* core/frame: introduce stride for planar audio buffersKostya Shishkov2019-11-161-7/+10
* 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-163-10/+20
* avi: add index parsing and seekingKostya Shishkov2019-11-151-9/+55
* 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
* add index and seeking to RealMedia demuxerKostya Shishkov2019-11-151-14/+72
* switch seek index to use milliseconds instead of timestampsKostya Shishkov2019-11-142-21/+28
* initial seeking supportKostya Shishkov2019-11-138-41/+182
* 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