Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH v2 0/7] MediaCodec encoder: Fix width/height alignment issue and add more options
@ 2022-12-07  9:31 Zhao Zhili
  2022-12-15 15:25 ` Zhao Zhili
  0 siblings, 1 reply; 3+ messages in thread
From: Zhao Zhili @ 2022-12-07  9:31 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Zhao Zhili

From: Zhao Zhili <zhilizhao@tencent.com>

v2:
Reorder 1/7 and 2/7.

Zhao Zhili (7):
  avcodec/mediacodecenc: make each encoder has its own option
  avcodec/mediacodecenc: add bitrate_mode option
  avcodec/mediacodecenc: add level option
  avcodec/mediacodecenc: use bsf to handle crop
  avcodec/mediacodecenc: remove the strategy to create DTS
  avcodec/mediacodecenc: add max-bframes support
  avcodec/mediacodecenc: add pts_as_dts option

 configure                  |   2 +
 libavcodec/mediacodecenc.c | 294 +++++++++++++++++++++++++++++++------
 libavcodec/version.h       |   2 +-
 3 files changed, 256 insertions(+), 42 deletions(-)

-- 
2.25.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH v2 0/7] MediaCodec encoder: Fix width/height alignment issue and add more options
  2022-12-07  9:31 [FFmpeg-devel] [PATCH v2 0/7] MediaCodec encoder: Fix width/height alignment issue and add more options Zhao Zhili
@ 2022-12-15 15:25 ` Zhao Zhili
  2022-12-16 12:37   ` "zhilizhao(赵志立)"
  0 siblings, 1 reply; 3+ messages in thread
From: Zhao Zhili @ 2022-12-15 15:25 UTC (permalink / raw)
  To: ffmpeg-devel

On Wed, 2022-12-07 at 17:31 +0800, Zhao Zhili wrote:
> From: Zhao Zhili <zhilizhao@tencent.com>
> 
> v2:
> Reorder 1/7 and 2/7.
> 
> Zhao Zhili (7):
>   avcodec/mediacodecenc: make each encoder has its own option
>   avcodec/mediacodecenc: add bitrate_mode option
>   avcodec/mediacodecenc: add level option
>   avcodec/mediacodecenc: use bsf to handle crop
>   avcodec/mediacodecenc: remove the strategy to create DTS
>   avcodec/mediacodecenc: add max-bframes support
>   avcodec/mediacodecenc: add pts_as_dts option
> 
>  configure                  |   2 +
>  libavcodec/mediacodecenc.c | 294 +++++++++++++++++++++++++++++++--
> ----
>  libavcodec/version.h       |   2 +-
>  3 files changed, 256 insertions(+), 42 deletions(-)
> 

Will apply tomorrow.

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH v2 0/7] MediaCodec encoder: Fix width/height alignment issue and add more options
  2022-12-15 15:25 ` Zhao Zhili
@ 2022-12-16 12:37   ` "zhilizhao(赵志立)"
  0 siblings, 0 replies; 3+ messages in thread
From: "zhilizhao(赵志立)" @ 2022-12-16 12:37 UTC (permalink / raw)
  To: FFmpeg development discussions and patches



> On Dec 15, 2022, at 23:25, Zhao Zhili <quinkblack@foxmail.com> wrote:
> 
> On Wed, 2022-12-07 at 17:31 +0800, Zhao Zhili wrote:
>> From: Zhao Zhili <zhilizhao@tencent.com>
>> 
>> v2:
>> Reorder 1/7 and 2/7.
>> 
>> Zhao Zhili (7):
>>  avcodec/mediacodecenc: make each encoder has its own option
>>  avcodec/mediacodecenc: add bitrate_mode option
>>  avcodec/mediacodecenc: add level option
>>  avcodec/mediacodecenc: use bsf to handle crop
>>  avcodec/mediacodecenc: remove the strategy to create DTS
>>  avcodec/mediacodecenc: add max-bframes support
>>  avcodec/mediacodecenc: add pts_as_dts option
>> 
>> configure                  |   2 +
>> libavcodec/mediacodecenc.c | 294 +++++++++++++++++++++++++++++++--
>> ----
>> libavcodec/version.h       |   2 +-
>> 3 files changed, 256 insertions(+), 42 deletions(-)
>> 
> 
> Will apply tomorrow.

Pushed.

> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-16 12:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07  9:31 [FFmpeg-devel] [PATCH v2 0/7] MediaCodec encoder: Fix width/height alignment issue and add more options Zhao Zhili
2022-12-15 15:25 ` Zhao Zhili
2022-12-16 12:37   ` "zhilizhao(赵志立)"

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git