| Line 1: |
| | !fps filter!
| | !fps filter!
|
| |
| |
|
| - | can I guess the frame rate or the source so I don't need to pass in the source rate
| + | convert from linear interpolation to R&D coefs
|
| Line 4: |
| |
| |
|
| - | in av_cold int init() args may be null so av_malloc(strlen(args)) would fail, therefore malloc must be within if (args)
| | |
| - |
| | |
| - | Free the mallocked memory
| | |
| - | av_free(in_arg);
| | |
| - |
| | |
| - | if (isnan(setpts->var_values[VAR_STARTPTS]))
| | |
| - | setpts->var_values[VAR_STARTPTS] = TS2D(inpicref->pts);
| | |
| - |
| | |
| - | end_frame() beling logged in request_frame()
| | |
| - |
| | |
| - | set the tb.
| | |
| - |
| | |
| - |
| | |
| Line 20: |
| | check freeing of maloc in init()
| | check freeing of maloc in init()
|
| |
| |
|
| - | change "timebase not exact" warning to be more like overlay
| | |
| - |
| | |
| - | Do I need to change the tb?
| | |
| - |
| | |
| - |
| | |
| Line 27: |
| | !overlay filter!
| | !overlay filter!
|
| |
| |
|
| - | Accept more formats. Perhaps we do format conversion of the OVERLAY if its not close enough to the MAIN.
| | |
| - |
| | |
| Line 32: |
| |
| |
|
| | do args like overlay filter
| | do args like overlay filter
|
| | | + | RGB fade |