Mercurial > libavcodec.hg
graph
-
cosmetics: Remove pointless parentheses from return statement. libavcodecMon, 19 Oct 2009 12:47:52 +0000, by diego
-
fix linking on systems with a function name prefix (10l in r20287) libavcodecSun, 18 Oct 2009 21:44:03 +0000, by lorenm
-
fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com libavcodecSun, 18 Oct 2009 21:08:23 +0000, by bcoudurier
-
add CONFIG_LPC to the build system for lpc dsputil functions. fixes build libavcodecSun, 18 Oct 2009 19:51:18 +0000, by jbr
-
Replace big square-root table by a call to ff_sqrt(). Based on a patch libavcodecSun, 18 Oct 2009 16:29:10 +0000, by vitor
-
Fix typo that mistakenly slipped into previous commit: libavcodecSun, 18 Oct 2009 14:34:45 +0000, by diego
-
Move autocorrelation function from flacenc.c to lpc.c. Also rename the libavcodecSat, 17 Oct 2009 21:00:39 +0000, by jbr
-
Revert r20249, it seems the union trick works everywhere libavcodecSat, 17 Oct 2009 19:35:47 +0000, by michael
-
alacenc : use private compression_level value consistently. libavcodecSat, 17 Oct 2009 08:04:33 +0000, by jai_menon
-
Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). libavcodecFri, 16 Oct 2009 23:06:55 +0000, by astrange
-
Huffyuv: Add missing const to src pointers in dsputil functions. libavcodecFri, 16 Oct 2009 23:04:41 +0000, by astrange
-
Huffyuv: Remove unnecessary allocation in alloc_temp(). libavcodecFri, 16 Oct 2009 22:55:34 +0000, by astrange
-
Huffyuv: Fix a valgrind warning in get_vlc2(). libavcodecFri, 16 Oct 2009 22:52:23 +0000, by astrange
-
alacenc : Move some code around for clarity. libavcodecFri, 16 Oct 2009 16:50:15 +0000, by jai_menon
-
mlp: Only initialize VLC tables once. This caused a crash when multiple libavcodecFri, 16 Oct 2009 16:10:00 +0000, by ramiro
-
Do not try to free memory that was never allocated (partial revert of r20231). libavcodecFri, 16 Oct 2009 15:16:59 +0000, by cehoyos
-
Release unreleased buffers found by make test. libavcodecFri, 16 Oct 2009 14:50:08 +0000, by cehoyos
-
Very evil missuse of svn to test if AVOption and AVOption2 are compatible. libavcodecFri, 16 Oct 2009 12:35:49 +0000, by michael
-
Add an experimental AVOption2 that uses an union instead of double for default_val. libavcodecFri, 16 Oct 2009 12:31:32 +0000, by michael
-
Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodecFri, 16 Oct 2009 07:55:57 +0000, by reimar
-
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodecThu, 15 Oct 2009 17:55:51 +0000, by reimar
-
Remove silly casts to the same type as we already have. libavcodecThu, 15 Oct 2009 17:19:07 +0000, by reimar
-
Add missing release_buffer at decode end for asv1 decoder. libavcodecThu, 15 Oct 2009 17:16:50 +0000, by reimar
-
Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. libavcodecThu, 15 Oct 2009 17:10:07 +0000, by reimar
-
Do not initialize ff_cos_* tables again in rdft_init, they are already libavcodecThu, 15 Oct 2009 11:50:32 +0000, by reimar
-
Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. libavcodecThu, 15 Oct 2009 06:59:23 +0000, by reimar
-
Use hardcoded instead of runtime-calculated ff_cos_* tables if libavcodecWed, 14 Oct 2009 21:41:24 +0000, by reimar
-
Print a warning message when avcodec_default_free_buffers finds unreleased libavcodecTue, 13 Oct 2009 20:48:51 +0000, by reimar
-
Remove unnecessary calls to avcodec_check_dimensions, the check is already libavcodecTue, 13 Oct 2009 20:13:28 +0000, by reimar
-
Call release_buffer on close for v210dec and v210x libavcodecTue, 13 Oct 2009 18:31:22 +0000, by reimar
-
Fix w32thread implementation to handle job count > thread_count. libavcodecTue, 13 Oct 2009 13:03:12 +0000, by reimar