Myth Patches
Just added a new page with the list of patches that I have submitted to the MythTV trac site.
Just added a new page with the list of patches that I have submitted to the MythTV trac site.
The other day, I ceated a ticket in the mythtv trac system that is the start of the LATM/HE-AAC audio support for NZ freeview|HD. This is just fixing a minor bug where the stream type 0×11 was not being recognised as an audio stream.
I have started converting the LATM/AAC decoder I have done to parser, this will allow us use the current libfaad decoder and just use a parser for the LATM support. This seems to fit better with the way ffmpeg is designed. Anyway, progress is good. I have a simple parser the now allows complete LATM frames to be sent to the decoder. Now to complete the migration of the parser code.
I’ve updated my MythTV and NZ Freeview|HD page. This includes ffmpeg updated to revision 14016 & I have also separated out the LATM AAC patches. The LATM AAC code has been converted to C (rather than C++) and uses the ffmpeg bit-wise functions. I’m hoping to get this formatted such that it can be contributed to the ffmpeg project.