Mercurial > libavcodec.hg
graph
-
unroll finite differences to avoid swapping registers. libavcodecSat, 29 Sep 2007 23:44:34 +0000, by lorenm
-
encode_residual_fixed(): replace FIR with finite differences. libavcodecSat, 29 Sep 2007 23:21:57 +0000, by lorenm
-
Add variables to prepare to the AMV decoder patch. libavcodecSat, 29 Sep 2007 12:52:56 +0000, by vitor
-
was computing one more autocorrelation coefficient that was actually used libavcodecSat, 29 Sep 2007 07:43:52 +0000, by lorenm
-
replace brute force find_optimal_param() with a closed-form solution. libavcodecSat, 29 Sep 2007 05:41:27 +0000, by lorenm
-
gcc isn't smart enough to factor out duplicate stores libavcodecSat, 29 Sep 2007 01:54:25 +0000, by lorenm
-
On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use. libavcodecFri, 28 Sep 2007 20:38:32 +0000, by iive
-
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
-
perform init after reading the values needed for init libavcodecSun, 09 Sep 2007 13:47:25 +0000, by michael
-
allocate slice buffer after parsing the header containing needed parameters libavcodecSun, 09 Sep 2007 12:33:34 +0000, by michael
-
scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) libavcodecSun, 09 Sep 2007 12:22:11 +0000, by michael
-
Properly handle nuv file with changing resolution libavcodecSun, 09 Sep 2007 10:20:47 +0000, by reimar
-
Fix extreme stupidity: buffer size check must of course be before buffer use! libavcodecSun, 09 Sep 2007 09:00:12 +0000, by reimar
-
First ugly and slow attempt to fix nuv files with extra frameheader libavcodecSun, 09 Sep 2007 08:42:49 +0000, by reimar
-
rename HTAPS -> HTAPS_MAX (later is correct after the previous change) libavcodecSat, 08 Sep 2007 14:52:21 +0000, by michael
-
store halfpel filter coefficients in the header as well as the libavcodecSat, 08 Sep 2007 14:51:13 +0000, by michael
-
Let H.264 decoder skip deblocking across slices libavcodecFri, 07 Sep 2007 18:27:13 +0000, by benoit
-
Set data_size to zero when DCA header parse failed libavcodecThu, 06 Sep 2007 14:55:13 +0000, by kostya
-
Avoid a crash when H264 MMC operation causes the short term reference libavcodecWed, 05 Sep 2007 20:04:09 +0000, by benoit
-
Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm. libavcodecWed, 05 Sep 2007 11:05:33 +0000, by diego
-
Move H.264 intra prediction functions into their own context libavcodecWed, 05 Sep 2007 05:30:08 +0000, by kostya
-
fix decoding of dracula.4xm before diego complains libavcodecWed, 05 Sep 2007 01:21:32 +0000, by michael
-
Replace constants by HTAPS (half pel interpolation filter taps) where appropriate. libavcodecWed, 05 Sep 2007 00:49:09 +0000, by michael
-
code to do halfpel interpolation per frame (unfinished and under ifdef but it libavcodecWed, 05 Sep 2007 00:06:34 +0000, by michael
-
Fix issue 123 (Support Magic-carpet fli version, libavcodecTue, 04 Sep 2007 17:31:25 +0000, by melanson
-
Silence warnings about NAL_SVC_NON_IDR in H.264. libavcodecTue, 04 Sep 2007 14:48:39 +0000, by diego
-
Remove error raising when explicitely skipping frame libavcodecMon, 03 Sep 2007 08:46:24 +0000, by benoit