Revisions : ffmpeg2theora
Les articles publiés sur le site
-
Revision 17186 : call avcodec_decode_subtitle2, for those formats that it implements, ...
30 avril 2010, par oggk — Logcall avcodec_decode_subtitle2, for those formats that it implements, and some general cleanup, which should make it easier to decode more formats. OKd by j -
Revision 17185 : better way to check for ffmpeg libs
29 avril 2010, par j — Logbetter way to check for ffmpeg libs -
Revision 17184 : add ...
29 avril 2010, par j — Logadd /home/j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games to scons path. -
Revision 17183 : AVColorPrimaries was introduced in avcodec.h by commit ...
29 avril 2010, par jAVColorPrimaries was introduced in avcodec.h by commit 3cca3c3b22c13ba5794523b982a94dcb43277f59 in ffmpeg: add version to libavcodec check. libavcodec >= 52.30.0 will have AVColorPrimaries -
Revision 17138 : make a logical or use a logical or rather than a bitwise one ; ...
11 avril 2010, par oggk — Logmake a logical or use a logical or rather than a bitwise one; precendence is the same in this case, but it's less confusing.