index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
mpegvideo_xvmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Proper condition in xvmc decode mb.
Ivan Kalvachev
2009-02-15
1
-1
/
+1
*
Rename xvmc_render_state to something with pixfmt in its name.
Ivan Kalvachev
2009-02-15
1
-7
/
+7
*
Revert 17308.
Ivan Kalvachev
2009-02-15
1
-3
/
+2
*
Give a little better name to the magic(_id) field in xvmc struct
Ivan Kalvachev
2009-02-15
1
-5
/
+5
*
Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR.
Diego Biurrun
2009-02-15
1
-2
/
+3
*
Remove redundant assert(render) in ff_xvmc_init_block(). The immediately
Diego Biurrun
2009-02-15
1
-1
/
+0
*
Remove asserts that are immediately followed by a check and error return.
Diego Biurrun
2009-02-15
1
-2
/
+0
*
Doxygen comment/explanation for ff_xvmc_init_block().
Diego Biurrun
2009-02-15
1
-1
/
+4
*
Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().
Diego Biurrun
2009-02-14
1
-0
/
+4
*
whitespace cosmetics: remove stray space
Diego Biurrun
2009-02-14
1
-1
/
+1
*
Doxygenize ff_xvmc_field_start() comment.
Diego Biurrun
2009-02-14
1
-2
/
+4
*
Clarify ff_xvmc_field_start() comment.
Diego Biurrun
2009-02-14
1
-2
/
+2
*
Merge some declarations and initializations.
Diego Biurrun
2009-02-14
1
-9
/
+4
*
Return error instead of triggering assert.
Ivan Kalvachev
2009-02-14
1
-1
/
+1
*
cosmetics: comment wording/grammar
Diego Biurrun
2009-02-14
1
-2
/
+3
*
cosmetics: Change '8*8' to '64'.
Diego Biurrun
2009-02-14
1
-1
/
+1
*
cosmetics: K&R style
Diego Biurrun
2009-02-14
1
-4
/
+4
*
Give nice message for failed assert.
Ivan Kalvachev
2009-02-14
1
-1
/
+6
*
Add xvmc_internal.h that contains all internal xvmc function declarations.
Diego Biurrun
2009-02-14
1
-0
/
+1
*
Cosmetic 64 instead 8*8
Ivan Kalvachev
2009-02-14
1
-1
/
+1
*
Clarify some assert usage.
Ivan Kalvachev
2009-02-14
1
-0
/
+2
*
another (last?) round of K&R whitespace cosmetics
Diego Biurrun
2009-02-14
1
-3
/
+3
*
whitespace cosmetics: Align some comments.
Diego Biurrun
2009-02-14
1
-8
/
+8
*
whitespace cosmetics: Put some spaces around operators for better readability.
Diego Biurrun
2009-02-14
1
-4
/
+4
*
Remove a comment that references a non-existing function.
Diego Biurrun
2009-02-14
1
-1
/
+0
*
Make one comment slightly clearer and more readable.
Diego Biurrun
2009-02-14
1
-1
/
+1
*
Remove one more commented-out line.
Diego Biurrun
2009-02-14
1
-1
/
+1
*
some more K&R whitespace cosmetics
Diego Biurrun
2009-02-14
1
-14
/
+14
*
cosmetics: grammar/spelling/wording fixes in comments
Diego Biurrun
2009-02-14
1
-7
/
+8
*
Remove useless comment.
Diego Biurrun
2009-02-14
1
-1
/
+0
*
Restore one set of parentheses to avoid the warning:
Diego Biurrun
2009-02-14
1
-1
/
+1
*
whitespace cosmetics: consistently format all comments
Diego Biurrun
2009-02-14
1
-35
/
+34
*
whitespace cosmetics: Correctly indent all comments.
Diego Biurrun
2009-02-14
1
-10
/
+10
*
Clarify TODO comment
Ivan Kalvachev
2009-02-14
1
-1
/
+3
*
Drop two more sets of useless parentheses.
Diego Biurrun
2009-02-14
1
-1
/
+1
*
get rid of the branch prediction
Ivan Kalvachev
2009-02-14
1
-8
/
+4
*
cosmetics: Consistently format all if/else statements in K&R style
Diego Biurrun
2009-02-14
1
-8
/
+7
*
Remove some useless parentheses.
Diego Biurrun
2009-02-14
1
-4
/
+4
*
remove obsolete comment
Ivan Kalvachev
2009-02-14
1
-4
/
+0
*
remove some useless ()
Ivan Kalvachev
2009-02-14
1
-3
/
+3
*
use ff_xvmc for function names instead of XVMC_
Ivan Kalvachev
2009-02-14
1
-5
/
+5
*
Give public #defines that are used by MPlayer an AV_ prefix.
Diego Biurrun
2009-02-14
1
-5
/
+5
*
Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.
Diego Biurrun
2009-02-14
1
-10
/
+10
*
remove assertion that use external definitions
Ivan Kalvachev
2009-02-14
1
-2
/
+0
*
whitespace cosmetics: vertical alignment
Diego Biurrun
2009-02-14
1
-5
/
+5
*
whitespace cosmetics: another round of formatting consistency fixes
Diego Biurrun
2009-02-14
1
-6
/
+6
*
whitespace cosmetics: consistent (more or less) K&R style
Diego Biurrun
2009-02-14
1
-50
/
+61
*
whitespace cosmetics: Fix indentation depth.
Diego Biurrun
2009-02-14
1
-10
/
+10
*
Remove commented-out code.
Diego Biurrun
2009-02-14
1
-18
/
+0
*
Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.
Diego Biurrun
2009-02-14
1
-0
/
+310
[prev]