Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-15mpegvideo: split ff_draw_horiz_band().Anton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2011-07-11hwaccel: unbreak buildMans Rullgard
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-11-10Simplify: Remove impossible condition.Nicolas Kaiser
2010-06-30Fix grammar errors in documentationMåns Rullgård
2009-10-27Consistently use third person in doxies.Stefano Sabatini
2009-02-22Change the type of pblocks from pointers to short array intoIvan Kalvachev
2009-02-19Add more paranoid checks of xvmc token.Ivan Kalvachev
2009-02-19Directly #include required X11/XvMC header.Diego Biurrun
2009-02-18Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset andDiego Biurrun
2009-02-18small Doxygen comment grammar fixDiego Biurrun
2009-02-18Revert converting two asserts into if checks and error messages.Diego Biurrun
2009-02-17Thoroughly check all fields set by the application in xvmc struct.Ivan Kalvachev
2009-02-16whitespace cosmetics: Place spaces around += for better readability.Diego Biurrun
2009-02-16Replace two asserts by checks and error messages.Diego Biurrun
2009-02-16whitespace cosmeticsDiego Biurrun
2009-02-16Give struct members more sensible names:Diego Biurrun
2009-02-15Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similarDiego Biurrun
2009-02-15cosmetics: typo fixDiego Biurrun
2009-02-15spelling/grammar/wording fixes for Doxygen commentsDiego Biurrun
2009-02-15Rename unique_id to the way michaelni likes it. (xvmc_id)Ivan Kalvachev
2009-02-15Document all functions in mpegvideo_xvmc.Ivan Kalvachev
2009-02-15Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.Diego Biurrun
2009-02-15Kill the magic field in xvmc structure.Ivan Kalvachev
2009-02-15K&R whitespace cosmeticsDiego Biurrun
2009-02-1510l: Remove duplicated hunk of code.Diego Biurrun
2009-02-15Cosmetics. Vertical align.Ivan Kalvachev
2009-02-15Almost cosmetics.Ivan Kalvachev
2009-02-15Check all critical xvmc struct fields in ff_xvmc_field_start()Ivan Kalvachev
2009-02-15Proper condition in xvmc decode mb.Ivan Kalvachev
2009-02-15Rename xvmc_render_state to something with pixfmt in its name.Ivan Kalvachev
2009-02-15Revert 17308.Ivan Kalvachev
2009-02-15Give a little better name to the magic(_id) field in xvmc structIvan Kalvachev
2009-02-15Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR.Diego Biurrun
2009-02-15Remove redundant assert(render) in ff_xvmc_init_block(). The immediatelyDiego Biurrun
2009-02-15Remove asserts that are immediately followed by a check and error return.Diego Biurrun
2009-02-15Doxygen comment/explanation for ff_xvmc_init_block().Diego Biurrun
2009-02-15Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().Diego Biurrun
2009-02-15whitespace cosmetics: remove stray spaceDiego Biurrun
2009-02-15Doxygenize ff_xvmc_field_start() comment.Diego Biurrun
2009-02-15Clarify ff_xvmc_field_start() comment.Diego Biurrun
2009-02-15Merge some declarations and initializations.Diego Biurrun
2009-02-15Return error instead of triggering assert.Ivan Kalvachev
2009-02-15cosmetics: comment wording/grammarDiego Biurrun
2009-02-15cosmetics: Change '8*8' to '64'.Diego Biurrun