summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Prevent heap corruption when resampling 8-bit audio.Peter Ross2009-02-15
* Give a little better name to the magic(_id) field in xvmc structIvan Kalvachev2009-02-15
* Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR.Diego Biurrun2009-02-15
* Remove obsolete display_flags member from xvmc structIvan Kalvachev2009-02-15
* Detailed description of the interesting fields in xvmc struct.Ivan Kalvachev2009-02-15
* Move the state field in the xvmc struct to the extensions section.Ivan Kalvachev2009-02-15
* Remove redundant assert(render) in ff_xvmc_init_block(). The immediatelyDiego Biurrun2009-02-15
* Remove asserts that are immediately followed by a check and error return.Diego Biurrun2009-02-15
* Drop struct members display_flags and state with the next major version bump.Diego Biurrun2009-02-15
* Doxygen comment/explanation for ff_xvmc_init_block().Diego Biurrun2009-02-15
* Remove completely unsed structure fields mc_type and chroma_format.Diego Biurrun2009-02-15
* whitespace consistency cosmeticsDiego Biurrun2009-02-14
* Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.Diego Biurrun2009-02-14
* Deprecate some unused xvmc structure fields.Ivan Kalvachev2009-02-14
* Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().Diego Biurrun2009-02-14
* whitespace cosmetics: remove stray spaceDiego Biurrun2009-02-14
* CosmeticsIvan Kalvachev2009-02-14
* Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&)Ivan Kalvachev2009-02-14
* Doxygenize ff_xvmc_field_start() comment.Diego Biurrun2009-02-14
* Clarify ff_xvmc_field_start() comment.Diego Biurrun2009-02-14
* Check ff_xvmc_field_start() result in all cases.Ivan Kalvachev2009-02-14
* Another attempt to clarify draw_horiz_band() usage.Ivan Kalvachev2009-02-14
* Merge some declarations and initializations.Diego Biurrun2009-02-14
* Return error instead of triggering assert.Ivan Kalvachev2009-02-14
* cosmetics: comment wording/grammarDiego Biurrun2009-02-14
* cosmetics: Change '8*8' to '64'.Diego Biurrun2009-02-14
* cosmetics: K&R styleDiego Biurrun2009-02-14
* Give nice message for failed assert.Ivan Kalvachev2009-02-14
* Attempt to clarify draw_horiz_band description and fix two random typos.Diego Biurrun2009-02-14
* More clarification for draw_horiz_band() in hwaccell mode.Ivan Kalvachev2009-02-14
* Add xvmc_internal.h that contains all internal xvmc function declarations.Diego Biurrun2009-02-14
* Cosmetic 64 instead 8*8Ivan Kalvachev2009-02-14
* Clarify some assert usage.Ivan Kalvachev2009-02-14
* Document that ff_draw_horiz_band() could be used as hwaccell callback.Ivan Kalvachev2009-02-14
* another (last?) round of K&R whitespace cosmeticsDiego Biurrun2009-02-14
* whitespace cosmetics: Align some comments.Diego Biurrun2009-02-14
* whitespace cosmetics: Put some spaces around operators for better readability.Diego Biurrun2009-02-14
* Remove a comment that references a non-existing function.Diego Biurrun2009-02-14
* Make one comment slightly clearer and more readable.Diego Biurrun2009-02-14
* Remove one more commented-out line.Diego Biurrun2009-02-14
* some more K&R whitespace cosmeticsDiego Biurrun2009-02-14
* cosmetics: grammar/spelling/wording fixes in commentsDiego Biurrun2009-02-14
* Remove useless comment.Diego Biurrun2009-02-14
* Restore one set of parentheses to avoid the warning:Diego Biurrun2009-02-14
* whitespace cosmetics: consistently format all commentsDiego Biurrun2009-02-14
* whitespace cosmetics: Correctly indent all comments.Diego Biurrun2009-02-14
* Clarify TODO commentIvan Kalvachev2009-02-14
* Remove compatibility layer for old names of xvmc definitions.Diego Biurrun2009-02-14
* Drop two more sets of useless parentheses.Diego Biurrun2009-02-14
* get rid of the branch predictionIvan Kalvachev2009-02-14