Mercurial > libavcodec.hg
graph
-
set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking libavcodecMon, 26 Mar 2007 17:33:45 +0000, by michael
-
get rid of unused entries in the middle of xvmc_render struct, libavcodecMon, 26 Mar 2007 15:21:19 +0000, by iive
-
Optimize by building the mdct window and multipying/adding at the same time. libavcodecMon, 26 Mar 2007 10:03:57 +0000, by banan
-
properly set *data_size when returning >= 0 values in shorten_decode_frame() libavcodecMon, 26 Mar 2007 00:00:43 +0000, by aurel
-
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 libavcodecSun, 25 Mar 2007 23:37:38 +0000, by michael
-
increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API libavcodecSun, 25 Mar 2007 20:52:45 +0000, by bcoudurier
-
pass correct buffer size to lzw decode init libavcodecSun, 25 Mar 2007 16:29:11 +0000, by bcoudurier
-
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 libavcodecSun, 25 Mar 2007 15:43:46 +0000, by michael
-
1000l to myself - get correct quantization for blocks 1 and 2 libavcodecSun, 25 Mar 2007 06:00:06 +0000, by kostya
-
use generic xiph header spliting func to split theora headers libavcodecSun, 25 Mar 2007 01:09:26 +0000, by aurel
-
extract vorbis header spliting code into a reusable function libavcodecSun, 25 Mar 2007 01:06:45 +0000, by aurel
-
return error if loop has ended before decoding image libavcodecSun, 25 Mar 2007 00:12:24 +0000, by bcoudurier
-
break if eob is reached to avoid reading one too much byte libavcodecSat, 24 Mar 2007 23:23:05 +0000, by bcoudurier
-
iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but libavcodecFri, 23 Mar 2007 00:05:45 +0000, by mru
-
set more reasonable cutoff for audio rate conversion libavcodecThu, 22 Mar 2007 14:27:16 +0000, by 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 libavcodecThu, 22 Mar 2007 11:23:38 +0000, by michael
-
change high precision mode to 30 bits again after making the code less overflow sensitive libavcodecThu, 22 Mar 2007 11:13:13 +0000, by michael
-
optimize linear filter coeff interpolation code, this also makes the code less prone to overflows libavcodecThu, 22 Mar 2007 11:10:30 +0000, by michael
-
utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30% libavcodecThu, 22 Mar 2007 05:34:26 +0000, by jbr
-
revert r8469 (increase bits for non default highprecision mode) libavcodecThu, 22 Mar 2007 03:18:34 +0000, by michael
-
optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...) libavcodecThu, 22 Mar 2007 00:52:49 +0000, by michael
-
select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters) libavcodecThu, 22 Mar 2007 00:16:41 +0000, by michael
-
make kaiser windows with other beta than 16 available libavcodecWed, 21 Mar 2007 23:44:49 +0000, by michael
-
enable iwmmxt support, removing mm_support() stub libavcodecWed, 21 Mar 2007 23:07:24 +0000, by mru
-
make high precision mode accessible at compile time libavcodecWed, 21 Mar 2007 22:39:00 +0000, by michael
-
increase bits for non default highprecision mode libavcodecWed, 21 Mar 2007 22:38:07 +0000, by michael
-
code for testing the accuracy of the resampler libavcodecWed, 21 Mar 2007 22:37:05 +0000, by michael
-
remove dithering of filter coefficients, improves precision by 1-2 bits and libavcodecWed, 21 Mar 2007 22:02:52 +0000, by michael
-
Small simplifications to subband coefficient handling and use av_random(). libavcodecTue, 20 Mar 2007 18:08:51 +0000, by banan
-
fix handling of special case for lowest snroffset. regressions are unaffected. libavcodecTue, 20 Mar 2007 02:12:13 +0000, by jbr
-
10l, fix debug, dprintf does not have log level libavcodecMon, 19 Mar 2007 16:07:51 +0000, by bcoudurier
-
AC-3 encoded volume is too high. Revert revision 7160: libavcodecSun, 18 Mar 2007 23:18:05 +0000, by jbr
-
split ac3_parametric_bit_allocation into 3 separate functions libavcodecSun, 18 Mar 2007 21:43:20 +0000, by jbr