log

age author description
Tue, 25 Sep 2007 19:12:46 +0000 aurel add a new vp6a codec (add alpha plan support to vp6) libavcodec
Tue, 25 Sep 2007 08:43:49 +0000 andoma reindent libavcodec
Tue, 25 Sep 2007 07:30:22 +0000 diego Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an libavcodec
Mon, 24 Sep 2007 22:29:11 +0000 aurel move all model related tables into their own struct libavcodec
Mon, 24 Sep 2007 21:18:45 +0000 diego cosmetics: Sort CODEC_ID list. libavcodec
Mon, 24 Sep 2007 20:52:11 +0000 aurel rename vp56_b6to3 to vp56_b2p libavcodec
Mon, 24 Sep 2007 20:43:47 +0000 aurel some simplifications and uniformisation libavcodec
Mon, 24 Sep 2007 16:50:32 +0000 kostya Remove check for input buffer size as it does not guarantee that libavcodec
Mon, 24 Sep 2007 13:21:41 +0000 aurel add support for yuva420p colorspace (yuv420p + alpha) libavcodec
Mon, 24 Sep 2007 13:01:15 +0000 gpoirier factor out dequant table lookup outside loops, gives a 1-2% speed-up libavcodec
Mon, 24 Sep 2007 03:32:24 +0000 kostya Do not try to decode more data than output buffer may hold libavcodec
Sun, 23 Sep 2007 21:59:09 +0000 diego VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. libavcodec
Sun, 23 Sep 2007 21:11:36 +0000 michael some experimental iterative quantization code libavcodec
Sun, 23 Sep 2007 21:06:08 +0000 diego Move VIS CFLAGS settings into configure. libavcodec
Sun, 23 Sep 2007 21:02:22 +0000 diego VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC. libavcodec
Sun, 23 Sep 2007 16:11:07 +0000 kostya Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). libavcodec
Sat, 22 Sep 2007 10:28:22 +0000 reimar Apply skip_loop_filter before checking if we can parallelize with the selected libavcodec
Sat, 22 Sep 2007 09:21:43 +0000 kostya Guard against output buffer overflows libavcodec
Sat, 22 Sep 2007 09:09:47 +0000 kostya Do not decode more data than output buffer may hold libavcodec
Fri, 21 Sep 2007 18:23:46 +0000 bcoudurier HDYC fourcc, sample hdyc/Test2.avi libavcodec
Fri, 21 Sep 2007 00:26:31 +0000 diego Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. libavcodec
Thu, 20 Sep 2007 20:42:50 +0000 aurel allcodecs.h and allformats.h are not used anymore libavcodec
Thu, 20 Sep 2007 20:36:15 +0000 aurel remove last dependencies on allformats.h and allcodecs.h libavcodec
Tue, 18 Sep 2007 18:12:53 +0000 iive Remove inline from function that is exported. libavcodec
Mon, 17 Sep 2007 13:23:16 +0000 mhoffman blackfin vsad primitives libavcodec
Mon, 17 Sep 2007 13:17:50 +0000 mhoffman properly tell the compiler that A0 and A1 are clobbered libavcodec
Mon, 17 Sep 2007 10:14:56 +0000 diego Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to libavcodec
Sun, 16 Sep 2007 22:50:12 +0000 aurel remove obsolete and wrong extern declaration libavcodec
Sun, 16 Sep 2007 16:23:34 +0000 diego cosmetics: typo libavcodec
Sun, 16 Sep 2007 10:37:07 +0000 gpoirier fix image corruption when with multi-threaded decoding. libavcodec
Sat, 15 Sep 2007 11:06:27 +0000 kostya Enable error resilience in WMV3/VC-1 decoder libavcodec
Sat, 15 Sep 2007 09:24:53 +0000 kostya HALFPQ should be used only for when PQUANT is selected libavcodec
Sat, 15 Sep 2007 09:23:58 +0000 kostya In case when any quantizer may occur, HALFPQ should be zero libavcodec
Sat, 15 Sep 2007 02:44:28 +0000 jbr skip incomplete frames libavcodec
Sat, 15 Sep 2007 02:41:24 +0000 jbr better AC3 header error reporting libavcodec
Sat, 15 Sep 2007 00:43:40 +0000 jbr fix random dithering of zero-bit mantissas libavcodec
Sat, 15 Sep 2007 00:19:21 +0000 jbr cosmetics: rename variables. tbl->tab for consistency with other AC3 tables libavcodec
Sat, 15 Sep 2007 00:00:57 +0000 jbr fix decoding of DolbyNet AC3 libavcodec
Fri, 14 Sep 2007 06:01:29 +0000 kostya Check unp_size for possible overflows too libavcodec
Thu, 13 Sep 2007 09:13:56 +0000 diego Pass correct CPU flags to compilation of sparc/simple_idct_vis.o. libavcodec
Thu, 13 Sep 2007 05:59:58 +0000 kostya Add checks on input/output buffers size for some audio decoders libavcodec
Thu, 13 Sep 2007 03:22:47 +0000 kostya Monkey Audio decoder libavcodec
Tue, 11 Sep 2007 22:46:41 +0000 michael fix timestamps used for ratecontrol libavcodec
Mon, 10 Sep 2007 00:31:27 +0000 michael cosmetic libavcodec
Sun, 09 Sep 2007 18:28:36 +0000 michael make changing spatial_decomposition_count per frame work libavcodec
Sun, 09 Sep 2007 18:14:11 +0000 reimar dsputil must be initialized before calling rtjpeg init. libavcodec
Sun, 09 Sep 2007 17:01:11 +0000 michael do not ignore return of decode_header() libavcodec
Sun, 09 Sep 2007 16:54:00 +0000 michael do not force the halfpel filter coeffs to be retransmitted on every frame libavcodec
Sun, 09 Sep 2007 15:06:46 +0000 michael allow changing of the spatial_decomposition_count and quantization tables libavcodec
Sun, 09 Sep 2007 13:47:25 +0000 michael perform init after reading the values needed for init libavcodec
Sun, 09 Sep 2007 12:46:25 +0000 michael unneeded and impossible during init ... libavcodec
Sun, 09 Sep 2007 12:36:10 +0000 michael unused libavcodec
Sun, 09 Sep 2007 12:33:34 +0000 michael allocate slice buffer after parsing the header containing needed parameters libavcodec
Sun, 09 Sep 2007 12:25:12 +0000 michael remove () libavcodec
Sun, 09 Sep 2007 12:24:45 +0000 michael spatial_decomposition_count != 5 bugfix libavcodec
Sun, 09 Sep 2007 12:22:11 +0000 michael scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) libavcodec
Sun, 09 Sep 2007 10:20:47 +0000 reimar Properly handle nuv file with changing resolution libavcodec
Sun, 09 Sep 2007 09:16:47 +0000 reimar Make sure rtjpeg quality is a valid value libavcodec
Sun, 09 Sep 2007 09:00:12 +0000 reimar Fix extreme stupidity: buffer size check must of course be before buffer use! libavcodec
Sun, 09 Sep 2007 08:52:53 +0000 reimar 10l, add check forgotten in last commit libavcodec