Mercurial > libavcodec.hg
graph
-
Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end(). libavcodecSat, 14 Feb 2009 23:13:32 +0000, by diego
-
Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&) libavcodecSat, 14 Feb 2009 22:59:19 +0000, by iive
-
Check ff_xvmc_field_start() result in all cases. libavcodecSat, 14 Feb 2009 22:46:20 +0000, by iive
-
Another attempt to clarify draw_horiz_band() usage. libavcodecSat, 14 Feb 2009 22:22:55 +0000, by iive
-
Attempt to clarify draw_horiz_band description and fix two random typos. libavcodecSat, 14 Feb 2009 21:00:26 +0000, by diego
-
More clarification for draw_horiz_band() in hwaccell mode. libavcodecSat, 14 Feb 2009 20:52:18 +0000, by iive
-
Add xvmc_internal.h that contains all internal xvmc function declarations. libavcodecSat, 14 Feb 2009 20:37:14 +0000, by diego
-
Document that ff_draw_horiz_band() could be used as hwaccell callback. libavcodecSat, 14 Feb 2009 20:07:52 +0000, by iive
-
another (last?) round of K&R whitespace cosmetics libavcodecSat, 14 Feb 2009 20:00:22 +0000, by diego
-
whitespace cosmetics: Put some spaces around operators for better readability. libavcodecSat, 14 Feb 2009 19:52:06 +0000, by diego
-
Remove a comment that references a non-existing function. libavcodecSat, 14 Feb 2009 19:47:55 +0000, by diego
-
Make one comment slightly clearer and more readable. libavcodecSat, 14 Feb 2009 19:42:29 +0000, by diego
-
cosmetics: grammar/spelling/wording fixes in comments libavcodecSat, 14 Feb 2009 19:33:09 +0000, by diego
-
Restore one set of parentheses to avoid the warning: libavcodecSat, 14 Feb 2009 19:24:37 +0000, by diego
-
whitespace cosmetics: consistently format all comments libavcodecSat, 14 Feb 2009 19:21:00 +0000, by diego
-
whitespace cosmetics: Correctly indent all comments. libavcodecSat, 14 Feb 2009 19:14:46 +0000, by diego
-
Remove compatibility layer for old names of xvmc definitions. libavcodecSat, 14 Feb 2009 19:08:47 +0000, by diego
-
cosmetics: Consistently format all if/else statements in K&R style libavcodecSat, 14 Feb 2009 19:00:51 +0000, by diego
-
Rename some forward declarations that were missed, fixes the warnings: libavcodecSat, 14 Feb 2009 18:51:17 +0000, by diego
-
Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions. libavcodecSat, 14 Feb 2009 18:46:32 +0000, by diego
-
whitespace cosmetics: Restore vertical alignment. libavcodecSat, 14 Feb 2009 18:15:59 +0000, by diego
-
clarify xvmc struct fields usage distribution (internal communication) libavcodecSat, 14 Feb 2009 18:06:05 +0000, by iive
-
Replace useless X11 #includes by the one that actually provides the required libavcodecSat, 14 Feb 2009 17:52:30 +0000, by diego
-
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined. libavcodecSat, 14 Feb 2009 17:37:42 +0000, by diego
-
Give public #defines that are used by MPlayer an AV_ prefix. libavcodecSat, 14 Feb 2009 17:12:25 +0000, by diego
-
Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x. libavcodecSat, 14 Feb 2009 17:04:09 +0000, by diego
-
Update multiple inclusion guards to match filename. libavcodecSat, 14 Feb 2009 16:54:53 +0000, by diego
-
Fix compilation: Restore mistakenly removed constant definitions. libavcodecSat, 14 Feb 2009 16:43:35 +0000, by diego
-
Describe the purpose of magic in xvmc structure. libavcodecSat, 14 Feb 2009 16:24:45 +0000, by iive
-
whitespace cosmetics: another round of formatting consistency fixes libavcodecSat, 14 Feb 2009 16:22:11 +0000, by diego
-
whitespace cosmetics: consistent (more or less) K&R style libavcodecSat, 14 Feb 2009 16:14:26 +0000, by diego
-
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. libavcodecSat, 14 Feb 2009 15:37:40 +0000, by diego
-
Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan. libavcodecSat, 14 Feb 2009 15:30:40 +0000, by diego
-
Make xvmc.h an installed header, applications like MPlayer need it. libavcodecSat, 14 Feb 2009 13:40:53 +0000, by diego
-
Revert adding a _pixfmt to vdpau/xvmc header names. libavcodecSat, 14 Feb 2009 13:37:18 +0000, by diego
-
lpc: Remove false positive compilation warning about weight being libavcodecFri, 13 Feb 2009 22:05:55 +0000, by jbr
-
Assert that ff_lpc_calc_coefs() is called with a valid LPC method. libavcodecFri, 13 Feb 2009 22:03:11 +0000, by jbr
-
lpc: Document the use_lpc parameter to ff_lpc_calc_coefs(). libavcodecFri, 13 Feb 2009 22:01:46 +0000, by jbr
-
Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently switched CCE. libavcodecFri, 13 Feb 2009 16:06:22 +0000, by alexc
-
In RV3/4 nonzero MB offset for the first slice also indicates error libavcodecFri, 13 Feb 2009 07:06:36 +0000, by kostya
-
Put dispatch_tab in the rodata section for macho64. libavcodecFri, 13 Feb 2009 00:57:22 +0000, by astrange
-
Correctly map ADTS profile_ObjectType to MPEG-4 AOT libavcodecFri, 13 Feb 2009 00:08:15 +0000, by superdump
-
convert ff_pw_64 into an xmm_reg for future use in vp6 sse code libavcodecThu, 12 Feb 2009 23:48:07 +0000, by aurel
-
Fix compilation, there is no file vdpauvideo.c, only vdpau.c libavcodecThu, 12 Feb 2009 17:27:53 +0000, by reimar
-
AAC: Cosmetic alterations after the last commit libavcodecThu, 12 Feb 2009 13:49:59 +0000, by superdump
-
Give an error message when returning due to an unallocated channel element libavcodecThu, 12 Feb 2009 13:47:21 +0000, by superdump
-
Add support for sample rate index 12, 7350 Hz libavcodecThu, 12 Feb 2009 13:31:43 +0000, by superdump
-
Remove bogus coupling_point assignment for non-CCE as this value is not checked libavcodecThu, 12 Feb 2009 13:22:41 +0000, by superdump
-
Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format libavcodecThu, 12 Feb 2009 01:27:56 +0000, by diego
-
10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well. libavcodecThu, 12 Feb 2009 01:07:13 +0000, by diego
-
Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as libavcodecThu, 12 Feb 2009 01:00:46 +0000, by diego
-
extend resampling API, add S16 internal conversion libavcodecWed, 11 Feb 2009 22:57:10 +0000, by bcoudurier
-
Fix wrong file name in header, noticed by David DeHaven, dave sagetv com. libavcodecWed, 11 Feb 2009 16:12:04 +0000, by diego
-
Add av_uninit macro to variables to avoid false positive warnings: libavcodecWed, 11 Feb 2009 14:57:42 +0000, by diego
-
Add av_uninit macro to variable to avoid false positive warning: libavcodecWed, 11 Feb 2009 14:55:24 +0000, by diego