Diego Biurrun
465ce23e4d
Remove a comment that references a non-existing function.
...
Originally committed as revision 17273 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0439c09d22
Make one comment slightly clearer and more readable.
...
Originally committed as revision 17272 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
63a21bc041
Remove one more commented-out line.
...
Originally committed as revision 17271 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7e2e870e06
some more K&R whitespace cosmetics
...
Originally committed as revision 17270 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
a1db3b93c0
cosmetics: grammar/spelling/wording fixes in comments
...
Originally committed as revision 17269 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
052f377934
Remove useless comment.
...
Originally committed as revision 17268 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
eba9cecc8b
Restore one set of parentheses to avoid the warning:
...
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
16 years ago
Diego Biurrun
1f7c1d140a
whitespace cosmetics: consistently format all comments
...
Originally committed as revision 17266 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
d15876d3bd
whitespace cosmetics: Correctly indent all comments.
...
Originally committed as revision 17265 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Kalvachev
788aa94a9d
Clarify TODO comment
...
Originally committed as revision 17264 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
36c5204d4e
Drop two more sets of useless parentheses.
...
Originally committed as revision 17262 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Kalvachev
90509ec7bf
get rid of the branch prediction
...
Originally committed as revision 17261 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
4ec58e1397
cosmetics: Consistently format all if/else statements in K&R style
...
and drop braces from if statements where unnecessary.
Originally committed as revision 17260 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
9f00a41cb3
Remove some useless parentheses.
...
Originally committed as revision 17259 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Kalvachev
f0a902ad82
remove obsolete comment
...
Originally committed as revision 17257 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Kalvachev
4742762f5d
remove some useless ()
...
Originally committed as revision 17255 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Kalvachev
78f9a87830
use ff_xvmc for function names instead of XVMC_
...
Originally committed as revision 17254 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
ea375af8c9
Give public #defines that are used by MPlayer an AV_ prefix.
...
Originally committed as revision 17244 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
3ae0192839
Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.
...
Originally committed as revision 17243 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Kalvachev
ef1b5ae2cd
remove assertion that use external definitions
...
Originally committed as revision 17241 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
4ef690f565
whitespace cosmetics: vertical alignment
...
Originally committed as revision 17236 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
2d7d8cc7f4
whitespace cosmetics: another round of formatting consistency fixes
...
Originally committed as revision 17235 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
148302e7e4
whitespace cosmetics: consistent (more or less) K&R style
...
Originally committed as revision 17234 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
39dba5e8df
whitespace cosmetics: Fix indentation depth.
...
Originally committed as revision 17233 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
8e5cfb6e82
Remove commented-out code.
...
Originally committed as revision 17232 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
9e47796048
Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.
...
Originally committed as revision 17228 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
fd949a6353
Revert adding a _pixfmt to vdpau/xvmc header names.
...
Since vdpau.h was an installed header this would break API.
Originally committed as revision 17225 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
8df3bf60cf
Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as
...
suggested by Michael, the new names better describe the contents of the files.
Originally committed as revision 17168 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
9b4cfc360a
Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit
...
the general libavcodec naming structure.
Originally committed as revision 17152 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
c96da3edc3
Avoid POSIX-reserved _t namespace.
...
Originally committed as revision 16408 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7a74e06796
Fix a bunch of typos in comments.
...
Originally committed as revision 12656 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d8c0e9d588
Remove redundant #ifdef around the complete file.
...
Originally committed as revision 12655 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2cab640129
typo fixes
...
Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
9701840bb5
add FF_ prefix to all (frame)_TYPE usage
...
Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivan Kalvachev
ee28dedc86
Remove inline from function that is exported.
...
Issue noticed by Bernhard Rosenkraenzer.
Originally committed as revision 10529 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
42610c4983
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
...
Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Dominik Mierzejewski
61b769871f
Fixes:
...
xvmcvideo.c: In function ‘XVMC_decode_mb’:
xvmcvideo.c:141: warning: ‘return’ with a value, in function returning void
Approved by Ivan.
Originally committed as revision 6676 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
...
and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f4bd289a04
Explicitly include fastmemcpy.h from libvo/.
...
Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5509bffa88
Update licensing information: The FSF changed postal address.
...
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
...
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
160d679c07
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
...
Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
9fe5a7b831
do not call (av_)abort()
...
Originally committed as revision 3543 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Ivan Kalvachev
715731a32b
better cbp handling and small speedup in mpeg12
...
Originally committed as revision 3219 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Ivan Kalvachev
197662a632
fix typo
...
Originally committed as revision 2834 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Ivan Kalvachev
5e5c247a7c
initial chroma_format changes,xvmc tweaks and codec_cap
...
Originally committed as revision 2833 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Steven M. Schultz
8ac5c1b2d3
av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 2813 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Ivan Kalvachev
a579db0c4f
XvMC speedup by removing one memcpy and doing MB packing
...
Originally committed as revision 2442 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
6cbff2f44a
using av_abort
...
Originally committed as revision 2360 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago