log

age author description
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
Thu, 12 Feb 2009 13:31:43 +0000 superdump Add support for sample rate index 12, 7350 Hz libavcodec
Thu, 12 Feb 2009 13:22:41 +0000 superdump Remove bogus coupling_point assignment for non-CCE as this value is not checked libavcodec
Thu, 12 Feb 2009 01:27:56 +0000 diego Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format libavcodec
Thu, 12 Feb 2009 01:07:13 +0000 diego 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well. libavcodec
Thu, 12 Feb 2009 01:00:46 +0000 diego Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as libavcodec
Thu, 12 Feb 2009 00:48:30 +0000 michael Let rgb32 pass for ljpeg. libavcodec
Wed, 11 Feb 2009 22:57:10 +0000 bcoudurier extend resampling API, add S16 internal conversion libavcodec
Wed, 11 Feb 2009 19:07:25 +0000 vitor Document old scaler as deprecated libavcodec
Wed, 11 Feb 2009 16:12:04 +0000 diego Fix wrong file name in header, noticed by David DeHaven, dave sagetv com. libavcodec
Wed, 11 Feb 2009 14:57:42 +0000 diego Add av_uninit macro to variables to avoid false positive warnings: libavcodec
Wed, 11 Feb 2009 14:55:24 +0000 diego Add av_uninit macro to variable to avoid false positive warning: libavcodec
Wed, 11 Feb 2009 14:52:35 +0000 diego Add av_uninit macro to variable to avoid false positive warning: libavcodec
Wed, 11 Feb 2009 12:02:16 +0000 kostya Initialize s->gob_index for Intel variant of H.263 too libavcodec
Wed, 11 Feb 2009 12:01:59 +0000 diego Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit libavcodec
Wed, 11 Feb 2009 11:16:00 +0000 diego Add check whether the compiler/assembler supports 10 or more operands. libavcodec
Wed, 11 Feb 2009 06:03:18 +0000 astrange H264: Change left_block_options to uint8_t from int, saving a little space. libavcodec
Tue, 10 Feb 2009 22:38:02 +0000 stefang introduce a macroblock index to avoid a few x*width+y calculations libavcodec
Tue, 10 Feb 2009 20:51:35 +0000 stefang fix multiple slices per frame libavcodec
Tue, 10 Feb 2009 17:08:56 +0000 stefang fix parsing of pic_structure libavcodec
Tue, 10 Feb 2009 16:45:02 +0000 stefang avoid duplicating dsputil's clear_block libavcodec
Tue, 10 Feb 2009 16:36:01 +0000 stefang time_code has 24 bits, not 16 libavcodec