log

age author description
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
Tue, 04 Sep 2007 06:48:22 +0000 benoit add a close function to bitstream filter libavcodec
Mon, 03 Sep 2007 08:46:24 +0000 benoit Remove error raising when explicitely skipping frame libavcodec
Sat, 01 Sep 2007 21:03:17 +0000 vitor Remove reimplementation of get_unary. libavcodec
Sat, 01 Sep 2007 14:00:47 +0000 lu_zero Cosmetics libavcodec
Sat, 01 Sep 2007 13:04:25 +0000 aurel add a warning message for unsupported kind of encoding libavcodec
Fri, 31 Aug 2007 18:51:22 +0000 vitor Cosmetical: Empty line removal libavcodec
Fri, 31 Aug 2007 15:05:40 +0000 vitor Comment about unsupported sample size libavcodec
Fri, 31 Aug 2007 14:58:44 +0000 mhoffman renaming ARCH_BFIN to HAVE_BFIN libavcodec
Thu, 30 Aug 2007 23:16:34 +0000 diego cosmetics: Add some whitespace for better readability. libavcodec
Thu, 30 Aug 2007 23:13:10 +0000 diego cosmetics: Sort bitstream filters. libavcodec
Thu, 30 Aug 2007 23:11:24 +0000 diego cosmetics: Sort some lines, whitespace changes. libavcodec
Thu, 30 Aug 2007 22:41:54 +0000 diego Use a consistent multiple inclusion guard. libavcodec
Thu, 30 Aug 2007 19:18:23 +0000 gpoirier add simple_idct implemented in Sparc VIS libavcodec
Thu, 30 Aug 2007 16:40:51 +0000 vitor Rename function libavcodec
Thu, 30 Aug 2007 16:04:00 +0000 vitor Replace two #define's by inline functions libavcodec
Thu, 30 Aug 2007 15:16:52 +0000 mhoffman Hooking bfin/mathops.h libavcodec
Thu, 30 Aug 2007 15:15:48 +0000 mhoffman Blackfin 32bit multiplication primitives MULH MUL16 libavcodec
Thu, 30 Aug 2007 11:41:58 +0000 reimar Replace complicated and currently broken manual alignment code by libavcodec
Tue, 28 Aug 2007 13:39:50 +0000 lu_zero snow altivec is broken libavcodec
Mon, 27 Aug 2007 21:58:39 +0000 rtogni Change 4xm demuxer and video decoder to pass the video format version in libavcodec
Mon, 27 Aug 2007 10:39:31 +0000 michael typo libavcodec
Mon, 27 Aug 2007 09:21:33 +0000 diego Simplify preprocessor directives. libavcodec
Mon, 27 Aug 2007 09:17:03 +0000 diego Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific libavcodec
Sun, 26 Aug 2007 22:38:57 +0000 aurel add get_unary_0_33() to help gcc with inlining libavcodec
Sun, 26 Aug 2007 22:34:49 +0000 aurel cleanup get_unary() libavcodec
Sun, 26 Aug 2007 22:33:48 +0000 aurel move get_unary() to its own file libavcodec
Sun, 26 Aug 2007 22:06:40 +0000 diego Do not wrongly mark Apple gcc workarounds as being specific to Darwin. libavcodec
Sun, 26 Aug 2007 21:47:58 +0000 gpoirier remove alignment correction of the destination pointers in luma_16x6 libavcodec
Sun, 26 Aug 2007 16:10:53 +0000 ramiro CONFIG_7REGS has been renamed to HAVE_7REGS libavcodec
Sun, 26 Aug 2007 12:34:22 +0000 michael workaround gcc bug, untested as my gcc is not complaining libavcodec
Sun, 26 Aug 2007 11:16:23 +0000 michael optimize the first vertical lifting step, this also prevents another libavcodec
Sun, 26 Aug 2007 08:31:55 +0000 michael optimize 1st horizontal lifting step libavcodec