log

age author description
Sat, 18 Mar 2006 02:29:58 +0000 michael segfault fix libavcodec
Fri, 17 Mar 2006 16:40:10 +0000 corey make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't libavcodec
Fri, 17 Mar 2006 12:08:46 +0000 gpoirier 10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled libavcodec
Thu, 16 Mar 2006 19:18:18 +0000 gpoirier First part of a series of speed-enchancing patches. libavcodec
Tue, 14 Mar 2006 00:22:05 +0000 michael dont pass intra flag if its always 0 libavcodec
Mon, 13 Mar 2006 23:46:47 +0000 michael fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios) libavcodec
Mon, 13 Mar 2006 23:29:00 +0000 michael fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...) libavcodec
Mon, 13 Mar 2006 01:27:13 +0000 lorenm seed iterative_me with mvs from conventional search. libavcodec
Mon, 13 Mar 2006 01:26:06 +0000 lorenm obey vqscale in 2nd pass libavcodec
Sun, 12 Mar 2006 19:55:52 +0000 michael reset interlaced_dct flag libavcodec
Sat, 11 Mar 2006 04:26:55 +0000 kostya 16-bit DPCM and stereo support for Sierra VMD libavcodec
Sat, 11 Mar 2006 00:19:32 +0000 michael av_free -> av_freep libavcodec
Sat, 11 Mar 2006 00:18:43 +0000 michael fix %8 != 0 w/h libavcodec
Fri, 10 Mar 2006 22:00:36 +0000 michael asserts to check if assumed conditions really are true libavcodec
Fri, 10 Mar 2006 21:20:49 +0000 michael out of array read fix libavcodec
Fri, 10 Mar 2006 20:58:42 +0000 michael out of array read fix libavcodec
Fri, 10 Mar 2006 20:40:52 +0000 michael cleanup picture / debug output code libavcodec
Fri, 10 Mar 2006 19:42:51 +0000 michael fixing out of array access (only cosmetic, this should never have had a end user vissible effect) libavcodec
Fri, 10 Mar 2006 19:10:46 +0000 michael add assert to clarify that we know what we are doing libavcodec
Fri, 10 Mar 2006 18:40:41 +0000 michael fixing uninitalized dc_pred_dir libavcodec
Fri, 10 Mar 2006 18:37:18 +0000 michael very minor optimization libavcodec
Fri, 10 Mar 2006 18:34:51 +0000 michael unused variable libavcodec
Fri, 10 Mar 2006 13:55:48 +0000 bcoudurier Fix cropping, depending on enc pix fmt libavcodec
Thu, 09 Mar 2006 08:05:45 +0000 diego Alignment fixes, caused problems on SPARC. libavcodec
Wed, 08 Mar 2006 11:43:10 +0000 diego (f)printf --> av_log conversion libavcodec
Wed, 08 Mar 2006 09:26:57 +0000 banan Init simplification and 2% faster wma_decode_block on amd64 with tables use libavcodec
Wed, 08 Mar 2006 04:13:55 +0000 corey 3DNow! & Extended 3DNow! versions of FFT libavcodec
Tue, 07 Mar 2006 22:45:56 +0000 lorenm h264_idct8_add_mmx libavcodec
Tue, 07 Mar 2006 22:33:32 +0000 lorenm h264_idct_add only needs mmx1 libavcodec
Mon, 06 Mar 2006 22:06:33 +0000 diego Proper mangling information for symbols in OS X Mach-O shared objects. libavcodec
Mon, 06 Mar 2006 15:09:04 +0000 michael switch flac to av_crc libavcodec
Mon, 06 Mar 2006 14:53:13 +0000 michael switch ac3enc to av_crc libavcodec
Mon, 06 Mar 2006 14:13:01 +0000 michael generic crc calculation code libavcodec
Mon, 06 Mar 2006 09:54:09 +0000 romansh I still don't think this should be here. Note: without this code DV encoder libavcodec
Mon, 06 Mar 2006 08:54:33 +0000 romansh DVCPRO50 support. libavcodec
Sun, 05 Mar 2006 20:25:18 +0000 gpoirier use xorps instead of mulps to toggle the sign of a float, as suggested by Software Optimization Guide for AMD64 Processors. libavcodec
Sun, 05 Mar 2006 19:02:35 +0000 lorenm gcc2.95 workaround libavcodec
Sun, 05 Mar 2006 12:32:24 +0000 mru Make faac_decode_frame return -1 on error and not 0 which avoids libavcodec
Sat, 04 Mar 2006 19:56:01 +0000 lorenm remove some useless instructions libavcodec
Sat, 04 Mar 2006 17:34:17 +0000 diego Make -xy help output consistent, output an empty line before and after. libavcodec
Sat, 04 Mar 2006 03:57:33 +0000 lorenm keyframe flag was wrong if SEIs followed the keyframe libavcodec
Fri, 03 Mar 2006 21:33:06 +0000 michael PAL8 support (fixed BLUR8.AVI) libavcodec
Fri, 03 Mar 2006 20:36:08 +0000 michael fix segfault with BLUR8.AVI libavcodec
Thu, 02 Mar 2006 21:47:53 +0000 michael fix infinite loop libavcodec
Thu, 02 Mar 2006 13:55:49 +0000 michael cleanup IMA-ADPCM WAV decoder libavcodec
Thu, 02 Mar 2006 08:21:08 +0000 lorenm 4% faster h264_qpel_mc libavcodec
Wed, 01 Mar 2006 23:19:04 +0000 kabi * bugfixing call reference libavcodec
Wed, 01 Mar 2006 22:59:22 +0000 michael fix decoding of mpeg2-trunc.vob libavcodec
Tue, 28 Feb 2006 21:55:18 +0000 aurel use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >) libavcodec
Tue, 28 Feb 2006 02:54:48 +0000 romansh Assign class 2 to most macroblocks by default, instead of a more conservative libavcodec
Mon, 27 Feb 2006 12:17:20 +0000 banan 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch libavcodec
Mon, 27 Feb 2006 05:04:05 +0000 romansh Not that we're that far from being an *initial* implementation, but libavcodec
Mon, 27 Feb 2006 04:50:06 +0000 romansh AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The libavcodec
Sun, 26 Feb 2006 15:40:08 +0000 michael remove wrong assert() libavcodec
Sun, 26 Feb 2006 15:24:42 +0000 michael replace for loop with 2 asserts() libavcodec
Sat, 25 Feb 2006 22:58:26 +0000 michael size[0-3] are not initialized (and can get random negative trash libavcodec
Sat, 25 Feb 2006 22:41:31 +0000 mru kill some warnings libavcodec
Sat, 25 Feb 2006 22:15:24 +0000 lorenm fix a memory leak on seeking. libavcodec
Fri, 24 Feb 2006 09:16:26 +0000 michael 10l (forgot EOBs) libavcodec
Thu, 23 Feb 2006 13:05:37 +0000 michael dont lowwer qnos of more blocks then needed libavcodec