]> git.sesse.net Git - ffmpeg/history - libavcodec/xvmc.h
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / xvmc.h
2012-07-03 Diego Biurrunmisc typo and wording fixes
2012-04-09 Anton Khirnovlavc doxy: add all installed headers to doxy groups.
2011-04-19 Anton Khirnovlavc: remove misc disabled cruft.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-30 Måns RullgårdFix grammar errors in documentation
2009-03-14 Diego BiurrunImprove description of next_free_data_block_num struct...
2009-02-17 Diego Biurrunspelling/grammar/wording fixes for the Doxygen comments
2009-02-16 Ivan KalvachevMinor clarification of xvmc field description.
2009-02-16 Ivan KalvachevImprovements in xvmc structure fields descriptions.
2009-02-16 Diego BiurrunDoxygen comment wording fix
2009-02-16 Diego BiurrunGive struct members more sensible names:
2009-02-16 Diego Biurruncosmetics: one more wording fix
2009-02-16 Diego Biurruncosmetics: Keep lines below 80 characters where sensibl...
2009-02-15 Diego BiurrunDoxygen spelling/wording fixes
2009-02-15 Diego Biurrunspelling/wording fixes for the Doxygen comments
2009-02-15 Diego Biurrundraw_horiz_band() is really ff_draw_horiz_band().
2009-02-15 Diego Biurrunspelling/grammar/wording/whitespace for Doxygen comments
2009-02-15 Diego BiurrunRename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID...
2009-02-15 Ivan KalvachevDescribe all fields in xvmc struct.
2009-02-15 Diego Biurruncomment spelling/grammar/wording fixes
2009-02-15 Diego BiurrunExplain how AV_XVMC_RENDER_MAGIC got its seemingly...
2009-02-15 Ivan KalvachevRename unique_id to the way michaelni likes it. (xvmc_id)
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 Ivan KalvachevRename xvmc_render_state to something with pixfmt in...
2009-02-15 Ivan KalvachevA little better wording of doxygen comments.
2009-02-15 Ivan KalvachevGive a little better name to the magic(_id) field in...
2009-02-15 Ivan KalvachevRemove obsolete display_flags member from xvmc struct
2009-02-15 Ivan KalvachevDetailed description of the interesting fields in xvmc...
2009-02-15 Ivan KalvachevMove the state field in the xvmc struct to the extensio...
2009-02-15 Diego BiurrunDrop struct members display_flags and state with the...
2009-02-15 Diego BiurrunRemove completely unsed structure fields mc_type and...
2009-02-14 Diego Biurrunwhitespace consistency cosmetics
2009-02-14 Diego BiurrunAdd avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR...
2009-02-14 Ivan KalvachevDeprecate some unused xvmc structure fields.
2009-02-14 Diego Biurruncosmetics: grammar/spelling/wording fixes in comments
2009-02-14 Diego BiurrunRemove compatibility layer for old names of xvmc defini...
2009-02-14 Diego Biurrunwhitespace cosmetics: Restore vertical alignment.
2009-02-14 Ivan Kalvachevclarify xvmc struct fields usage distribution (internal...
2009-02-14 Ivan Kalvachevdoxygen style comments
2009-02-14 Diego BiurrunReplace useless X11 #includes by the one that actually...
2009-02-14 Diego Biurrunwhitespace cosmetics: vertical alignment
2009-02-14 Diego BiurrunFix non-Doxygen comment.
2009-02-14 Diego BiurrunAdd avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR...
2009-02-14 Ivan Kalvachevvertically align xvmc struct member comments
2009-02-14 Ivan KalvachevRename xvmc flags to follow ffmpeg AV_ notion.
2009-02-14 Diego BiurrunGive public #defines that are used by MPlayer an AV_...
2009-02-14 Diego BiurrunUpdate multiple inclusion guards to match filename.
2009-02-14 Diego BiurrunFix compilation: Restore mistakenly removed constant...
2009-02-14 Ivan Kalvachevexplain chroma_format field in xvmc struct
2009-02-14 Ivan Kalvachevdescribe idct variable in xvmc struct
2009-02-14 Ivan KalvachevDescribe the purpose of magic in xvmc structure.
2009-02-14 Diego BiurrunRevert adding a _pixfmt to vdpau/xvmc header names.