log

age author description
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
Sun, 09 Sep 2007 08:42:49 +0000 reimar First ugly and slow attempt to fix nuv files with extra frameheader libavcodec
Sun, 09 Sep 2007 08:22:07 +0000 reimar Simplify nuv: factor out LZO decompression libavcodec
Sat, 08 Sep 2007 14:52:21 +0000 michael rename HTAPS -> HTAPS_MAX (later is correct after the previous change) libavcodec
Sat, 08 Sep 2007 14:51:13 +0000 michael store halfpel filter coefficients in the header as well as the libavcodec
Sat, 08 Sep 2007 03:16:24 +0000 michael remove outcommented code libavcodec
Sat, 08 Sep 2007 03:15:42 +0000 michael indention libavcodec
Sat, 08 Sep 2007 03:14:20 +0000 michael cleanup mc_block() libavcodec
Fri, 07 Sep 2007 19:19:49 +0000 benoit Indentation libavcodec
Fri, 07 Sep 2007 18:27:13 +0000 benoit Let H.264 decoder skip deblocking across slices libavcodec
Thu, 06 Sep 2007 14:55:13 +0000 kostya Set data_size to zero when DCA header parse failed libavcodec
Thu, 06 Sep 2007 12:36:07 +0000 benoit Add a bitstream filter for H.264. libavcodec
Wed, 05 Sep 2007 20:04:09 +0000 benoit Avoid a crash when H264 MMC operation causes the short term reference libavcodec
Wed, 05 Sep 2007 16:18:15 +0000 gpoirier Add slice-based parallel H.264 decoding libavcodec
Wed, 05 Sep 2007 11:05:33 +0000 diego Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm. libavcodec
Wed, 05 Sep 2007 10:38:59 +0000 diego Sort one more list alphabetically. libavcodec
Wed, 05 Sep 2007 07:49:01 +0000 gpoirier Fix links to ARM documentation libavcodec
Wed, 05 Sep 2007 05:30:08 +0000 kostya Move H.264 intra prediction functions into their own context libavcodec
Wed, 05 Sep 2007 01:49:14 +0000 michael add a 8 taps filter for testing libavcodec
Wed, 05 Sep 2007 01:21:32 +0000 michael fix decoding of dracula.4xm before diego complains libavcodec
Wed, 05 Sep 2007 01:14:17 +0000 michael fix segfault with dracula.4xm libavcodec
Wed, 05 Sep 2007 00:49:09 +0000 michael Replace constants by HTAPS (half pel interpolation filter taps) where appropriate. libavcodec
Wed, 05 Sep 2007 00:06:34 +0000 michael code to do halfpel interpolation per frame (unfinished and under ifdef but it libavcodec
Tue, 04 Sep 2007 17:31:25 +0000 melanson Fix issue 123 (Support Magic-carpet fli version, libavcodec
Tue, 04 Sep 2007 14:48:39 +0000 diego Silence warnings about NAL_SVC_NON_IDR in H.264. libavcodec