Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/examples/transcode: handle audio encoder frame size restrictions | Anton Khirnov | 2024-09-28 | 1 | -0/+3 |
| | |||||
* | doc/examples/transcode: switch to avcodec_get_supported_config() | Anton Khirnov | 2024-09-28 | 1 | -5/+20 |
| | |||||
* | doc/examples/transcode: stop using avfilter_graph_create_filter() incorrectly | Anton Khirnov | 2024-09-28 | 1 | -6/+18 |
| | | | | See previous commits for details. | ||||
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
| | | | | | | | | | | | There are lots of files that don't need it: The number of object files that actually need it went down from 2011 to 884 here. Keep it for external users in order to not cause breakages. Also improve the other headers a bit while just at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | ||||
* | examples/transcode: fix log message | Zhao Zhili | 2023-12-12 | 1 | -1/+1 |
| | | | | 'encoder' can be audio or video encoder. | ||||
* | 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 |