WIP: FFmpeg: Remove timecode support #108059

Draft
Richard Antalik wants to merge 1 commits from iss/blender:bye-indexer into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
Richard Antalik 3c7e2a259b FFmpeg: Remove timecode support
Remove index building code from proxy system, rename functions and types
referring to indexing to only refer to proxy building. Purpose of this
change is to decrease code complexity and needs for maintenance.

Currently, timecode system is in working order. However it is no longer
serving it's purpose - to correct seeking in video files.

Since double buffering was implemented for ffmpeg (f0a3d2beb2), there
were minimum amount of reports concerning seeking functionality. These
were all resolved and for last 7 months I haven't seen any such report.
2023-05-19 00:03:17 +02:00