log

age author description
Sat, 15 Aug 2009 11:42:15 +0000 diego cosmetics: indentation, prettyprinting, K&R coding style libavcodec
Sat, 15 Aug 2009 11:32:11 +0000 diego Drop some more useless braces around if/for constructs. libavcodec
Sat, 15 Aug 2009 11:31:42 +0000 diego Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. libavcodec
Sat, 15 Aug 2009 11:22:55 +0000 superdump Add a function that can apply an order 2 rational transfer function in-place. libavcodec
Sat, 15 Aug 2009 11:12:47 +0000 diego Remove useless braces around if/for/while expressions. libavcodec
Sat, 15 Aug 2009 11:02:50 +0000 diego Simplify 'if' condition statements. libavcodec
Sat, 15 Aug 2009 09:12:58 +0000 reimar Fix start_display_time/end_display_time to be relative to packet pts in xsub decoder. libavcodec
Sat, 15 Aug 2009 00:58:26 +0000 reimar Reindent. libavcodec
Sat, 15 Aug 2009 00:57:24 +0000 reimar Remove code that is now dead. libavcodec
Sat, 15 Aug 2009 00:52:41 +0000 reimar Simplify initialization of AVSubtitle by using memset. libavcodec
Sat, 15 Aug 2009 00:46:33 +0000 reimar Make sure AVSubtitle is initialized, memset it to 0. libavcodec
Sat, 15 Aug 2009 00:02:42 +0000 reimar Fix cmd_pos bounds check to avoid the overflow case. libavcodec
Fri, 14 Aug 2009 16:41:21 +0000 cehoyos Fix typo. libavcodec
Fri, 14 Aug 2009 01:05:48 +0000 mru 10L: remove instruction left over from debugging libavcodec
Fri, 14 Aug 2009 01:02:06 +0000 mru ARM: NEON optimised vorbis_inverse_coupling libavcodec
Wed, 12 Aug 2009 19:54:28 +0000 superdump Add ff_celp_circ_addf() function to be used for sparse vector circular libavcodec
Wed, 12 Aug 2009 13:25:37 +0000 reimar Fix a memleak with win32 threads: the handle returned by _beginthreadex libavcodec
Tue, 11 Aug 2009 16:18:55 +0000 cehoyos Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native libavcodec
Tue, 11 Aug 2009 07:04:33 +0000 lorenm fix a crash in SVQ1 with cmp!=sad libavcodec
Mon, 10 Aug 2009 12:34:36 +0000 diego Remove pointless #ifdefs from conditionally used files. libavcodec
Mon, 10 Aug 2009 01:27:33 +0000 mru eval: include libavutil/mathematics.h for NAN and M_PI libavcodec
Mon, 10 Aug 2009 01:27:30 +0000 mru eval: include our headers after system headers libavcodec
Thu, 06 Aug 2009 15:48:19 +0000 diego Remove commented-out cruft. libavcodec
Thu, 06 Aug 2009 15:04:59 +0000 diego Make WMV2 encoder depend on H.263 encoder in configure. libavcodec
Thu, 06 Aug 2009 13:04:48 +0000 diego Make MPEG-4 encoder depend on H.263 encoder in configure. libavcodec
Thu, 06 Aug 2009 12:56:25 +0000 diego Make WMV1 encoder depend on H.263 encoder in configure. libavcodec
Wed, 05 Aug 2009 15:27:22 +0000 diego Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. libavcodec
Wed, 05 Aug 2009 15:26:54 +0000 diego Make FLV encoder depend on H.263 encoder in configure. libavcodec
Wed, 05 Aug 2009 15:22:16 +0000 diego Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER. libavcodec
Wed, 05 Aug 2009 15:21:36 +0000 diego Make H.263+ (H263P) encoder depend on H.263 encoder in configure. libavcodec
Wed, 05 Aug 2009 13:02:04 +0000 diego Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on the libavcodec
Wed, 05 Aug 2009 10:46:43 +0000 diego Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or libavcodec
Wed, 05 Aug 2009 10:44:12 +0000 diego Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure. libavcodec
Wed, 05 Aug 2009 02:37:49 +0000 jbr cosmetics: move fixed_coeffs into the aligned arrays comment group libavcodec
Wed, 05 Aug 2009 02:31:13 +0000 jbr cosmetics: reindent after last commit libavcodec
Wed, 05 Aug 2009 02:30:34 +0000 jbr ac3dec: simplify zero-bit mantissa dithering by calculating it libavcodec
Wed, 05 Aug 2009 01:58:28 +0000 jbr cosmetics: indentation and line wrap libavcodec
Wed, 05 Aug 2009 01:14:28 +0000 jbr cosmetics after last commit libavcodec
Wed, 05 Aug 2009 01:13:42 +0000 jbr Modify decode_band_structure() so that the actual band structure is only libavcodec
Wed, 05 Aug 2009 01:00:41 +0000 jbr Use coupling band sizes instead of coupling band structure when libavcodec
Tue, 04 Aug 2009 21:55:47 +0000 rbultje Parse frame size code, see "svq3.c: parse frame size" thread on ML. libavcodec
Tue, 04 Aug 2009 07:42:55 +0000 darkshikari Update x264 asm code to latest to add support for 64-bit Windows. libavcodec
Mon, 03 Aug 2009 23:22:46 +0000 diego Split RV10 encoder off into its own file. libavcodec
Mon, 03 Aug 2009 23:07:08 +0000 diego Split RV20 encoder into its own file. libavcodec
Mon, 03 Aug 2009 22:05:31 +0000 jbr cosmetics: add more detailed information to the documentation for libavcodec
Mon, 03 Aug 2009 17:55:02 +0000 heydowns Cosmetic: Reindent after last commit libavcodec
Mon, 03 Aug 2009 17:54:11 +0000 heydowns Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master libavcodec
Mon, 03 Aug 2009 17:15:01 +0000 superdump Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf() libavcodec
Mon, 03 Aug 2009 15:23:53 +0000 diego Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. libavcodec
Mon, 03 Aug 2009 08:37:02 +0000 superdump Expose QCELP's floating-point LSP-to-LPC function libavcodec
Mon, 03 Aug 2009 08:31:20 +0000 superdump Make the LSP naming more consistent libavcodec
Mon, 03 Aug 2009 02:09:23 +0000 jbr Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type. libavcodec
Sun, 02 Aug 2009 15:10:03 +0000 diego Remove commented-out cruft. libavcodec
Sun, 02 Aug 2009 14:47:26 +0000 diego Make XVMC mpegvideo decoder depend on mpegvideo decoder. libavcodec
Sun, 02 Aug 2009 13:35:42 +0000 diego cosmetics: K&R coding style, prettyprinting libavcodec
Sun, 02 Aug 2009 12:57:07 +0000 faust3 add approved hunks of the wmapro decoder libavcodec
Sun, 02 Aug 2009 10:50:59 +0000 diego cosmetics: K&R coding style libavcodec
Sun, 02 Aug 2009 10:34:30 +0000 diego cosmetics: K&R coding style libavcodec
Sun, 02 Aug 2009 08:47:02 +0000 bcoudurier cosmetics, reindent libavcodec
Sun, 02 Aug 2009 08:46:43 +0000 bcoudurier cosmetics, reindent libavcodec
Sun, 02 Aug 2009 08:46:11 +0000 bcoudurier fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set libavcodec
Thu, 30 Jul 2009 21:00:08 +0000 diego Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. libavcodec
Thu, 30 Jul 2009 20:57:41 +0000 diego Remove unused debug av_log() calls. libavcodec
Thu, 30 Jul 2009 07:33:16 +0000 diego Remove unused variable intra_count. libavcodec
Wed, 29 Jul 2009 11:31:52 +0000 diego Only enable WMV3 decoder when it has been turned on in the build system. libavcodec
Wed, 29 Jul 2009 09:54:49 +0000 diego Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, libavcodec
Wed, 29 Jul 2009 09:54:00 +0000 diego Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER, libavcodec
Wed, 29 Jul 2009 09:51:51 +0000 diego Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only libavcodec
Tue, 28 Jul 2009 12:50:32 +0000 diego Use dprintf() instead of '#ifdef DEBUG' and av_log(). libavcodec
Mon, 27 Jul 2009 22:55:55 +0000 mru ARM: cleaner selection of ELF-spefic assembler directives libavcodec
Mon, 27 Jul 2009 16:10:38 +0000 diego Remove disabled function get_num(). libavcodec
Mon, 27 Jul 2009 12:53:44 +0000 diego Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE. libavcodec
Sun, 26 Jul 2009 23:08:04 +0000 stefano Set subtitle type in DVD and XSUB subtitle decoders. libavcodec
Sun, 26 Jul 2009 21:22:57 +0000 diego Remove unnecessary mpeg12data.o entries from OBJS- variables. libavcodec
Sun, 26 Jul 2009 21:04:12 +0000 diego Remove duplicated mpeg12data.o entries. libavcodec
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavcodec
Fri, 24 Jul 2009 21:28:44 +0000 aurel fix various compilation dependencies libavcodec
Thu, 23 Jul 2009 02:33:25 +0000 diego refactoring: properly separate AC-3 and E-AC-3 code libavcodec
Thu, 23 Jul 2009 00:15:23 +0000 diego Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set. libavcodec
Wed, 22 Jul 2009 23:37:53 +0000 mru Remove useless #include <unistd.h> from many files libavcodec
Wed, 22 Jul 2009 23:33:58 +0000 diego cosmetics: Reorder some tables/lines to make future diffs smaller. libavcodec
Wed, 22 Jul 2009 22:57:17 +0000 diego #include just the required stdint.h instead of libavutil/common.h. libavcodec
Wed, 22 Jul 2009 22:43:43 +0000 diego cosmetics: small typo fixes libavcodec
Wed, 22 Jul 2009 22:38:26 +0000 diego cosmetics: reindent/prettyprint after last commit libavcodec
Wed, 22 Jul 2009 22:33:33 +0000 diego Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled. libavcodec
Wed, 22 Jul 2009 22:27:10 +0000 diego Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. libavcodec
Wed, 22 Jul 2009 21:36:50 +0000 diego Make Theora decoder depend on the VP3 decoder. libavcodec
Wed, 22 Jul 2009 15:11:00 +0000 diego Add missing stdint.h #include to fix 'make checkheaders'. libavcodec
Wed, 22 Jul 2009 03:56:08 +0000 alexc Revert unintended portion of last commit. (Setting the default coder to libavcodec
Wed, 22 Jul 2009 03:53:30 +0000 alexc Be sure to increment our position in the coefficient array when skipping a zero libavcodec
Tue, 21 Jul 2009 09:03:45 +0000 diego Make E-AC-3 decoder depend on the AC-3 decoder. libavcodec
Mon, 20 Jul 2009 22:30:27 +0000 mru ARM: handle VFP register arguments in ff_vector_fmul_window_neon() libavcodec
Mon, 20 Jul 2009 22:30:24 +0000 mru ARM: check for VFP register arguments libavcodec
Mon, 20 Jul 2009 21:52:03 +0000 alexc Remove an unused field from the BandCodingPath struct. libavcodec
Mon, 20 Jul 2009 20:32:27 +0000 alexc Actually use all the codebooks we are iterating over in the two-loop scalefactor search. libavcodec
Mon, 20 Jul 2009 18:27:17 +0000 alexc Fix an integer overflow in the AAC encoder. libavcodec
Mon, 20 Jul 2009 09:24:59 +0000 diego Make VP6A/VP6F decoders depend on the VP6 decoder. libavcodec
Sun, 19 Jul 2009 11:14:43 +0000 diego Remove two more lines related to the WMV3 decoder. libavcodec
Sun, 19 Jul 2009 11:07:10 +0000 diego Make WMV3 decoders depend on their VC-1 counterparts. libavcodec
Fri, 17 Jul 2009 14:21:49 +0000 alexc Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. libavcodec
Fri, 17 Jul 2009 14:06:53 +0000 alexc Dead code removal in the AAC encoder. libavcodec
Fri, 17 Jul 2009 09:07:38 +0000 cehoyos Icc 11.1 still does not align the stack pointer, disable some x264 functions. libavcodec
Thu, 16 Jul 2009 22:39:50 +0000 alexc Add iirfilter to the TESTPROGS variable (and target) libavcodec
Thu, 16 Jul 2009 22:20:17 +0000 alexc When calculating AAC quantized band cost, don't leave garbage in the bit count libavcodec
Thu, 16 Jul 2009 22:17:20 +0000 alexc IIR filter test program. libavcodec
Thu, 16 Jul 2009 21:37:58 +0000 diego cosmetics: Move some code blocks to reduce the number of #ifdefs. libavcodec
Tue, 14 Jul 2009 23:12:43 +0000 stefano Set subtitle type in DVB subtitle decoder. libavcodec
Tue, 14 Jul 2009 05:22:23 +0000 alexc Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. libavcodec
Mon, 13 Jul 2009 01:59:48 +0000 conrad Fix "warning: assignment discards qualifiers from pointer target type" libavcodec
Mon, 13 Jul 2009 01:59:45 +0000 conrad Fix memory leak in libtheora encoder libavcodec
Sun, 12 Jul 2009 13:22:01 +0000 diego Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. libavcodec
Fri, 10 Jul 2009 21:54:06 +0000 alexc Cosmetics: reindent after last commit libavcodec
Fri, 10 Jul 2009 21:53:04 +0000 alexc Ignore subsequent channel configurations after the first in an AAC file. The libavcodec
Fri, 10 Jul 2009 20:55:15 +0000 alexc Mark iir filter init and free functions av_cold. libavcodec
Fri, 10 Jul 2009 20:51:22 +0000 alexc Fix "iirfilter.c:55: warning: unused variable ¡Æsize¡Ç" libavcodec
Fri, 10 Jul 2009 20:45:13 +0000 alexc Eliminate use of complex.h from iirfilter.c libavcodec
Thu, 09 Jul 2009 17:22:59 +0000 alexc Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. libavcodec
Thu, 09 Jul 2009 10:16:00 +0000 mru Fix declarations of complex numbers libavcodec
Wed, 08 Jul 2009 23:14:47 +0000 alexc Reindent after last commit libavcodec
Wed, 08 Jul 2009 23:12:53 +0000 alexc Prevent AAC frame size overflows. libavcodec