Arttu Ylä-Outinen
|
b4ec664fc9
|
Set DTS values of output pictures.
Adds field dts to struct kvz_picture and rewrites kvz_encoder_feed_frame
to set the DTS when returning pictures.
|
2015-09-14 14:16:56 +03:00 |
|
Arttu Ylä-Outinen
|
97913cee40
|
Add pts field to kvz_picture.
The pts field can be used to set the presentation timestamp of the input
frames. The timestamps are copied to the reconstructed frames.
|
2015-09-14 14:12:00 +03:00 |
|
Ari Lemmetti
|
fc038cb8bf
|
Add --source-scan-type parameter
Options progressive (default)
tff for top field first
bff for bottom field first
|
2015-08-13 12:53:14 +03:00 |
|
Ari Koivula
|
ad11d1bca5
|
Add kvazaar.h to hold high-level encoder API.
- Move encoder initialization from main to kvazaar.c.
- Have main use the API for initialization.
Conflicts:
src/encmain.c
|
2015-07-02 15:52:23 +03:00 |
|