Share

FFMpeg Objects - C++ & JMF bindings

File Release Notes and Changelog

Release Name: Fobs4JMF 0.2

Notes: Installation instructions can be found in the documentation section of http://fobs.sourceforge.net


Changes: ----------------------- Fobs - 0.2 - 2004/06/04 ----------------------- Building: - The latest ffmpeg snapshot is now included in the source code package ($FOBS_HOME/ffmpeg). The building script uses this distribution as default. The FFMPEG_HOME parameter is still available (more info with 'buildFobs.sh --help'). - A new parameter is available in the building script: FOBS4JMF=yes|no. It allows to avoid the building of the Fobs4JMF plugin. Interesting if you don't have JAVA installed in your system. - The binaries generated are now organized in a different fashion. All binaries are available in the '/lib' directory: lib/ -> fobs library and headers (all you need to build your apps) lib/samples -> sample programs using fobs library lib/fobs4jmf -> fobs4jmf native&java libraries Improvements: - Code has changed to be compatible with the latest snapshot of ffmpeg (img_resample_full_init function). Bug fixes: - Potential infinite loop when opening certain corrupted videos. Fix: width&height test after getting parameters ----------------------- Fobs - 0.1 - 2004/04/22 ----------------------- Initial release. See README for full details.