log

age author description
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavcodec
Wed, 17 Oct 2007 09:34:48 +0000 diego Add a comment that explains why this header lacks multiple inclusion guards. libavcodec
Wed, 17 Oct 2007 09:31:06 +0000 diego Add missing multiple inclusion guards. libavcodec
Wed, 17 Oct 2007 09:21:52 +0000 diego Fix #endif comment typo. libavcodec
Wed, 17 Oct 2007 09:16:21 +0000 diego Use filename as multiple inclusion guard. libavcodec
Mon, 15 Oct 2007 22:17:39 +0000 cehoyos Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by libavcodec
Mon, 15 Oct 2007 21:41:01 +0000 aurel Cygwin don't like this function declaration. libavcodec
Mon, 15 Oct 2007 16:26:02 +0000 banan Nellymoser ASAO decoder libavcodec
Mon, 15 Oct 2007 06:23:02 +0000 cehoyos Fix mix-up of values in r10690 (deblocking for PAFF). libavcodec
Sun, 14 Oct 2007 22:30:59 +0000 aurel add support for VP6 with huffman encoded blocks libavcodec
Sun, 14 Oct 2007 21:19:40 +0000 aurel moves fraps huffman decoder to its own file, making it more generic libavcodec
Sun, 14 Oct 2007 01:16:15 +0000 aurel VP6A needs its Makefile rules too libavcodec
Sat, 13 Oct 2007 17:38:58 +0000 voroshil Fix MJPEG decoder for AMV files. libavcodec
Sat, 13 Oct 2007 12:25:31 +0000 michael prevent infinite loop and memcpy of negative amounts libavcodec
Sat, 13 Oct 2007 09:58:39 +0000 michael factorize code and add safety check to prevent memcpying negative amounts libavcodec
Sat, 13 Oct 2007 05:50:11 +0000 andoma Simplify tests for field macroblocks libavcodec
Sat, 13 Oct 2007 01:34:00 +0000 ramiro Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 libavcodec
Fri, 12 Oct 2007 09:38:34 +0000 diego 10l: refill2() is not unused, it is used conditionally. libavcodec
Fri, 12 Oct 2007 09:10:07 +0000 cehoyos Interlaced pictures (not just MBAFF) + spatial direct mode is not libavcodec
Fri, 12 Oct 2007 08:43:23 +0000 diego Disable unused code; fixes several gcc warnings: libavcodec
Thu, 11 Oct 2007 22:31:08 +0000 cehoyos Enable avpicture_deinterlace() for PIX_FMT_GRAY8. libavcodec
Thu, 11 Oct 2007 22:18:38 +0000 cehoyos Fix intended order of operations for 4 assert() checks. libavcodec
Thu, 11 Oct 2007 21:09:40 +0000 ramiro Specify in documentation that avcodec_find_(en|de)coder* only searches for libavcodec
Thu, 11 Oct 2007 09:35:06 +0000 diego warning fixes: libavcodec
Wed, 10 Oct 2007 20:31:42 +0000 cehoyos Set pict->interlaced_frame if returned frame is MBAFF or PAFF. libavcodec
Tue, 09 Oct 2007 17:45:34 +0000 andoma fix incorrect check for abs_diff_pic_num overflow libavcodec
Tue, 09 Oct 2007 15:33:19 +0000 reimar Allow to override zlib compression level in PNG encoder via avctx->compression_level libavcodec
Tue, 09 Oct 2007 15:09:51 +0000 andoma reindent libavcodec
Tue, 09 Oct 2007 14:15:03 +0000 bcoudurier better lambda search method libavcodec
Tue, 09 Oct 2007 12:28:17 +0000 cehoyos Enable PAFF decoding libavcodec
Tue, 09 Oct 2007 05:39:49 +0000 aurel oops... mpegvideo_enc also depends on motion_est and ratecontrol libavcodec
Tue, 09 Oct 2007 04:49:12 +0000 aurel dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix) libavcodec
Mon, 08 Oct 2007 17:44:38 +0000 andoma Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. libavcodec
Mon, 08 Oct 2007 17:39:34 +0000 andoma Fix deblocking for PAFF content libavcodec
Mon, 08 Oct 2007 15:36:57 +0000 bcoudurier dnxhd 36mbit support libavcodec
Mon, 08 Oct 2007 12:28:36 +0000 bcoudurier typo weigth->weight libavcodec
Mon, 08 Oct 2007 12:23:00 +0000 bcoudurier preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it libavcodec
Mon, 08 Oct 2007 12:14:43 +0000 bcoudurier merge libavcodec
Mon, 08 Oct 2007 12:11:19 +0000 bcoudurier 10l, check 'i' validity before using it libavcodec
Mon, 08 Oct 2007 12:08:42 +0000 bcoudurier fix 10 bit per comp detection libavcodec
Mon, 08 Oct 2007 11:27:18 +0000 bcoudurier DNxHD (SMPTE VC-3) encoder libavcodec
Mon, 08 Oct 2007 09:14:46 +0000 bcoudurier export convert_matrix and add ff_ prefix libavcodec
Mon, 08 Oct 2007 09:09:19 +0000 bcoudurier export DCT_common_init and add ff_prefix libavcodec
Sun, 07 Oct 2007 23:46:51 +0000 cehoyos Re-indent after PAFF MMCO implementation patch. libavcodec
Sun, 07 Oct 2007 23:32:42 +0000 cehoyos Augment MMCO execution to work with both fields and frames. Part of PAFF libavcodec
Sat, 06 Oct 2007 15:50:55 +0000 andoma Cosmetic renaming variable so that it makes more sense for forthcoming PAFF mmco patches. libavcodec
Sat, 06 Oct 2007 15:49:13 +0000 andoma Augment mmcodecoding process to work properly with fields. Part of PAFF implementation. libavcodec
Sat, 06 Oct 2007 15:47:02 +0000 andoma Edge emulation for fields. Part of PAFF implementation libavcodec
Sat, 06 Oct 2007 15:44:58 +0000 andoma Set Picture.poc for fields and field pairs. Part of PAFF implementation. libavcodec
Sat, 06 Oct 2007 05:59:14 +0000 andoma Modifies macroblock addressing and current macroblock y-position for field decoding. libavcodec
Fri, 05 Oct 2007 13:54:11 +0000 andoma Support function and changes to reference picture reordering for PAFF. libavcodec
Fri, 05 Oct 2007 13:47:46 +0000 andoma Reindent fill_default_ref_list after changes for PAFF libavcodec
Fri, 05 Oct 2007 13:41:27 +0000 andoma Support functions and changes to default reference list creation for PAFF. libavcodec
Thu, 04 Oct 2007 22:41:21 +0000 diego license header consistency cosmetics. libavcodec
Thu, 04 Oct 2007 20:47:12 +0000 mhoffman blackfin optimized vp3 transform and infastructure for idct libavcodec
Thu, 04 Oct 2007 15:13:42 +0000 voroshil Replace "signed short" typecast with "int16_t" as suggested by libavcodec
Thu, 04 Oct 2007 06:53:12 +0000 andoma Reorganize long reference management to minimize code duplication in upcoming PAFF implementation. libavcodec
Thu, 04 Oct 2007 06:50:44 +0000 andoma Fix Picture.key_frame setting to be compatible with frame and field contexts. Part of PAFF implementation. libavcodec
Thu, 04 Oct 2007 06:43:58 +0000 andoma Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. libavcodec
Thu, 04 Oct 2007 06:41:49 +0000 andoma Rename variable to make sense in both field and frame contexts (support of PAFF implementation). libavcodec
Thu, 04 Oct 2007 06:38:58 +0000 andoma Further modularize short reference list management for upcoming PAFF implementation. libavcodec
Thu, 04 Oct 2007 06:37:04 +0000 andoma Re-indent unreference_pic. libavcodec
Thu, 04 Oct 2007 06:35:46 +0000 andoma Modify unreference_pic implementation with PAFF in mind. libavcodec
Thu, 04 Oct 2007 06:33:26 +0000 andoma Partial PAFF implementation at macroblock level. libavcodec
Wed, 03 Oct 2007 19:32:57 +0000 voroshil Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" libavcodec
Wed, 03 Oct 2007 17:50:27 +0000 aurel merge some #ifdef CONFIG_ENCODERS sections libavcodec
Wed, 03 Oct 2007 17:47:41 +0000 aurel remove alternative declaration of h263_encode_init() libavcodec
Wed, 03 Oct 2007 17:37:22 +0000 aurel fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec libavcodec
Wed, 03 Oct 2007 17:35:28 +0000 aurel remove useless #ifdef libavcodec
Wed, 03 Oct 2007 14:01:42 +0000 diego Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is libavcodec
Wed, 03 Oct 2007 13:49:51 +0000 diego Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file libavcodec
Tue, 02 Oct 2007 20:04:39 +0000 andoma remove unused code, spotted by Jeff Downs, heydowns a borg d com libavcodec
Tue, 02 Oct 2007 19:51:18 +0000 reimar Hopefully fix sparc compilation again, add incorrectly removed variable declaration libavcodec
Tue, 02 Oct 2007 18:18:35 +0000 reimar Remove uses of SIGILL for CPU extension detection, that method is not acceptable libavcodec
Tue, 02 Oct 2007 14:35:20 +0000 andoma Rename MMCO stuff to prepare for h264/PAFF implementation. libavcodec
Tue, 02 Oct 2007 14:25:47 +0000 andoma Cosmetic preparations for h264/PAFF implementation. libavcodec
Tue, 02 Oct 2007 13:14:37 +0000 diego 100l: Revert accidental commit, restore previous version. libavcodec
Tue, 02 Oct 2007 12:35:23 +0000 diego cosmetics: Fix indentation after last commit. libavcodec
Tue, 02 Oct 2007 12:34:43 +0000 diego Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). libavcodec
Tue, 02 Oct 2007 12:16:33 +0000 diego Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. libavcodec
Tue, 02 Oct 2007 11:39:32 +0000 lu_zero Sanitize altivec code so it can be built with runtime check properly libavcodec
Tue, 02 Oct 2007 10:34:57 +0000 diego cosmetics: Fix AltiVec spelling. libavcodec
Tue, 02 Oct 2007 10:26:42 +0000 diego cosmetics: Fix indentation after last commit. libavcodec
Tue, 02 Oct 2007 10:22:22 +0000 diego Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec libavcodec
Mon, 01 Oct 2007 14:23:36 +0000 diego Remove const vector macro indirection that is useless and obfuscating libavcodec
Mon, 01 Oct 2007 14:16:07 +0000 diego Remove Metrowerks compiler workaround. libavcodec
Mon, 01 Oct 2007 14:10:49 +0000 diego Remove Metrowerks compiler workaround. libavcodec
Mon, 01 Oct 2007 05:56:30 +0000 lorenm div -> mul libavcodec
Sun, 30 Sep 2007 03:36:13 +0000 lorenm simplify lpc libavcodec
Sun, 30 Sep 2007 03:01:56 +0000 lorenm 20% faster lpc, 6% overall flac decoding libavcodec
Sun, 30 Sep 2007 02:12:03 +0000 lorenm replace FIR with finite differences. libavcodec
Sat, 29 Sep 2007 23:44:34 +0000 lorenm unroll finite differences to avoid swapping registers. libavcodec
Sat, 29 Sep 2007 23:21:57 +0000 lorenm encode_residual_fixed(): replace FIR with finite differences. libavcodec
Sat, 29 Sep 2007 22:31:18 +0000 lorenm sse2 version of compute_autocorr(). libavcodec
Sat, 29 Sep 2007 15:20:22 +0000 vitor AMV video decoder. libavcodec
Sat, 29 Sep 2007 15:09:34 +0000 andoma Use emms_c() instead of ifdef libavcodec
Sat, 29 Sep 2007 12:52:56 +0000 vitor Add variables to prepare to the AMV decoder patch. libavcodec
Sat, 29 Sep 2007 07:43:52 +0000 lorenm was computing one more autocorrelation coefficient that was actually used libavcodec
Sat, 29 Sep 2007 05:41:27 +0000 lorenm replace brute force find_optimal_param() with a closed-form solution. libavcodec
Sat, 29 Sep 2007 01:54:25 +0000 lorenm gcc isn't smart enough to factor out duplicate stores libavcodec
Fri, 28 Sep 2007 20:38:32 +0000 iive On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use. libavcodec
Fri, 28 Sep 2007 06:06:18 +0000 lorenm 2.5x faster compute_autocorr() libavcodec
Thu, 27 Sep 2007 11:29:21 +0000 takis cosmetics: typos libavcodec
Thu, 27 Sep 2007 10:45:16 +0000 takis Remove redundant test. libavcodec
Thu, 27 Sep 2007 06:21:57 +0000 vitor AMV audio decoder libavcodec
Thu, 27 Sep 2007 03:16:25 +0000 lorenm oops, revert unrelated change libavcodec
Thu, 27 Sep 2007 02:42:00 +0000 lorenm unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. libavcodec
Wed, 26 Sep 2007 13:28:13 +0000 andoma h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output libavcodec
Tue, 25 Sep 2007 23:34:48 +0000 lorenm oops, potential overflow on really large blocks libavcodec
Tue, 25 Sep 2007 23:31:13 +0000 lorenm optimize decode_subframe_lpc() libavcodec
Tue, 25 Sep 2007 23:30:29 +0000 lorenm optimize encode_residual_lpc() libavcodec
Tue, 25 Sep 2007 22:33:31 +0000 aurel simplify libavcodec
Tue, 25 Sep 2007 22:31:00 +0000 aurel rename one variable to be consistent with the rest of the file libavcodec
Tue, 25 Sep 2007 21:01:34 +0000 aurel consistent spelling: plan => plane libavcodec
Tue, 25 Sep 2007 19:22:47 +0000 aurel simplify libavcodec
Tue, 25 Sep 2007 19:16:38 +0000 aurel cosmetic: indent libavcodec
Tue, 25 Sep 2007 19:12:46 +0000 aurel add a new vp6a codec (add alpha plan support to vp6) libavcodec
Tue, 25 Sep 2007 08:43:49 +0000 andoma reindent libavcodec
Tue, 25 Sep 2007 07:30:22 +0000 diego Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an libavcodec
Mon, 24 Sep 2007 22:29:11 +0000 aurel move all model related tables into their own struct libavcodec