log

age author description
Sun, 03 Sep 2006 16:15:29 +0000 diego Add copyright notice from the Independent JPEG Group instead of referring libavcodec
Sun, 03 Sep 2006 15:59:08 +0000 jbr Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. libavcodec
Sun, 03 Sep 2006 04:44:50 +0000 kostya AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0]) libavcodec
Sat, 02 Sep 2006 23:10:28 +0000 mru remove redundant declarations libavcodec
Sat, 02 Sep 2006 04:58:51 +0000 kostya Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. libavcodec
Sat, 02 Sep 2006 04:53:49 +0000 kostya Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab libavcodec
Sat, 02 Sep 2006 04:52:00 +0000 kostya New function for chroma MC (will be used in VC-1) libavcodec
Fri, 01 Sep 2006 22:02:38 +0000 lorenm snow cosmetics: merge the sliced and non-sliced versions of add_yblock libavcodec
Fri, 01 Sep 2006 21:51:35 +0000 lorenm fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same. libavcodec
Thu, 31 Aug 2006 19:14:00 +0000 lu_zero Align the input buffer in ffplay, introduce a public macro for aligned declarations libavcodec
Thu, 31 Aug 2006 15:44:37 +0000 lu_zero Proper fix for the corner case that would have been corrected before, praise&blame to me and exg in equal shares libavcodec
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