log

age author description
Sun, 18 Oct 2009 20:10:10 +0000 lorenm simd add_hfyu_left_prediction libavcodec
Sun, 18 Oct 2009 19:51:18 +0000 jbr add CONFIG_LPC to the build system for lpc dsputil functions. fixes build libavcodec
Sun, 18 Oct 2009 18:51:54 +0000 mru WMAPRO: use some type punning in decode_coeffs() libavcodec
Sun, 18 Oct 2009 16:29:10 +0000 vitor Replace big square-root table by a call to ff_sqrt(). Based on a patch libavcodec
Sun, 18 Oct 2009 14:34:45 +0000 diego Fix typo that mistakenly slipped into previous commit: libavcodec
Sun, 18 Oct 2009 10:47:40 +0000 diego cosmetics: Break overly long lines. libavcodec
Sat, 17 Oct 2009 21:00:39 +0000 jbr Move autocorrelation function from flacenc.c to lpc.c. Also rename the libavcodec
Sat, 17 Oct 2009 19:35:47 +0000 michael Revert r20249, it seems the union trick works everywhere libavcodec
Sat, 17 Oct 2009 08:04:33 +0000 jai_menon alacenc : use private compression_level value consistently. libavcodec
Fri, 16 Oct 2009 23:06:55 +0000 astrange Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). libavcodec
Fri, 16 Oct 2009 23:04:41 +0000 astrange Huffyuv: Add missing const to src pointers in dsputil functions. libavcodec
Fri, 16 Oct 2009 22:55:34 +0000 astrange Huffyuv: Remove unnecessary allocation in alloc_temp(). libavcodec
Fri, 16 Oct 2009 22:52:23 +0000 astrange Huffyuv: Fix a valgrind warning in get_vlc2(). libavcodec
Fri, 16 Oct 2009 16:50:15 +0000 jai_menon alacenc : Move some code around for clarity. libavcodec
Fri, 16 Oct 2009 16:12:04 +0000 ramiro mlp: Indent. libavcodec
Fri, 16 Oct 2009 16:10:00 +0000 ramiro mlp: Only initialize VLC tables once. This caused a crash when multiple libavcodec
Fri, 16 Oct 2009 16:03:26 +0000 ramiro mlp: Use smaller CRC tables if CONFIG_SMALL. libavcodec
Fri, 16 Oct 2009 15:16:59 +0000 cehoyos Do not try to free memory that was never allocated (partial revert of r20231). libavcodec
Fri, 16 Oct 2009 14:50:08 +0000 cehoyos Release unreleased buffers found by make test. libavcodec
Fri, 16 Oct 2009 12:35:49 +0000 michael Very evil missuse of svn to test if AVOption and AVOption2 are compatible. libavcodec
Fri, 16 Oct 2009 12:31:32 +0000 michael Add an experimental AVOption2 that uses an union instead of double for default_val. libavcodec
Fri, 16 Oct 2009 07:55:57 +0000 reimar Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodec
Thu, 15 Oct 2009 18:04:55 +0000 reimar Add support for hardcoded ff_sin_* tables. libavcodec
Thu, 15 Oct 2009 17:55:51 +0000 reimar Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodec
Thu, 15 Oct 2009 17:19:07 +0000 reimar Remove silly casts to the same type as we already have. libavcodec
Thu, 15 Oct 2009 17:16:50 +0000 reimar Add missing release_buffer at decode end for asv1 decoder. libavcodec
Thu, 15 Oct 2009 17:10:07 +0000 reimar Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. libavcodec
Thu, 15 Oct 2009 15:11:57 +0000 cehoyos Raise MAX_THREADS to 16. libavcodec
Thu, 15 Oct 2009 11:50:32 +0000 reimar Do not initialize ff_cos_* tables again in rdft_init, they are already libavcodec
Thu, 15 Oct 2009 06:59:23 +0000 reimar Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. libavcodec