summaryrefslogtreecommitdiff
path: root/libavcodec/xvmc.h
Commit message (Collapse)AuthorAge
* misc typo and wording fixesDiego Biurrun2012-07-03
|
* lavc doxy: add all installed headers to doxy groups.Anton Khirnov2012-04-09
|
* lavc: remove misc disabled cruft.Anton Khirnov2011-04-19
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Fix grammar errors in documentationMåns Rullgård2010-06-30
| | | | Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve description of next_free_data_block_num struct member.Diego Biurrun2009-03-14
| | | | Originally committed as revision 17960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wording fixes for the Doxygen commentsDiego Biurrun2009-02-17
| | | | Originally committed as revision 17400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor clarification of xvmc field description.Ivan Kalvachev2009-02-16
| | | | Originally committed as revision 17384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improvements in xvmc structure fields descriptions.Ivan Kalvachev2009-02-16
| | | | Originally committed as revision 17383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen comment wording fixDiego Biurrun2009-02-16
| | | | Originally committed as revision 17361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give struct members more sensible names:Diego Biurrun2009-02-16
| | | | | | | total_number_of_mv_blocks --> allocated_mv_blocks total_number_of_data_blocks --> allocated_data_blocks Originally committed as revision 17356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: one more wording fixDiego Biurrun2009-02-16
| | | | Originally committed as revision 17355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Keep lines below 80 characters where sensibly possible.Diego Biurrun2009-02-16
| | | | Originally committed as revision 17354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen spelling/wording fixesDiego Biurrun2009-02-15
| | | | Originally committed as revision 17353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording fixes for the Doxygen commentsDiego Biurrun2009-02-15
| | | | Originally committed as revision 17352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* draw_horiz_band() is really ff_draw_horiz_band().Diego Biurrun2009-02-15
| | | | Originally committed as revision 17350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wording/whitespace for Doxygen commentsDiego Biurrun2009-02-15
| | | | Originally committed as revision 17349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similarDiego Biurrun2009-02-15
| | | | | | change in the name of the struct member xvmc_id. Originally committed as revision 17348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Describe all fields in xvmc struct.Ivan Kalvachev2009-02-15
| | | | Originally committed as revision 17345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment spelling/grammar/wording fixesDiego Biurrun2009-02-15
| | | | Originally committed as revision 17343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value.Diego Biurrun2009-02-15
| | | | Originally committed as revision 17342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename unique_id to the way michaelni likes it. (xvmc_id)Ivan Kalvachev2009-02-15
| | | | Originally committed as revision 17341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.Diego Biurrun2009-02-15
| | | | Originally committed as revision 17339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kill the magic field in xvmc structure.Ivan Kalvachev2009-02-15
| | | | Originally committed as revision 17338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename xvmc_render_state to something with pixfmt in its name.Ivan Kalvachev2009-02-15
| | | | Originally committed as revision 17314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A little better wording of doxygen comments.Ivan Kalvachev2009-02-15
| | | | Originally committed as revision 17313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give a little better name to the magic(_id) field in xvmc structIvan Kalvachev2009-02-15
| | | | Originally committed as revision 17310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obsolete display_flags member from xvmc structIvan Kalvachev2009-02-15
| | | | | | and mark state defines as obsolete. Originally committed as revision 17307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detailed description of the interesting fields in xvmc struct.Ivan Kalvachev2009-02-15
| | | | Originally committed as revision 17306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the state field in the xvmc struct to the extensions section.Ivan Kalvachev2009-02-15
| | | | | | It has always been a workaround for MPlayer limitations. Originally committed as revision 17305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop struct members display_flags and state with the next major version bump.Diego Biurrun2009-02-15
| | | | | | They are not used within FFmpeg. Originally committed as revision 17302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove completely unsed structure fields mc_type and chroma_format.Diego Biurrun2009-02-15
| | | | | | Their only user, MPlayer, has already been updated not to use them anymore. Originally committed as revision 17300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace consistency cosmeticsDiego Biurrun2009-02-14
| | | | Originally committed as revision 17299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate some unused xvmc structure fields.Ivan Kalvachev2009-02-14
| | | | Originally committed as revision 17297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: grammar/spelling/wording fixes in commentsDiego Biurrun2009-02-14
| | | | Originally committed as revision 17269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove compatibility layer for old names of xvmc definitions.Diego Biurrun2009-02-14
| | | | | | The header was non-public before and the only user, MPlayer, was updated. Originally committed as revision 17263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: Restore vertical alignment.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify xvmc struct fields usage distribution (internal communication)Ivan Kalvachev2009-02-14
| | | | Originally committed as revision 17252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygen style commentsIvan Kalvachev2009-02-14
| | | | Originally committed as revision 17251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace useless X11 #includes by the one that actually provides the requiredDiego Biurrun2009-02-14
| | | | | | declarations of XvMCMacroBlock and XvMCSurface. Originally committed as revision 17250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: vertical alignmentDiego Biurrun2009-02-14
| | | | Originally committed as revision 17249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix non-Doxygen comment.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vertically align xvmc struct member commentsIvan Kalvachev2009-02-14
| | | | Originally committed as revision 17246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename xvmc flags to follow ffmpeg AV_ notion.Ivan Kalvachev2009-02-14
| | | | | | preserve MP_ ones until next major bump. Originally committed as revision 17245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give public #defines that are used by MPlayer an AV_ prefix.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update multiple inclusion guards to match filename.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation: Restore mistakenly removed constant definitions.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* explain chroma_format field in xvmc structIvan Kalvachev2009-02-14
| | | | Originally committed as revision 17239 to svn://svn.ffmpeg.org/ffmpeg/trunk