]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_xvmc.c
Rename unique_id to the way michaelni likes it. (xvmc_id)
[ffmpeg] / libavcodec / mpegvideo_xvmc.c
2009-02-15 Ivan KalvachevRename unique_id to the way michaelni likes it. (xvmc_id)
2009-02-15 Ivan KalvachevDocument all functions in mpegvideo_xvmc.
2009-02-15 Diego BiurrunRename xvmc_pixfmt_render structure to xvmc_pix_fmt.
2009-02-15 Ivan KalvachevKill the magic field in xvmc structure.
2009-02-15 Diego BiurrunK&R whitespace cosmetics
2009-02-15 Diego Biurrun10l: Remove duplicated hunk of code.
2009-02-15 Ivan KalvachevCosmetics. Vertical align.
2009-02-15 Ivan KalvachevAlmost cosmetics.
2009-02-15 Ivan KalvachevCheck all critical xvmc struct fields in ff_xvmc_field_...
2009-02-15 Ivan KalvachevProper condition in xvmc decode mb.
2009-02-15 Ivan KalvachevRename xvmc_render_state to something with pixfmt in...
2009-02-15 Ivan KalvachevRevert 17308.
2009-02-15 Ivan KalvachevGive a little better name to the magic(_id) field in...
2009-02-15 Diego BiurrunReplace assert in ff_xvmc_field_end() by av_log call...
2009-02-15 Diego BiurrunRemove redundant assert(render) in ff_xvmc_init_block...
2009-02-15 Diego BiurrunRemove asserts that are immediately followed by a check...
2009-02-15 Diego BiurrunDoxygen comment/explanation for ff_xvmc_init_block().
2009-02-14 Diego BiurrunAdd Doxygen comment similar to ff_xvmc_field_start...
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...