gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] RFC: ffmpeg handler can't play AAC (e.g. youtube)


From: Gabriele Giacone
Subject: [Gnash-dev] RFC: ffmpeg handler can't play AAC (e.g. youtube)
Date: Sat, 17 Aug 2013 01:13:24 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

recent ffmpeg/libav versions doesn't decode aac (youtube for instance) to S16
sample format anymore, they switched to FLTP (Planar floating point).
Current gnash implementation expects S16 samples only and resampling from planar
formats doesn't work.
My changes introduce libswresample(ffmpeg)/libavresample(libav).
You can find them in resample branch at address@hidden:gg0/gnash.git

Thanks for reviewing.

--
Gabriele



reply via email to

[Prev in Thread] Current Thread [Next in Thread]