aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* improve audio conversionHEADmasterKostya Shishkov2023-05-252-13/+53
|
* do not use 'str' as the variable nameKostya Shishkov2023-05-181-12/+12
|
* recognize /dev/null as null muxer output by defaultKostya Shishkov2023-05-181-0/+2
|
* duplicate last frame when the encoder does not support skip framesKostya Shishkov2023-05-161-3/+9
|
* improve audio processing pipelineKostya Shishkov2023-05-052-8/+201
|
* parse bitrate in a more flexible wayKostya Shishkov2023-05-041-1/+33
|
* adapt to freshly-introduced encoder capabilitiesKostya Shishkov2023-03-142-0/+5
|
* enhance printed runtime statsKostya Shishkov2023-03-101-4/+23
|
* pass null frames to the encoder without attempting to convert themKostya Shishkov2023-03-101-2/+6
|
* use raw stream durationKostya Shishkov2021-11-221-0/+3
|
* calculate PTS for raw stream if needed and possibleKostya Shishkov2021-11-181-3/+16
|
* document --verbose optionKostya Shishkov2021-11-181-0/+1
|
* add verbose optionKostya Shishkov2021-11-172-3/+44
|
* try to apply default encoder if possibleKostya Shishkov2021-11-171-3/+66
|
* support various input stream typesKostya Shishkov2021-11-172-45/+378
|
* support scale optionsKostya Shishkov2021-10-181-5/+28
|
* do not ignore boolean "noX" optionsKostya Shishkov2021-09-291-1/+6
|
* fix or silence clippy warningsKostya Shishkov2021-04-042-27/+23
|
* update null sink for newly introduced stream durationKostya Shishkov2020-10-041-1/+1
|
* add missing dyn keywordsKostya Shishkov2020-09-271-2/+2
|
* add helpKostya Shishkov2020-07-191-1/+24
|
* add an option to force timebase valueKostya Shishkov2020-07-121-0/+17
|
* add frame reorderingKostya Shishkov2020-07-121-39/+74
|
* skip packets before start pointKostya Shishkov2020-07-121-0/+4
|
* add short aliases for some commandsKostya Shishkov2020-07-121-4/+4
|
* fix copy-paste bugKostya Shishkov2020-07-121-1/+1
|
* use conversion when output parameters are forcedKostya Shishkov2020-07-121-1/+2
|
* parse requested formaton and sonitonKostya Shishkov2020-07-111-2/+46
|
* remove trailing whitespaceKostya Shishkov2020-07-101-2/+2
|
* nihav_register_all_codecs was renamedKostya Shishkov2020-07-091-1/+1
|
* add commands for setting start and end time of input to processKostya Shishkov2020-07-091-1/+31
|
* fix submodule useKostya Shishkov2020-06-161-1/+1
|
* exit after printing options or listsKostya Shishkov2020-06-121-0/+13
|
* add options to print codec and (de)muxer listsKostya Shishkov2020-06-121-0/+39
|
* add null encoder and muxerKostya Shishkov2020-06-122-0/+107
|
* fix stream copy modeKostya Shishkov2020-06-091-1/+3
|
* preserve wrong encoder name for laterKostya Shishkov2020-06-081-0/+1
|
* Initial work on transcoderKostya Shishkov2020-06-061-0/+875