log

age author description
2009-02-15 iive Proper condition in xvmc decode mb. libavcodec
2009-02-15 iive Rename xvmc_render_state to something with pixfmt in its name. libavcodec
2009-02-15 iive A little better wording of doxygen comments. libavcodec
2009-02-15 iive Revert 17308. libavcodec
2009-02-15 pross Prevent heap corruption when resampling 8-bit audio. libavcodec
2009-02-15 iive Give a little better name to the magic(_id) field in xvmc struct libavcodec
2009-02-15 diego Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR. libavcodec
2009-02-15 iive Remove obsolete display_flags member from xvmc struct libavcodec
2009-02-15 iive Detailed description of the interesting fields in xvmc struct. libavcodec
2009-02-15 iive Move the state field in the xvmc struct to the extensions section. libavcodec
2009-02-15 diego Remove redundant assert(render) in ff_xvmc_init_block(). The immediately libavcodec
2009-02-15 diego Remove asserts that are immediately followed by a check and error return. libavcodec
2009-02-15 diego Drop struct members display_flags and state with the next major version bump. libavcodec
2009-02-15 diego Doxygen comment/explanation for ff_xvmc_init_block(). libavcodec
2009-02-15 diego Remove completely unsed structure fields mc_type and chroma_format. libavcodec
2009-02-14 diego whitespace consistency cosmetics libavcodec
2009-02-14 diego Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined. libavcodec
2009-02-14 iive Deprecate some unused xvmc structure fields. libavcodec
2009-02-14 diego Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end(). libavcodec
2009-02-14 diego whitespace cosmetics: remove stray space libavcodec
2009-02-14 iive Cosmetics libavcodec
2009-02-14 iive Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&) libavcodec
2009-02-14 diego Doxygenize ff_xvmc_field_start() comment. libavcodec
2009-02-14 diego Clarify ff_xvmc_field_start() comment. libavcodec