Mercurial > libavcodec.hg
graph
-
Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com. libavcodecSat, 31 Mar 2007 16:20:51 +0000, by diego
-
move some stuff out of an inner loop. 12% faster svq1 encoding. libavcodecFri, 30 Mar 2007 19:16:41 +0000, by lorenm
-
Fix a bug in av_find_opt(). Because some of the AVOption structures have field libavcodecFri, 30 Mar 2007 09:26:13 +0000, by takis
-
add 'all' and 'none' options for partitions config libavcodecFri, 30 Mar 2007 09:05:52 +0000, by gpoirier
-
Update specification and reference implementation links. libavcodecFri, 30 Mar 2007 06:33:15 +0000, by diego
-
Fix compilation when using the --disable-opts parameter. This to help those libavcodecThu, 29 Mar 2007 14:20:30 +0000, by takis
-
FASTTX==0 means additional 16 bits in extradata libavcodecTue, 27 Mar 2007 07:28:52 +0000, by kostya
-
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