log

age author description
Thu, 31 Aug 2006 15:27:26 +0000 lu_zero Revert previous commit libavcodec
Thu, 31 Aug 2006 15:15:14 +0000 lu_zero Fix float_to_int16, unaligned case, broken by the previous commit libavcodec
Thu, 31 Aug 2006 04:44:54 +0000 kostya New qpel MC functions conforming to VC-1 standard. libavcodec
Thu, 31 Aug 2006 04:42:13 +0000 kostya Spelling libavcodec
Thu, 31 Aug 2006 04:39:27 +0000 kostya Motion compensation for luma always use halfpel precision. libavcodec
Wed, 30 Aug 2006 21:18:17 +0000 michael fix b pyramid in mp4 muxing if no dts are provided to the muxer libavcodec
Tue, 29 Aug 2006 21:23:27 +0000 nicodvb install opt.h libavcodec
Tue, 29 Aug 2006 03:07:58 +0000 lorenm slightly faster deblock libavcodec
Mon, 28 Aug 2006 22:25:30 +0000 aurel use the A32_BITSTREAM_READER by default on ARM (faster) libavcodec
Mon, 28 Aug 2006 18:46:01 +0000 aurel force usage of ALT_BITSTREAM_READER where needed libavcodec
Mon, 28 Aug 2006 18:44:49 +0000 aurel move some functions to bitstream.h to avoid conflicts libavcodec
Mon, 28 Aug 2006 16:15:40 +0000 michael fix buffer handling libavcodec
Mon, 28 Aug 2006 14:56:47 +0000 lucabe Minimal support for the new pixel formats in libavcodec libavcodec
Mon, 28 Aug 2006 09:33:01 +0000 lorenm mmx implementation of deblocking strength decision. libavcodec
Sun, 27 Aug 2006 21:45:26 +0000 michael overread AV_LOG_ERROR -> AV_LOG_DEBUG libavcodec
Sun, 27 Aug 2006 11:42:40 +0000 michael fix low bitrate mp3 libavcodec
Sun, 27 Aug 2006 09:19:02 +0000 lorenm tweak cabac. 0.5% faster h264. libavcodec
Sun, 27 Aug 2006 07:19:11 +0000 michael check the validity of the amount of the remaining bytes in the bitsteam before memcpy libavcodec
Sat, 26 Aug 2006 20:16:54 +0000 michael unused var libavcodec
Sat, 26 Aug 2006 18:56:24 +0000 michael dont copy frame if the whole mp1/2/3 frame is available in one piece in the input libavcodec
Sat, 26 Aug 2006 18:12:16 +0000 aurel Fix A32_BITSTREAM_READER compilation on x86 libavcodec
Sat, 26 Aug 2006 18:02:52 +0000 michael make mpa_decode_header() 10 times faster libavcodec
Sat, 26 Aug 2006 17:29:31 +0000 michael another silly typo which surprisingly neither valgrind nor cmp of the file output cought libavcodec
Sat, 26 Aug 2006 15:24:13 +0000 michael 10l found by valgrind libavcodec
Sat, 26 Aug 2006 12:19:05 +0000 michael remove duplicated parser, people who pass random gibblets of the bitstream into the decoder will have to pass it through a AVParser like for all other codecs too libavcodec
Sat, 26 Aug 2006 11:50:23 +0000 michael 2nd try of skip_bits_long() for the ALT reader libavcodec
Sat, 26 Aug 2006 11:37:33 +0000 michael make A32 reader align its ptr during init no matter what missaligned mess is given to it libavcodec
Sat, 26 Aug 2006 11:26:54 +0000 michael 3rd try :) libavcodec
Sat, 26 Aug 2006 11:06:33 +0000 michael 2nd try for a skip_bits_long() for the A32 reader libavcodec
Sat, 26 Aug 2006 10:26:14 +0000 michael move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs libavcodec
Sat, 26 Aug 2006 09:34:02 +0000 michael prevent bitstream reader to be overriden libavcodec
Fri, 25 Aug 2006 14:42:32 +0000 michael avoid branch libavcodec
Fri, 25 Aug 2006 13:58:27 +0000 michael move variable declarations so that their scope is smaller libavcodec
Fri, 25 Aug 2006 13:46:56 +0000 michael move the +400 out of the innermost loop libavcodec
Fri, 25 Aug 2006 13:36:27 +0000 michael avoid reading exponent twice libavcodec
Fri, 25 Aug 2006 12:26:34 +0000 michael reduce size of vlc table, thats slightly faster here libavcodec
Fri, 25 Aug 2006 11:55:20 +0000 michael try to avoid l3_unscale() by using a table libavcodec
Fri, 25 Aug 2006 10:00:30 +0000 michael replace l3_unscale(1, exponents[pos]) by LUT libavcodec
Fri, 25 Aug 2006 02:40:52 +0000 michael maybe fixing the segfault on ARM libavcodec
Thu, 24 Aug 2006 21:59:20 +0000 aurel cook shouldn't try to enforce the bitstream reader type libavcodec
Thu, 24 Aug 2006 14:13:57 +0000 bcoudurier add codec id and tag for JPEG 2000 libavcodec
Thu, 24 Aug 2006 12:35:53 +0000 michael 10l typo libavcodec
Thu, 24 Aug 2006 11:18:41 +0000 michael avoid a few if(x==0) checks in the inner loops libavcodec
Thu, 24 Aug 2006 09:24:50 +0000 michael fix non ALT bitstream reader libavcodec
Thu, 24 Aug 2006 08:40:09 +0000 michael optimize reorder_block() though this function seems to be executed too rarely for this to make much difference libavcodec
Thu, 24 Aug 2006 08:39:07 +0000 michael simplify libavcodec
Thu, 24 Aug 2006 06:57:32 +0000 michael dont copy the whole GetBitContext around libavcodec
Thu, 24 Aug 2006 01:12:26 +0000 michael faster handling of zero coeffs in the low freq decode libavcodec
Thu, 24 Aug 2006 01:01:39 +0000 michael optimizing high freq decode libavcodec
Thu, 24 Aug 2006 00:03:51 +0000 michael use memset() instead of slow c loops libavcodec
Wed, 23 Aug 2006 23:40:03 +0000 michael simplify libavcodec
Wed, 23 Aug 2006 23:39:27 +0000 aurel fix arm asm compilation in mpegaudiodec libavcodec
Tue, 22 Aug 2006 16:23:56 +0000 banan Alignment of the LT window, segfault fix patch by Baptiste Coudurier. libavcodec
Tue, 22 Aug 2006 13:25:09 +0000 michael MUL* for ARM code based on a patch by Siarhei Siamashka libavcodec
Tue, 22 Aug 2006 12:07:02 +0000 michael replace MULL with asm too, no significnat speedup but its probably better to not take any chances, some versions of gcc will almost certainly mess it up too if they can libavcodec
Tue, 22 Aug 2006 11:51:09 +0000 michael replacing MULH by asm for x86 libavcodec
Tue, 22 Aug 2006 11:16:47 +0000 michael indent preprocessor directives libavcodec
Tue, 22 Aug 2006 11:11:04 +0000 michael make high precission synth filter 3 times faster on x86 libavcodec
Tue, 22 Aug 2006 06:24:59 +0000 michael replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs) libavcodec
Mon, 21 Aug 2006 12:12:43 +0000 michael replace a few MULL by MULH libavcodec