]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_xvmc.c
Remove a comment that references a non-existing function.
[ffmpeg] / libavcodec / mpegvideo_xvmc.c
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...