summaryrefslogtreecommitdiff
path: root/libavfilter/vf_readvitc.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
| | | | | Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* avfilter/vf_readvitc: Use avpriv_frame_get_metadatap() avoid direct access ↵Michael Niedermayer2016-04-17
| | | | | | to AVFrame.metadata (to comply to API) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add readvitc filterTobias Rapp2016-04-16
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>