[FFmpeg-cvslog] avcodec/mediacodecenc: workaround the alignment requirement for H.265

2024-06-06 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu May 23 15:08:56 2024 +0800| [7d46ab9e1206b09ebe1a94ecac49cc99d9b3522e] | committer: Zhao Zhili avcodec/mediacodecenc: workaround the alignment requirement for H.265 Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avcodec/h265_metadata: Add options to set width/height after crop

2024-06-06 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu May 23 15:08:54 2024 +0800| [680b3cee1f481976cae9787e16f181c1d0e989bd] | committer: Zhao Zhili avcodec/h265_metadata: Add options to set width/height after crop It's a common usecase to request a video size after crop. Before this patch, user must kno

[FFmpeg-cvslog] avcodec/mediacodecenc: workaround the alignment requirement only for H.264

2024-06-06 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu May 23 15:08:55 2024 +0800| [2a68b2d643f7b725defa9bec5174853a00411b98] | committer: Zhao Zhili avcodec/mediacodecenc: workaround the alignment requirement only for H.264 There is no bsf for other codecs to modify crop info except H.265. For H.265, the

[FFmpeg-cvslog] avfilter/trim: flag trim filter as metadata only

2024-06-06 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Jun 4 23:55:24 2024 +0530| [d55f5cba7b1fd362beb3b0322c5674016a85e859] | committer: Gyan Doshi avfilter/trim: flag trim filter as metadata only Similar to select filter for video - it can only pass through or drop frames > http://git.videolan.org/gitw