Sat, 14 Feb 2009 19:41:16 +0000 |
diego |
Remove one more commented-out line.
libavcodec
|
Sat, 14 Feb 2009 19:39:07 +0000 |
diego |
some more K&R whitespace cosmetics
libavcodec
|
Sat, 14 Feb 2009 19:33:09 +0000 |
diego |
cosmetics: grammar/spelling/wording fixes in comments
libavcodec
|
Sat, 14 Feb 2009 19:27:34 +0000 |
diego |
Remove useless comment.
libavcodec
|
Sat, 14 Feb 2009 19:24:37 +0000 |
diego |
Restore one set of parentheses to avoid the warning:
libavcodec
|
Sat, 14 Feb 2009 19:21:00 +0000 |
diego |
whitespace cosmetics: consistently format all comments
libavcodec
|
Sat, 14 Feb 2009 19:14:46 +0000 |
diego |
whitespace cosmetics: Correctly indent all comments.
libavcodec
|
Sat, 14 Feb 2009 19:09:33 +0000 |
iive |
Clarify TODO comment
libavcodec
|
Sat, 14 Feb 2009 19:08:47 +0000 |
diego |
Remove compatibility layer for old names of xvmc definitions.
libavcodec
|
Sat, 14 Feb 2009 19:05:07 +0000 |
diego |
Drop two more sets of useless parentheses.
libavcodec
|
Sat, 14 Feb 2009 19:02:46 +0000 |
iive |
get rid of the branch prediction
libavcodec
|
Sat, 14 Feb 2009 19:00:51 +0000 |
diego |
cosmetics: Consistently format all if/else statements in K&R style
libavcodec
|
Sat, 14 Feb 2009 18:57:32 +0000 |
diego |
Remove some useless parentheses.
libavcodec
|
Sat, 14 Feb 2009 18:51:17 +0000 |
diego |
Rename some forward declarations that were missed, fixes the warnings:
libavcodec
|
Sat, 14 Feb 2009 18:47:00 +0000 |
iive |
remove obsolete comment
libavcodec
|
Sat, 14 Feb 2009 18:46:32 +0000 |
diego |
Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions.
libavcodec
|
Sat, 14 Feb 2009 18:45:44 +0000 |
iive |
remove some useless ()
libavcodec
|
Sat, 14 Feb 2009 18:25:41 +0000 |
iive |
use ff_xvmc for function names instead of XVMC_
libavcodec
|
Sat, 14 Feb 2009 18:15:59 +0000 |
diego |
whitespace cosmetics: Restore vertical alignment.
libavcodec
|
Sat, 14 Feb 2009 18:06:05 +0000 |
iive |
clarify xvmc struct fields usage distribution (internal communication)
libavcodec
|
Sat, 14 Feb 2009 17:56:51 +0000 |
iive |
doxygen style comments
libavcodec
|
Sat, 14 Feb 2009 17:52:30 +0000 |
diego |
Replace useless X11 #includes by the one that actually provides the required
libavcodec
|
Sat, 14 Feb 2009 17:45:38 +0000 |
diego |
whitespace cosmetics: vertical alignment
libavcodec
|
Sat, 14 Feb 2009 17:42:40 +0000 |
diego |
Fix non-Doxygen comment.
libavcodec
|
Sat, 14 Feb 2009 17:37:42 +0000 |
diego |
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.
libavcodec
|
Sat, 14 Feb 2009 17:28:39 +0000 |
iive |
vertically align xvmc struct member comments
libavcodec
|
Sat, 14 Feb 2009 17:24:01 +0000 |
iive |
Rename xvmc flags to follow ffmpeg AV_ notion.
libavcodec
|
Sat, 14 Feb 2009 17:12:25 +0000 |
diego |
Give public #defines that are used by MPlayer an AV_ prefix.
libavcodec
|
Sat, 14 Feb 2009 17:04:09 +0000 |
diego |
Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.
libavcodec
|
Sat, 14 Feb 2009 16:54:53 +0000 |
diego |
Update multiple inclusion guards to match filename.
libavcodec
|
Sat, 14 Feb 2009 16:53:42 +0000 |
iive |
remove assertion that use external definitions
libavcodec
|
Sat, 14 Feb 2009 16:43:35 +0000 |
diego |
Fix compilation: Restore mistakenly removed constant definitions.
libavcodec
|
Sat, 14 Feb 2009 16:37:30 +0000 |
iive |
explain chroma_format field in xvmc struct
libavcodec
|
Sat, 14 Feb 2009 16:30:57 +0000 |
iive |
describe idct variable in xvmc struct
libavcodec
|
Sat, 14 Feb 2009 16:24:45 +0000 |
iive |
Describe the purpose of magic in xvmc structure.
libavcodec
|
Sat, 14 Feb 2009 16:23:08 +0000 |
diego |
whitespace cosmetics: vertical alignment
libavcodec
|
Sat, 14 Feb 2009 16:22:11 +0000 |
diego |
whitespace cosmetics: another round of formatting consistency fixes
libavcodec
|
Sat, 14 Feb 2009 16:14:26 +0000 |
diego |
whitespace cosmetics: consistent (more or less) K&R style
libavcodec
|
Sat, 14 Feb 2009 16:05:36 +0000 |
diego |
whitespace cosmetics: Fix indentation depth.
libavcodec
|
Sat, 14 Feb 2009 16:01:03 +0000 |
diego |
Remove commented-out code.
libavcodec
|
Sat, 14 Feb 2009 15:37:40 +0000 |
diego |
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.
libavcodec
|
Sat, 14 Feb 2009 15:30:40 +0000 |
diego |
Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.
libavcodec
|
Sat, 14 Feb 2009 13:40:53 +0000 |
diego |
Make xvmc.h an installed header, applications like MPlayer need it.
libavcodec
|
Sat, 14 Feb 2009 13:37:18 +0000 |
diego |
Revert adding a _pixfmt to vdpau/xvmc header names.
libavcodec
|
Sat, 14 Feb 2009 13:12:49 +0000 |
diego |
cosmetics: alphabetical order
libavcodec
|
Sat, 14 Feb 2009 06:38:50 +0000 |
kostya |
Enable dropping frames for RV3/4
libavcodec
|
Fri, 13 Feb 2009 22:05:55 +0000 |
jbr |
lpc: Remove false positive compilation warning about weight being
libavcodec
|
Fri, 13 Feb 2009 22:03:11 +0000 |
jbr |
Assert that ff_lpc_calc_coefs() is called with a valid LPC method.
libavcodec
|
Fri, 13 Feb 2009 22:01:46 +0000 |
jbr |
lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
libavcodec
|
Fri, 13 Feb 2009 16:07:20 +0000 |
alexc |
Re-indent after last commit.
libavcodec
|
Fri, 13 Feb 2009 16:06:22 +0000 |
alexc |
Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently switched CCE.
libavcodec
|
Fri, 13 Feb 2009 07:06:36 +0000 |
kostya |
In RV3/4 nonzero MB offset for the first slice also indicates error
libavcodec
|
Fri, 13 Feb 2009 00:57:22 +0000 |
astrange |
Put dispatch_tab in the rodata section for macho64.
libavcodec
|
Fri, 13 Feb 2009 00:08:15 +0000 |
superdump |
Correctly map ADTS profile_ObjectType to MPEG-4 AOT
libavcodec
|
Fri, 13 Feb 2009 00:02:33 +0000 |
aurel |
add SSE2 version of vp6_filter_diag
libavcodec
|
Thu, 12 Feb 2009 23:52:52 +0000 |
aurel |
add MMX version of vp6_filter_diag
libavcodec
|
Thu, 12 Feb 2009 23:48:07 +0000 |
aurel |
convert ff_pw_64 into an xmm_reg for future use in vp6 sse code
libavcodec
|
Thu, 12 Feb 2009 17:27:53 +0000 |
reimar |
Fix compilation, there is no file vdpauvideo.c, only vdpau.c
libavcodec
|
Thu, 12 Feb 2009 13:49:59 +0000 |
superdump |
AAC: Cosmetic alterations after the last commit
libavcodec
|
Thu, 12 Feb 2009 13:47:21 +0000 |
superdump |
Give an error message when returning due to an unallocated channel element
libavcodec
|