]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_xvmc.c
whitespace cosmetics: remove stray space
[ffmpeg] / libavcodec / mpegvideo_xvmc.c
2009-02-14 Diego Biurrunwhitespace cosmetics: remove stray space
2009-02-14 Diego BiurrunDoxygenize ff_xvmc_field_start() comment.
2009-02-14 Diego BiurrunClarify ff_xvmc_field_start() comment.
2009-02-14 Diego BiurrunMerge some declarations and initializations.
2009-02-14 Ivan KalvachevReturn error instead of triggering assert.
2009-02-14 Diego Biurruncosmetics: comment wording/grammar
2009-02-14 Diego Biurruncosmetics: Change '8*8' to '64'.
2009-02-14 Diego Biurruncosmetics: K&R style
2009-02-14 Ivan KalvachevGive nice message for failed assert.
2009-02-14 Diego BiurrunAdd xvmc_internal.h that contains all internal xvmc...
2009-02-14 Ivan KalvachevCosmetic 64 instead 8*8
2009-02-14 Ivan KalvachevClarify some assert usage.
2009-02-14 Diego Biurrunanother (last?) round of K&R whitespace cosmetics
2009-02-14 Diego Biurrunwhitespace cosmetics: Align some comments.
2009-02-14 Diego Biurrunwhitespace cosmetics: Put some spaces around operators...
2009-02-14 Diego BiurrunRemove a comment that references a non-existing function.
2009-02-14 Diego BiurrunMake one comment slightly clearer and more readable.
2009-02-14 Diego BiurrunRemove one more commented-out line.
2009-02-14 Diego Biurrunsome more K&R whitespace cosmetics
2009-02-14 Diego Biurruncosmetics: grammar/spelling/wording fixes in comments
2009-02-14 Diego BiurrunRemove useless comment.
2009-02-14 Diego BiurrunRestore one set of parentheses to avoid the warning:
2009-02-14 Diego Biurrunwhitespace cosmetics: consistently format all comments
2009-02-14 Diego Biurrunwhitespace cosmetics: Correctly indent all comments.
2009-02-14 Ivan KalvachevClarify TODO comment
2009-02-14 Diego BiurrunDrop two more sets of useless parentheses.
2009-02-14 Ivan Kalvachevget rid of the branch prediction
2009-02-14 Diego Biurruncosmetics: Consistently format all if/else statements...
2009-02-14 Diego BiurrunRemove some useless parentheses.
2009-02-14 Ivan Kalvachevremove obsolete comment
2009-02-14 Ivan Kalvachevremove some useless ()
2009-02-14 Ivan Kalvachevuse ff_xvmc for function names instead of XVMC_
2009-02-14 Diego BiurrunGive public #defines that are used by MPlayer an AV_...
2009-02-14 Diego BiurrunReplace all (x == NULL) or (x != NULL) in assert and...
2009-02-14 Ivan Kalvachevremove assertion that use external definitions
2009-02-14 Diego Biurrunwhitespace cosmetics: vertical alignment
2009-02-14 Diego Biurrunwhitespace cosmetics: another round of formatting consi...
2009-02-14 Diego Biurrunwhitespace cosmetics: consistent (more or less) K&R...
2009-02-14 Diego Biurrunwhitespace cosmetics: Fix indentation depth.
2009-02-14 Diego BiurrunRemove commented-out code.
2009-02-14 Diego BiurrunRename xvmc.c --> mpegvideo_xvmc.c as suggested by...