Re: [FFmpeg-devel] [PATCH] Add enhanced rtmp codec vp8 to flv format

2024-08-06 Thread Mondain
Ok, sounds good; I'll get this rebased; one small patch is gonna take longer than expected. On Tue, Aug 6, 2024 at 9:39 AM Timo Rothenpieler wrote: > > On 06.08.2024 18:29, Mondain wrote: > > Just a curiosity thing; why would the spec need to be out of alpha, yet the > > o

Re: [FFmpeg-devel] [PATCH] Add enhanced rtmp codec vp8 to flv format

2024-08-06 Thread Mondain
Timo, I've created the PR here: https://github.com/BtbN/FFmpeg/pull/2 On Tue, Aug 6, 2024 at 9:29 AM Mondain wrote: > Just a curiosity thing; why would the spec need to be out of alpha, yet > the other codecs are already in ffmpeg? Just no preference for VP8 itself, > while its

Re: [FFmpeg-devel] [PATCH] Add enhanced rtmp codec vp8 to flv format

2024-08-06 Thread Mondain
, Aug 5, 2024 at 12:55 PM Timo Rothenpieler wrote: > On 05.08.2024 16:01, Mondain wrote: > > Fixes: Reading and writing of VP8 media in FLV files, to match > > existing enhanced codecs > > This will be part of the already finished enhanced rtmp v2 patch set, > but the spec n

[FFmpeg-devel] [PATCH] Add enhanced rtmp codec vp8 to flv format

2024-08-05 Thread Mondain
return AVERROR(EINVAL); @@ -1150,9 +1164,12 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt) avio_write(pb, "hvc1", 4); if (pkttype == PacketTypeCodedFrames) avio_wb24(pb, pkt->pts - pkt->dts); -} else