aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-commonfmt
Commit message (Expand)AuthorAgeFilesLines
* mov: parse mdhd chunkKostya Shishkov2020-12-121-1/+19
* mov: calculate DTSKostya Shishkov2020-12-121-2/+104
* mov: introduce an option to print file structureKostya Shishkov2020-12-121-3/+64
* mov: hopefully fix audio PTS and seekingKostya Shishkov2020-10-251-9/+117
* 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
* mov: adjust signedness for certain kinds of audioKostya Shishkov2020-10-231-2/+4
* avi: 8-bit audio is unsignedKostya Shishkov2020-10-231-1/+2
* mov: parse stts chunk and fix seekingKostya Shishkov2020-10-201-12/+92
* cinepakenc: switch to MD5-based testKostya Shishkov2020-10-041-1/+3
* introduce stream and container durationKostya Shishkov2020-10-045-11/+40
* wav: generate PTS for demuxed blocksKostya Shishkov2020-10-031-1/+7
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-273-3/+3
* aac: fix the window group advancement in joint-stereo reconstructionKostya Shishkov2020-08-271-1/+1
* aac: add missing heading bit to escape valueKostya Shishkov2020-08-271-0/+1
* aac: fix TNS filteringKostya Shishkov2020-08-271-4/+10
* avi: correct offsets in idx1 chunks if requiredKostya Shishkov2020-07-151-1/+10
* remove trailing whitespaceKostya Shishkov2020-07-101-1/+1
* cinepakenc: ask for non-flipped image during negotiationKostya Shishkov2020-07-101-1/+1
* rename register_all_codecs to register_all_decodersKostya Shishkov2020-07-099-17/+17
* use NATimePoint for seekingKostya Shishkov2020-07-093-5/+11
* mov: if audio extradata does not start with wave pass it in fullKostya Shishkov2020-07-061-0/+8
* mov: take audio frame size/length into account while demuxingKostya Shishkov2020-07-061-2/+8
* mov: fix video extradata readingKostya Shishkov2020-07-031-1/+2
* mov: better support for CBR audioKostya Shishkov2020-06-261-1/+6
* mov: use block size for audio frames if it's availableKostya Shishkov2020-06-251-4/+12
* mov: parse and add audio extradataKostya Shishkov2020-06-251-2/+41
* mov: do not skip deflate stream header, inflate can do it automatically nowKostya Shishkov2020-06-251-3/+1
* mov: support compressed headerKostya Shishkov2020-06-241-0/+43
* make HAMShuffler genericKostya Shishkov2020-06-162-2/+2
* avi: handle audio extradata shorter than chunk sizeKostya Shishkov2020-06-161-1/+1
* commonfmt: fix or silence clippy warningsKostya Shishkov2020-06-1615-52/+67
* cinepakenc: switch default quantisation mode to median cutKostya Shishkov2020-06-151-1/+1
* cinepakenc: take into account the number of quantised entriesKostya Shishkov2020-06-151-17/+32
* avimux: pad odd frame chunksKostya Shishkov2020-06-151-0/+3
* mov: do not generate palette for color table ID -1Kostya Shishkov2020-06-151-1/+1
* avi: fix index parsingKostya Shishkov2020-06-151-1/+2
* cinepakenc: add missing field in NAVideoInfo used in testKostya Shishkov2020-06-151-0/+1
* cinepakenc: fix V1-only intra modeKostya Shishkov2020-06-151-3/+3
* cinepak: fix inter-frames decodingKostya Shishkov2020-06-151-13/+17
* add A-law and mu-law decodersKostya Shishkov2020-06-142-4/+64
* mov: fix bitdepth handlingKostya Shishkov2020-06-141-5/+8
* mov: support default palette and grayscale modeKostya Shishkov2020-06-131-1/+320
* add declared bitdepth to NAVideoInfoKostya Shishkov2020-06-071-1/+2
* PCM encoderKostya Shishkov2020-06-063-2/+138
* remove trailing whitespacesKostya Shishkov2020-06-063-3/+3
* cinepakenc: replace missed instance of key_int with the constantKostya Shishkov2020-06-061-1/+1
* cinepakenc: remove debug printKostya Shishkov2020-06-061-1/+0
* factor out keyframe interval optionKostya Shishkov2020-06-061-2/+2