aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* RealMedia demuxer (video only)Kostya Shishkov2017-09-244-5/+692
|
* drop unneeded importsKostya Shishkov2017-09-242-4/+4
|
* demuxer: drop opened field, let the external Demuxer object take care of thatKostya Shishkov2017-08-272-10/+0
|
* indeo4: no need to panicKostya Shishkov2017-08-131-1/+1
|
* update TODOKostya Shishkov2017-08-131-5/+13
|
* demuxer: use new interfaceKostya Shishkov2017-08-134-70/+168
|
* remove unused importKostya Shishkov2017-08-131-1/+1
|
* io: mark some bitstream reading functions as inlineKostya Shishkov2017-08-122-0/+9
|
* indeo: optimise some routinesKostya Shishkov2017-08-122-61/+158
|
* indeo4: faster recombine_planeKostya Shishkov2017-08-121-5/+63
|
* indeo4: typoKostya Shishkov2017-08-021-1/+1
|
* indeo4: backwards MV should be stored as MV1, not MV2Kostya Shishkov2017-08-021-4/+2
|
* ivi: fix off-by-one shiftKostya Shishkov2017-08-021-1/+1
|
* avi: ignore zero framesKostya Shishkov2017-07-301-0/+5
|
* fix an error in AVI demuxerKostya Shishkov2017-07-301-0/+1
|
* Indeo4/5 decoderKostya Shishkov2017-07-307-2/+3410
|
* improve bit reading functionalityKostya Shishkov2017-07-142-16/+24
|
* add YUVA410 formatonKostya Shishkov2017-07-141-0/+8
|
* allow setting w/h for NAVideoInfoKostya Shishkov2017-07-141-0/+2
|
* write alpha component for PGMYUVKostya Shishkov2017-07-141-1/+18
|
* factor out decoder testKostya Shishkov2017-07-028-336/+217
|
* gdv: fix methods 2 and 5 decodingKostya Shishkov2017-06-291-19/+21
|
* gdv: make demuxer set dimensions from ID if they are not providedKostya Shishkov2017-06-291-2/+38
|
* avi: skip LISTs inside movi dataKostya Shishkov2017-06-281-0/+6
|
* imc: cosmeticsKostya Shishkov2017-06-251-93/+91
|
* avi: fix the situation when last chunk is paddedKostya Shishkov2017-06-251-0/+1
|
* pcm: cleanup a bitKostya Shishkov2017-06-251-7/+5
|
* imc: improve decodingKostya Shishkov2017-06-241-59/+44
|
* imc: some optimisationsKostya Shishkov2017-06-221-13/+43
|
* Intel Music/Audio Coder plus DSP and other bits for itKostya Shishkov2017-06-207-1/+1211
|
* add wav output dumper for testsKostya Shishkov2017-06-153-0/+119
|
* get rid of bitflagsKostya Shishkov2017-06-152-29/+18
|
* bitreader: drop unneeded mutKostya Shishkov2017-06-151-4/+4
|
* bitreader: fix LE**MSB modesKostya Shishkov2017-06-151-11/+14
|
* frame: more utility functionsKostya Shishkov2017-06-151-6/+28
|
* formats: F32 -> F32PKostya Shishkov2017-06-151-2/+2
|
* avi: output bps for audio in bitsKostya Shishkov2017-06-151-1/+1
|
* i263: limit the number of frames testedKostya Shishkov2017-06-141-1/+1
|
* FFT implementationKostya Shishkov2017-06-143-0/+478
|
* reorganise codecs and improve i263 a bitKostya Shishkov2017-06-109-336/+350
|
* deblocking for I.263Kostya Shishkov2017-06-092-16/+201
|
* i263: decode B-frames somehowKostya Shishkov2017-06-093-107/+314
|
* typoKostya Shishkov2017-06-091-1/+1
|
* preliminary work on Intel I.263Kostya Shishkov2017-06-086-5/+1510
|
* do not output frames in old video testsKostya Shishkov2017-06-083-18/+21
|
* bitreader: read logic flags explicitlyKostya Shishkov2017-06-081-0/+10
|
* avi: skip list chunks correctlyKostya Shishkov2017-06-081-2/+8
|
* add I263 to the registerKostya Shishkov2017-06-051-0/+2
|
* AVI: align parsed chunksKostya Shishkov2017-06-041-0/+7
|
* proper support for linesizesKostya Shishkov2017-06-043-19/+35
|