log

age author description
Sat, 31 Mar 2007 16:20:51 +0000 diego Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com. libavcodec
Fri, 30 Mar 2007 20:56:32 +0000 lu_zero Typos in comments libavcodec
Fri, 30 Mar 2007 19:16:41 +0000 lorenm move some stuff out of an inner loop. 12% faster svq1 encoding. libavcodec
Fri, 30 Mar 2007 19:15:31 +0000 lorenm mmx 16-bit ssd. 2.3x faster svq1 encoding. libavcodec
Fri, 30 Mar 2007 09:26:13 +0000 takis Fix a bug in av_find_opt(). Because some of the AVOption structures have field libavcodec
Fri, 30 Mar 2007 09:05:52 +0000 gpoirier add 'all' and 'none' options for partitions config libavcodec
Fri, 30 Mar 2007 06:33:15 +0000 diego Update specification and reference implementation links. libavcodec
Thu, 29 Mar 2007 14:20:30 +0000 takis Fix compilation when using the --disable-opts parameter. This to help those libavcodec
Thu, 29 Mar 2007 09:39:20 +0000 diego Accept only existing bitrates. libavcodec
Tue, 27 Mar 2007 11:18:24 +0000 michael codec id addition guidlines libavcodec
Tue, 27 Mar 2007 07:28:52 +0000 kostya FASTTX==0 means additional 16 bits in extradata libavcodec
Tue, 27 Mar 2007 07:27:53 +0000 kostya One more FASTTX-related hack libavcodec
Tue, 27 Mar 2007 05:23:07 +0000 kostya Remove redundant assign libavcodec
Mon, 26 Mar 2007 17:33:45 +0000 michael set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking libavcodec
Mon, 26 Mar 2007 15:21:19 +0000 iive get rid of unused entries in the middle of xvmc_render struct, libavcodec
Mon, 26 Mar 2007 10:03:57 +0000 banan Optimize by building the mdct window and multipying/adding at the same time. libavcodec
Mon, 26 Mar 2007 00:54:29 +0000 michael factorize & libavcodec
Mon, 26 Mar 2007 00:44:42 +0000 michael simplify libavcodec
Mon, 26 Mar 2007 00:00:43 +0000 aurel properly set *data_size when returning >= 0 values in shorten_decode_frame() libavcodec
Sun, 25 Mar 2007 23:37:38 +0000 michael check input validity, this prevents a few variables from reachin odd values which might have lead to out of array writes and thus might have been exploitable libavcodec
Sun, 25 Mar 2007 23:22:11 +0000 michael simplify libavcodec
Sun, 25 Mar 2007 20:52:45 +0000 bcoudurier increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API libavcodec
Sun, 25 Mar 2007 16:43:59 +0000 bcoudurier remove TODO, its done now libavcodec
Sun, 25 Mar 2007 16:29:11 +0000 bcoudurier pass correct buffer size to lzw decode init libavcodec
Sun, 25 Mar 2007 15:43:46 +0000 michael move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread libavcodec
Sun, 25 Mar 2007 15:09:16 +0000 michael simplify libavcodec
Sun, 25 Mar 2007 14:02:54 +0000 michael factorize libavcodec
Sun, 25 Mar 2007 13:41:14 +0000 michael simplify libavcodec
Sun, 25 Mar 2007 06:00:06 +0000 kostya 1000l to myself - get correct quantization for blocks 1 and 2 libavcodec
Sun, 25 Mar 2007 01:09:26 +0000 aurel use generic xiph header spliting func to split theora headers libavcodec
Sun, 25 Mar 2007 01:06:45 +0000 aurel extract vorbis header spliting code into a reusable function libavcodec
Sun, 25 Mar 2007 00:16:30 +0000 bcoudurier actually return bytes read libavcodec
Sun, 25 Mar 2007 00:12:24 +0000 bcoudurier return error if loop has ended before decoding image libavcodec
Sun, 25 Mar 2007 00:00:56 +0000 bcoudurier actually return bytes read libavcodec
Sat, 24 Mar 2007 23:57:42 +0000 bcoudurier add some length checks libavcodec
Sat, 24 Mar 2007 23:53:34 +0000 bcoudurier simplify libavcodec
Sat, 24 Mar 2007 23:23:51 +0000 bcoudurier fix indentation libavcodec
Sat, 24 Mar 2007 23:23:05 +0000 bcoudurier break if eob is reached to avoid reading one too much byte libavcodec
Sat, 24 Mar 2007 12:07:07 +0000 mru Fix H.264 8x8 transform selection libavcodec
Fri, 23 Mar 2007 00:05:45 +0000 mru iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but libavcodec
Thu, 22 Mar 2007 14:27:16 +0000 michael set more reasonable cutoff for audio rate conversion libavcodec
Thu, 22 Mar 2007 13:27:11 +0000 michael clarify codec_tag libavcodec
Thu, 22 Mar 2007 13:17:03 +0000 michael clarify sub_id libavcodec
Thu, 22 Mar 2007 11:23:38 +0000 michael replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected libavcodec
Thu, 22 Mar 2007 11:13:13 +0000 michael change high precision mode to 30 bits again after making the code less overflow sensitive libavcodec
Thu, 22 Mar 2007 11:10:30 +0000 michael optimize linear filter coeff interpolation code, this also makes the code less prone to overflows libavcodec
Thu, 22 Mar 2007 05:39:20 +0000 jbr cosmetics. align and condense. libavcodec
Thu, 22 Mar 2007 05:38:00 +0000 jbr simplify libavcodec
Thu, 22 Mar 2007 05:34:26 +0000 jbr utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30% libavcodec
Thu, 22 Mar 2007 03:18:34 +0000 michael revert r8469 (increase bits for non default highprecision mode) libavcodec
Thu, 22 Mar 2007 03:16:02 +0000 michael AUDIOPHILE_KIDDY_MODE libavcodec
Thu, 22 Mar 2007 00:52:49 +0000 michael optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...) libavcodec
Thu, 22 Mar 2007 00:16:41 +0000 michael select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters) libavcodec
Wed, 21 Mar 2007 23:44:49 +0000 michael make kaiser windows with other beta than 16 available libavcodec
Wed, 21 Mar 2007 23:07:24 +0000 mru enable iwmmxt support, removing mm_support() stub libavcodec
Wed, 21 Mar 2007 22:39:00 +0000 michael make high precision mode accessible at compile time libavcodec
Wed, 21 Mar 2007 22:38:07 +0000 michael increase bits for non default highprecision mode libavcodec
Wed, 21 Mar 2007 22:37:05 +0000 michael code for testing the accuracy of the resampler libavcodec
Wed, 21 Mar 2007 22:02:52 +0000 michael remove dithering of filter coefficients, improves precision by 1-2 bits and libavcodec
Wed, 21 Mar 2007 05:56:29 +0000 kostya Smacker Audio stereo fix libavcodec