Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2016-04-17avfilter/vf_readvitc: Use avpriv_frame_get_metadatap() avoid direct access ↵Michael Niedermayer
to AVFrame.metadata (to comply to API) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-04-16avfilter: add readvitc filterTobias Rapp
Add a filter to scan the top lines of video frames for vertical interval timecode (VITC) information and attach it as metadata keys. Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>