aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* allstuff: register nihav-vivo crateKostya Shishkov2020-12-202-0/+8
* vivo: improve decodingKostya Shishkov2020-12-201-16/+253
* codec_support/h263: add intra block reconstruction mode with unquantised DCsKostya Shishkov2020-12-201-2/+106
* codec_support/h263: add IDCT from Annex WKostya Shishkov2020-12-201-0/+113
* aac: issue a warning instead of an error on window sequence mismatchKostya Shishkov2020-12-161-4/+8
* fix or silence clippy warningsKostya Shishkov2020-12-1611-18/+27
* mov: improve audio seeking (hopefully)Kostya Shishkov2020-12-151-2/+53
* h264: split out main chroma MC casesKostya Shishkov2020-12-151-7/+27
* mov: skip common atoms in video codec extradataKostya Shishkov2020-12-141-1/+14
* mov: fix track duration rescalingKostya Shishkov2020-12-131-1/+2
* mov: parse mdhd chunkKostya Shishkov2020-12-121-1/+19
* mostly working ITU H.264 decoderKostya Shishkov2020-12-1218-0/+8776
* add complex frame reorderer for upcoming H.264Kostya Shishkov2020-12-122-0/+69
* mov: calculate DTSKostya Shishkov2020-12-121-2/+104
* mov: introduce an option to print file structureKostya Shishkov2020-12-121-3/+64
* codec_support/data: fix GenericCache internal sizeKostya Shishkov2020-12-051-2/+2
* maximum FLAC order is 32Kostya Shishkov2020-11-281-2/+2
* mov: hopefully fix audio PTS and seekingKostya Shishkov2020-10-251-9/+117
* fix NATimeInfo::time_to_ts()Kostya Shishkov2020-10-252-10/+13
* registry: register AAC in MP4Kostya Shishkov2020-10-241-0/+2
* mov: some fixes for MP4 parsingKostya Shishkov2020-10-241-3/+4
* aac: parse extradata in esds formatKostya Shishkov2020-10-241-1/+55
* aac: allow intensity stereo in right channelKostya Shishkov2020-10-241-1/+1
* core/soundcvt: handle 8-bit signed audioKostya Shishkov2020-10-231-2/+31
* mov: adjust signedness for certain kinds of audioKostya Shishkov2020-10-231-2/+4
* avi: 8-bit audio is unsignedKostya Shishkov2020-10-231-1/+2
* core/scale: fill absent planes during scale processKostya Shishkov2020-10-211-0/+34
* core/scale: process only common components in packing/unpackingKostya Shishkov2020-10-211-2/+3
* mov: parse stts chunk and fix seekingKostya Shishkov2020-10-201-12/+92
* core/soundcvt: fix convertsion of certain sample typesKostya Shishkov2020-10-121-4/+4
* ape: switch large filter to 16-bit data and add x86_64 optimisationKostya Shishkov2020-10-121-8/+74
* eliminate some cargo-clippy warningsKostya Shishkov2020-10-073-3/+4
* wavpack: ignore ext_int flag when comparing headersKostya Shishkov2020-10-072-2/+2
* tta: report sample-based durationKostya Shishkov2020-10-071-1/+4
* ape: report sample-based durationKostya Shishkov2020-10-071-1/+4
* ape: trim filter coefficients to 16-bitKostya Shishkov2020-10-071-0/+1
* core/io: introduce flush() call for ByteIOKostya Shishkov2020-10-041-0/+22
* cinepakenc: switch to MD5-based testKostya Shishkov2020-10-041-1/+3
* msvideo1enc: update test after changes in vector quantiserKostya Shishkov2020-10-041-1/+1
* introduce stream and container durationKostya Shishkov2020-10-0421-48/+144
* wav: generate PTS for demuxed blocksKostya Shishkov2020-10-031-1/+7
* ape: allow larger than required seektables in filesKostya Shishkov2020-10-031-1/+1
* ape: zero samples in silent framesKostya Shishkov2020-10-031-0/+5
* vx: remove trailing whitespacesKostya Shishkov2020-10-031-2/+2
* wavpack: seek to the last frame before skipping framesKostya Shishkov2020-10-031-0/+2
* flac: support seeking when no seektable is presentKostya Shishkov2020-10-031-51/+127
* ape: move dotproduct+filter adaptation into a separate functionKostya Shishkov2020-10-031-9/+16
* core/io: fix reading behaviour with e.g. BufReaderKostya Shishkov2020-09-301-6/+18
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-2723-50/+50
* core: fix clippy warningsKostya Shishkov2020-09-103-5/+7