| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end(). | Diego Biurrun | 2009-02-14 | 1 | -0/+4 |
* | whitespace cosmetics: remove stray space | Diego Biurrun | 2009-02-14 | 1 | -1/+1 |
* | Cosmetics | Ivan Kalvachev | 2009-02-14 | 1 | -3/+3 |
* | Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&) | Ivan Kalvachev | 2009-02-14 | 1 | -15/+6 |
* | Doxygenize ff_xvmc_field_start() comment. | Diego Biurrun | 2009-02-14 | 1 | -2/+4 |
* | Clarify ff_xvmc_field_start() comment. | Diego Biurrun | 2009-02-14 | 1 | -2/+2 |
* | Check ff_xvmc_field_start() result in all cases. | Ivan Kalvachev | 2009-02-14 | 1 | -1/+2 |
* | Another attempt to clarify draw_horiz_band() usage. | Ivan Kalvachev | 2009-02-14 | 1 | -7/+7 |
* | Merge some declarations and initializations. | Diego Biurrun | 2009-02-14 | 1 | -9/+4 |
* | Return error instead of triggering assert. | Ivan Kalvachev | 2009-02-14 | 1 | -1/+1 |
* | cosmetics: comment wording/grammar | Diego Biurrun | 2009-02-14 | 1 | -2/+3 |
* | cosmetics: Change '8*8' to '64'. | Diego Biurrun | 2009-02-14 | 1 | -1/+1 |
* | cosmetics: K&R style | Diego Biurrun | 2009-02-14 | 1 | -4/+4 |
* | Give nice message for failed assert. | Ivan Kalvachev | 2009-02-14 | 1 | -1/+6 |
* | Attempt to clarify draw_horiz_band description and fix two random typos. | Diego Biurrun | 2009-02-14 | 1 | -7/+7 |
* | More clarification for draw_horiz_band() in hwaccell mode. | Ivan Kalvachev | 2009-02-14 | 1 | -0/+4 |
* | Add xvmc_internal.h that contains all internal xvmc function declarations. | Diego Biurrun | 2009-02-14 | 4 | -9/+36 |
* | Cosmetic 64 instead 8*8 | Ivan Kalvachev | 2009-02-14 | 1 | -1/+1 |
* | Clarify some assert usage. | Ivan Kalvachev | 2009-02-14 | 1 | -0/+2 |
* | Document that ff_draw_horiz_band() could be used as hwaccell callback. | Ivan Kalvachev | 2009-02-14 | 1 | -0/+3 |
* | another (last?) round of K&R whitespace cosmetics | Diego Biurrun | 2009-02-14 | 1 | -3/+3 |
* | whitespace cosmetics: Align some comments. | Diego Biurrun | 2009-02-14 | 1 | -8/+8 |
* | whitespace cosmetics: Put some spaces around operators for better readability. | Diego Biurrun | 2009-02-14 | 1 | -4/+4 |
* | Remove a comment that references a non-existing function. | Diego Biurrun | 2009-02-14 | 1 | -1/+0 |
* | Make one comment slightly clearer and more readable. | Diego Biurrun | 2009-02-14 | 1 | -1/+1 |
* | Remove one more commented-out line. | Diego Biurrun | 2009-02-14 | 1 | -1/+1 |
* | some more K&R whitespace cosmetics | Diego Biurrun | 2009-02-14 | 1 | -14/+14 |
* | cosmetics: grammar/spelling/wording fixes in comments | Diego Biurrun | 2009-02-14 | 2 | -10/+11 |
* | Remove useless comment. | Diego Biurrun | 2009-02-14 | 1 | -1/+0 |
* | Restore one set of parentheses to avoid the warning: | Diego Biurrun | 2009-02-14 | 1 | -1/+1 |
* | whitespace cosmetics: consistently format all comments | Diego Biurrun | 2009-02-14 | 1 | -35/+34 |
* | whitespace cosmetics: Correctly indent all comments. | Diego Biurrun | 2009-02-14 | 1 | -10/+10 |
* | Clarify TODO comment | Ivan Kalvachev | 2009-02-14 | 1 | -1/+3 |
* | Remove compatibility layer for old names of xvmc definitions. | Diego Biurrun | 2009-02-14 | 1 | -9/+0 |
* | Drop two more sets of useless parentheses. | Diego Biurrun | 2009-02-14 | 1 | -1/+1 |
* | get rid of the branch prediction | Ivan Kalvachev | 2009-02-14 | 1 | -8/+4 |
* | cosmetics: Consistently format all if/else statements in K&R style | Diego Biurrun | 2009-02-14 | 1 | -8/+7 |
* | Remove some useless parentheses. | Diego Biurrun | 2009-02-14 | 1 | -4/+4 |
* | Rename some forward declarations that were missed, fixes the warnings: | Diego Biurrun | 2009-02-14 | 1 | -2/+2 |
* | remove obsolete comment | Ivan Kalvachev | 2009-02-14 | 1 | -4/+0 |
* | Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions. | Diego Biurrun | 2009-02-14 | 1 | -2/+2 |
* | remove some useless () | Ivan Kalvachev | 2009-02-14 | 1 | -3/+3 |
* | use ff_xvmc for function names instead of XVMC_ | Ivan Kalvachev | 2009-02-14 | 3 | -16/+16 |
* | whitespace cosmetics: Restore vertical alignment. | Diego Biurrun | 2009-02-14 | 1 | -25/+21 |
* | clarify xvmc struct fields usage distribution (internal communication) | Ivan Kalvachev | 2009-02-14 | 1 | -5/+5 |
* | doxygen style comments | Ivan Kalvachev | 2009-02-14 | 1 | -25/+38 |
* | Replace useless X11 #includes by the one that actually provides the required | Diego Biurrun | 2009-02-14 | 1 | -6/+1 |
* | whitespace cosmetics: vertical alignment | Diego Biurrun | 2009-02-14 | 1 | -28/+24 |
* | Fix non-Doxygen comment. | Diego Biurrun | 2009-02-14 | 1 | -1/+1 |
* | Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined. | Diego Biurrun | 2009-02-14 | 1 | -0/+1 |