Opened 3 years ago

Closed 3 years ago

Last modified 17 months ago

#8961 closed task (invalid)

Please update and incorporate SpeedHQ Encoder patches from July

Reported by: dgatwood Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords: shq
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:

Back in July, Jean-Baptiste Kempf wrote a patch to incorporate SpeedHQ encoding support.

https://www.mail-archive.com/ffmpeg-devel@ffmpeg.org/msg105907.html

Unfortunately, it looks like the patch hasn't been update since July, so I can only assume that it has slipped through the cracks.

I'm actively working on code that uses FFMPEG's libraries to mux some raw data in that format, but unfortunately, that seems to be impossible because there's no encoder. I can patch in the changes by hand for now, but it would be nice if the support were actually in the tree (particularly because the comments sound like there might be some thread safety problems in the code as written).

Could somebody please take a look at that patch set, figure out what needs to be done to bring it up to spec, and get it checked in? :-)

How to reproduce:

Write code that attempts to mux data in the SpeedHQ codec. Observe that avcodec_find_encoder(AV_CODEC_ID_SPEEDHQ) returns NULL.

Change History (2)

comment:1 by Carl Eugen Hoyos, 3 years ago

Keywords: SpeedHQ added
Resolution: invalid
Status: newclosed

This is not a valid ticket, feel free to ping the patch on the mailing list (or J-B or another active developer).

comment:2 by Carl Eugen Hoyos, 17 months ago

Keywords: shq added; SpeedHQ removed
Note: See TracTickets for help on using tickets.