Mercurial > libavcodec.hg
graph
-
unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. libavcodecThu, 27 Sep 2007 02:42:00 +0000, by lorenm
-
h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output libavcodecWed, 26 Sep 2007 13:28:13 +0000, by andoma
-
oops, potential overflow on really large blocks libavcodecTue, 25 Sep 2007 23:34:48 +0000, by lorenm
-
rename one variable to be consistent with the rest of the file libavcodecTue, 25 Sep 2007 22:31:00 +0000, by aurel
-
add a new vp6a codec (add alpha plan support to vp6) libavcodecTue, 25 Sep 2007 19:12:46 +0000, by aurel
-
Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an libavcodecTue, 25 Sep 2007 07:30:22 +0000, by diego
-
move all model related tables into their own struct libavcodecMon, 24 Sep 2007 22:29:11 +0000, by aurel
-
Remove check for input buffer size as it does not guarantee that libavcodecMon, 24 Sep 2007 16:50:32 +0000, by kostya
-
add support for yuva420p colorspace (yuv420p + alpha) libavcodecMon, 24 Sep 2007 13:21:41 +0000, by aurel
-
factor out dequant table lookup outside loops, gives a 1-2% speed-up libavcodecMon, 24 Sep 2007 13:01:15 +0000, by gpoirier
-
Do not try to decode more data than output buffer may hold libavcodecMon, 24 Sep 2007 03:32:24 +0000, by kostya
-
VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. libavcodecSun, 23 Sep 2007 21:59:09 +0000, by diego
-
some experimental iterative quantization code libavcodecSun, 23 Sep 2007 21:11:36 +0000, by michael
-
VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC. libavcodecSun, 23 Sep 2007 21:02:22 +0000, by diego
-
Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). libavcodecSun, 23 Sep 2007 16:11:07 +0000, by kostya
-
Apply skip_loop_filter before checking if we can parallelize with the selected libavcodecSat, 22 Sep 2007 10:28:22 +0000, by reimar
-
Do not decode more data than output buffer may hold libavcodecSat, 22 Sep 2007 09:09:47 +0000, by kostya
-
Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. libavcodecFri, 21 Sep 2007 00:26:31 +0000, by diego
-
allcodecs.h and allformats.h are not used anymore libavcodecThu, 20 Sep 2007 20:42:50 +0000, by aurel
-
remove last dependencies on allformats.h and allcodecs.h libavcodecThu, 20 Sep 2007 20:36:15 +0000, by aurel
-
properly tell the compiler that A0 and A1 are clobbered libavcodecMon, 17 Sep 2007 13:17:50 +0000, by mhoffman
-
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to libavcodecMon, 17 Sep 2007 10:14:56 +0000, by diego
-
fix image corruption when with multi-threaded decoding. libavcodecSun, 16 Sep 2007 10:37:07 +0000, by gpoirier
-
HALFPQ should be used only for when PQUANT is selected libavcodecSat, 15 Sep 2007 09:24:53 +0000, by kostya
-
In case when any quantizer may occur, HALFPQ should be zero libavcodecSat, 15 Sep 2007 09:23:58 +0000, by kostya
-
cosmetics: rename variables. tbl->tab for consistency with other AC3 tables libavcodecSat, 15 Sep 2007 00:19:21 +0000, by jbr
-
Pass correct CPU flags to compilation of sparc/simple_idct_vis.o. libavcodecThu, 13 Sep 2007 09:13:56 +0000, by diego
-
Add checks on input/output buffers size for some audio decoders libavcodecThu, 13 Sep 2007 05:59:58 +0000, by kostya
-
make changing spatial_decomposition_count per frame work libavcodecSun, 09 Sep 2007 18:28:36 +0000, by michael
-
dsputil must be initialized before calling rtjpeg init. libavcodecSun, 09 Sep 2007 18:14:11 +0000, by reimar
-
do not force the halfpel filter coeffs to be retransmitted on every frame libavcodecSun, 09 Sep 2007 16:54:00 +0000, by michael
-
allow changing of the spatial_decomposition_count and quantization tables libavcodecSun, 09 Sep 2007 15:06:46 +0000, by michael