Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples/transcode: flush decoder on EOF | Zhao Zhili | 2023-08-26 | 1 | -2/+29 |
| | | | | Signed-off-by: Zhao Zhili <zhilizhao@tencent.com> | ||||
* | doc/examples/transcode: convert timestamps between filtering and encoding | Anton Khirnov | 2023-06-03 | 1 | -0/+5 |
| | | | | The timebases do not have to match. | ||||
* | doc/examples/transcode: stop using decoder's AVCodecContext.time_base | Anton Khirnov | 2023-06-03 | 1 | -5/+2 |
| | | | | | | | | The contents of this field are not defined for decoding. Use pkt_timebase, which is the timebase of demuxed packets. Drop a tautological av_packet_rescale_ts() call, as the stream and decoder timebases are the same. | ||||
* | doc/examples/transcode: set packet timebase for decoding | Anton Khirnov | 2023-06-03 | 1 | -0/+5 |
| | | | | It is recommended for callers to set it, though not required. | ||||
* | examples: apply doxy entries consistency fixes | Stefano Sabatini | 2023-02-11 | 1 | -2/+4 |
| | | | | Use consistent format for the @file field and file description. | ||||
* | examples: rename transcoding to transcode | Stefano Sabatini | 2023-02-11 | 1 | -0/+624 |