]> git.nihav.org Git - nihav-encoder.git/shortlog
nihav-encoder.git
8 days ago Kostya Shishkovfix the bug with minimum duration calculation master
8 days ago Kostya Shishkovprint last valid time instead of question marks when...
9 days ago Kostya Shishkovadd raw avi profile
10 days ago Kostya Shishkovdo not attempt to synchronise packets when some of...
11 days ago Kostya Shishkovhopefully fix audio parameters
11 days ago Kostya Shishkovadd profiles for lazier encoding
11 days ago Kostya Shishkovmark copied streams
12 days ago Kostya Shishkovdo not try to fill too large gaps in CFR mode
13 days ago Kostya Shishkovhandle possible encoding errors instead of panicking...
13 days ago Kostya Shishkoverror out on too large constant framerate
13 days ago Kostya Shishkovadd framerate conversion ability
2025-03-17 Kostya Shishkovretrieve last (possibly unsynchronised) packets at...
2025-03-17 Kostya Shishkovattempt to sync packets when possible
2025-03-16 Kostya Shishkovimprove the process of queueing and retrieving packets
2025-03-15 Kostya Shishkovrefactor code for more self-contained encoders and...
2025-03-15 Kostya Shishkovprepare framework for syncing output packets
2025-03-14 Kostya Shishkovsplit transcoder code into separate module
2025-03-13 Kostya Shishkovenforce streams duration calculation in case muxer...
2025-03-13 Kostya Shishkovset audio encoder timebase to the first video stream...
2025-03-13 Kostya Shishkovadd muxer quirks to NULL muxer
2024-06-30 Kostya Shishkovintroduce --iformat as an alias for --input-format
2024-06-30 Kostya Shishkovimgseq: always use rawvideo
2024-04-27 Kostya Shishkovuse NAPacketiser::attach_stream() where appropriate
2024-01-05 Kostya Shishkovmake audio pipe work with interleaved audio properly
2024-01-05 Kostya Shishkovforce PCM audio processing in (almost) all cases
2024-01-05 Kostya Shishkovaudio queue: support interleaved formats
2023-11-11 Kostya ShishkovOnlyVideo/OnlyAudio muxer capabilities mean several...
2023-10-06 Kostya Shishkovadd an option to set the same timebase for as the first...
2023-10-03 Kostya Shishkovadd option to calculate number of frames in the stream
2023-10-03 Kostya Shishkovmake demuxer print information only when requested
2023-10-01 Kostya Shishkovparse and try to apply output stream options before...
2023-10-01 Kostya Shishkovexit in case muxer is not found
2023-08-25 Kostya Shishkovprint unrecognized option/argument value
2023-08-19 Kostya Shishkovallow encoder to work with multiple inputs
2023-08-19 Kostya Shishkovwhitespace fix
2023-08-13 Kostya Shishkovadd PNM image sequence as possible input source
2023-07-27 Kostya Shishkovfix clippy warnings
2023-05-25 Kostya Shishkovimprove audio conversion
2023-05-18 Kostya Shishkovdo not use 'str' as the variable name
2023-05-18 Kostya Shishkovrecognize /dev/null as null muxer output by default
2023-05-16 Kostya Shishkovduplicate last frame when the encoder does not support...
2023-05-05 Kostya Shishkovimprove audio processing pipeline
2023-05-04 Kostya Shishkovparse bitrate in a more flexible way
2023-03-14 Kostya Shishkovadapt to freshly-introduced encoder capabilities
2023-03-10 Kostya Shishkovenhance printed runtime stats
2023-03-10 Kostya Shishkovpass null frames to the encoder without attempting...
2021-11-22 Kostya Shishkovuse raw stream duration
2021-11-18 Kostya Shishkovcalculate PTS for raw stream if needed and possible
2021-11-18 Kostya Shishkovdocument --verbose option
2021-11-17 Kostya Shishkovadd verbose option
2021-11-17 Kostya Shishkovtry to apply default encoder if possible
2021-11-17 Kostya Shishkovsupport various input stream types
2021-10-18 Kostya Shishkovsupport scale options
2021-09-29 Kostya Shishkovdo not ignore boolean "noX" options
2021-04-04 Kostya Shishkovfix or silence clippy warnings
2020-10-04 Kostya Shishkovupdate null sink for newly introduced stream duration
2020-10-04 Kostya Shishkovmention that --help is available
2020-09-27 Kostya Shishkovadd missing dyn keywords
2020-07-19 Kostya Shishkovadd help
2020-07-18 Kostya Shishkovadd COPYING and README.md
2020-07-12 Kostya Shishkovadd an option to force timebase value
2020-07-12 Kostya Shishkovadd frame reordering
2020-07-12 Kostya Shishkovskip packets before start point
2020-07-12 Kostya Shishkovadd short aliases for some commands
2020-07-12 Kostya Shishkovfix copy-paste bug
2020-07-12 Kostya Shishkovuse conversion when output parameters are forced
2020-07-11 Kostya Shishkovparse requested formaton and soniton
2020-07-10 Kostya Shishkovremove trailing whitespace
2020-07-09 Kostya Shishkovnihav_register_all_codecs was renamed
2020-07-09 Kostya Shishkovadd commands for setting start and end time of input...
2020-06-16 Kostya Shishkovfix submodule use
2020-06-12 Kostya Shishkovexit after printing options or lists
2020-06-12 Kostya Shishkovadd options to print codec and (de)muxer lists
2020-06-12 Kostya Shishkovadd null encoder and muxer
2020-06-09 Kostya Shishkovfix stream copy mode
2020-06-08 Kostya Shishkovpreserve wrong encoder name for later
2020-06-07 Kostya Shishkovre-add missing dependencies
2020-06-06 Kostya ShishkovInitial work on transcoder