]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_xvmc.c
lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.
[ffmpeg] / libavcodec / mpegvideo_xvmc.c
2011-07-10 Mans Rullgardhwaccel: unbreak build
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-11-09 Nicolas KaiserSimplify: Remove impossible condition.
2010-06-30 Måns RullgårdFix grammar errors in documentation
2009-10-27 Stefano SabatiniConsistently use third person in doxies.
2009-02-22 Ivan KalvachevChange the type of pblocks from pointers to short array...
2009-02-19 Ivan KalvachevAdd more paranoid checks of xvmc token.
2009-02-19 Diego BiurrunDirectly #include required X11/XvMC header.
2009-02-17 Diego BiurrunReplace sizeof(short) by the more robust sizeof(*s...
2009-02-17 Diego Biurrunsmall Doxygen comment grammar fix
2009-02-17 Diego BiurrunRevert converting two asserts into if checks and error...
2009-02-16 Ivan KalvachevThoroughly check all fields set by the application...
2009-02-16 Diego Biurrunwhitespace cosmetics: Place spaces around += for better...
2009-02-16 Diego BiurrunReplace two asserts by checks and error messages.
2009-02-16 Diego Biurrunwhitespace cosmetics
2009-02-16 Diego BiurrunGive struct members more sensible names:
2009-02-15 Diego BiurrunRename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID...
2009-02-15 Diego Biurruncosmetics: typo fix
2009-02-15 Diego Biurrunspelling/grammar/wording fixes for Doxygen comments
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...