mbox series

[FFmpeg-devel,v4,00/17] Add avcodec_get_supported_config()

Message ID 20240904110720.11713-1-ffmpeg@haasn.xyz
Headers show
Series Add avcodec_get_supported_config() | expand

Message

Niklas Haas Sept. 4, 2024, 11:02 a.m. UTC
Changes since v3:

- Added ProRes tagging
- Improved wording of comment
- Fixed crash

Comments

Niklas Haas Sept. 4, 2024, 3:03 p.m. UTC | #1
On Wed, 04 Sep 2024 13:02:29 +0200 Niklas Haas <ffmpeg@haasn.xyz> wrote:
> Changes since v3:
> 
> - Added ProRes tagging
> - Improved wording of comment
> - Fixed crash
> 
> _______________________________________________
> 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".

I will merge this version at the end of the week if there are no further
blocking comments.
martin schitter Sept. 16, 2024, 7:58 a.m. UTC | #2
On 04.09.24 17:03, Niklas Haas wrote:
> On Wed, 04 Sep 2024 13:02:29 +0200 Niklas Haas <ffmpeg@haasn.xyz> wrote:
> 
> I will merge this version at the end of the week if there are no further
> blocking comments.

I think, this changes break the very simple fate tests of my 
DNxUncompressed decoder.

see: 
https://patchwork.ffmpeg.org/project/ffmpeg/patch/20240916055250.1559817-7-ms+git@mur.at/

Unfortunately I can not reproduce it here on my local machine.

It could be also just a side effect of still not uploaded samples 
missing in fate-suite.

thanks
martin
martin schitter Sept. 16, 2024, 8:58 a.m. UTC | #3
On 16.09.24 09:58, martin schitter wrote:
> I think, this changes break the very simple fate tests of my 
> DNxUncompressed decoder.
> 
> see: https://patchwork.ffmpeg.org/project/ffmpeg/ 
> patch/20240916055250.1559817-7-ms+git@mur.at/

Sorry, I was wrong!

You changes are only causing this long list on deprecation warnings but 
the real "Error 254" results are caused by the missing files.

> It could be also just a side effect of still not uploaded samples 
> missing in fate-suite.