summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_xvmc.c
Commit message (Collapse)AuthorAge
...
* Give nice message for failed assert.Ivan Kalvachev2009-02-14
| | | | Originally committed as revision 17283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add xvmc_internal.h that contains all internal xvmc function declarations.Diego Biurrun2009-02-14
| | | | | | This allows getting rid of a bunch of ugly forward declarations. Originally committed as revision 17280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic 64 instead 8*8Ivan Kalvachev2009-02-14
| | | | Originally committed as revision 17279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify some assert usage.Ivan Kalvachev2009-02-14
| | | | | | They are not to check application supplied parameters. Originally committed as revision 17278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another (last?) round of K&R whitespace cosmeticsDiego Biurrun2009-02-14
| | | | Originally committed as revision 17276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: Align some comments.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: Put some spaces around operators for better readability.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a comment that references a non-existing function.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make one comment slightly clearer and more readable.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove one more commented-out line.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some more K&R whitespace cosmeticsDiego Biurrun2009-02-14
| | | | Originally committed as revision 17270 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 useless comment.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Restore one set of parentheses to avoid the warning:Diego Biurrun2009-02-14
| | | | | | | libavcodec/mpegvideo_xvmc.c: In function ‘ff_xvmc_decode_mb’: libavcodec/mpegvideo_xvmc.c:269: warning: suggest parentheses around && within || Originally committed as revision 17267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: consistently format all commentsDiego Biurrun2009-02-14
| | | | Originally committed as revision 17266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: Correctly indent all comments.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify TODO commentIvan Kalvachev2009-02-14
| | | | Originally committed as revision 17264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop two more sets of useless parentheses.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of the branch predictionIvan Kalvachev2009-02-14
| | | | Originally committed as revision 17261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently format all if/else statements in K&R styleDiego Biurrun2009-02-14
| | | | | | and drop braces from if statements where unnecessary. Originally committed as revision 17260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some useless parentheses.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove obsolete commentIvan Kalvachev2009-02-14
| | | | Originally committed as revision 17257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some useless ()Ivan Kalvachev2009-02-14
| | | | Originally committed as revision 17255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_xvmc for function names instead of XVMC_Ivan Kalvachev2009-02-14
| | | | Originally committed as revision 17254 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
* Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove assertion that use external definitionsIvan Kalvachev2009-02-14
| | | | Originally committed as revision 17241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: vertical alignmentDiego Biurrun2009-02-14
| | | | Originally committed as revision 17236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: another round of formatting consistency fixesDiego Biurrun2009-02-14
| | | | Originally committed as revision 17235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: consistent (more or less) K&R styleDiego Biurrun2009-02-14
| | | | Originally committed as revision 17234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: Fix indentation depth.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out code.Diego Biurrun2009-02-14
| | | | Originally committed as revision 17232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.Diego Biurrun2009-02-14
Originally committed as revision 17228 to svn://svn.ffmpeg.org/ffmpeg/trunk