log

age author description
Tue, 04 Oct 2005 11:19:08 +0000 diego Move all definitions of external dependencies into configure instead of libavcodec
Fri, 30 Sep 2005 02:31:47 +0000 lorenm sse2 16x16 sum squared diff (306=>268 cycles on a K8) libavcodec
Tue, 27 Sep 2005 05:12:13 +0000 lorenm 6% faster decode_cabac_residual libavcodec
Tue, 27 Sep 2005 04:46:45 +0000 lorenm 13% faster decode_residual (cavlc). libavcodec
Mon, 26 Sep 2005 10:05:13 +0000 diego support for building dynamic libraries on Mac OS X libavcodec
Sat, 24 Sep 2005 17:42:56 +0000 diego Fix some #ifdef to allow building amr_wb alone. libavcodec
Wed, 21 Sep 2005 23:18:52 +0000 aurel fix some pointer to intger without cast warnings (patch by Michel Bardiaux) libavcodec
Wed, 21 Sep 2005 23:09:16 +0000 aurel fix unused variable warnings libavcodec
Wed, 21 Sep 2005 21:17:09 +0000 michael replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ... libavcodec
Wed, 21 Sep 2005 08:14:17 +0000 michael Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. libavcodec
Tue, 20 Sep 2005 21:43:45 +0000 michael changing a few options to AVOptions libavcodec
Tue, 20 Sep 2005 18:51:12 +0000 michael precautionary checks libavcodec
Tue, 20 Sep 2005 12:57:20 +0000 michael dont print NULL libavcodec
Mon, 19 Sep 2005 23:26:47 +0000 diego Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h libavcodec
Mon, 19 Sep 2005 12:03:51 +0000 michael set pts for h.263 decoding libavcodec
Sun, 18 Sep 2005 21:21:01 +0000 diego Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. libavcodec
Sun, 18 Sep 2005 14:45:17 +0000 michael print more time_base fps stuff if av_log level is at debug or above libavcodec
Sat, 17 Sep 2005 08:15:07 +0000 reimar check return value of decode_cabac_mb_dqp, it is INT_MIN on error. libavcodec
Wed, 14 Sep 2005 21:05:24 +0000 mru set more x264 encoding parameters libavcodec
Mon, 12 Sep 2005 19:16:07 +0000 michael the people want lower case ... libavcodec
Mon, 12 Sep 2005 18:24:48 +0000 michael dont include opt.h in avcodec.h libavcodec
Mon, 12 Sep 2005 16:30:47 +0000 diego CAREFULL --> CAREFUL typo fix libavcodec
Mon, 12 Sep 2005 12:07:08 +0000 michael converting a few more options to AVOptions libavcodec
Mon, 12 Sep 2005 10:23:52 +0000 michael convert some options in ffmpeg.c to AVOptions libavcodec
Sun, 11 Sep 2005 23:19:57 +0000 michael avoid stdio.h libavcodec
Sun, 11 Sep 2005 14:39:33 +0000 michael missing include noticed by g0th libavcodec
Sun, 11 Sep 2005 14:22:42 +0000 michael flags and named constants with type checking of course for AVOption libavcodec
Sun, 11 Sep 2005 11:10:25 +0000 michael AVOption API improvments libavcodec
Sat, 10 Sep 2005 23:00:13 +0000 michael add xvid idcts to dct-test libavcodec
Sat, 10 Sep 2005 19:30:40 +0000 reimar Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. libavcodec
Sat, 10 Sep 2005 19:03:37 +0000 michael remove unused table entries libavcodec
Sat, 10 Sep 2005 17:09:54 +0000 michael select xvid idct for xvid files if possible libavcodec
Sat, 10 Sep 2005 17:01:30 +0000 michael xvids mmx&mmx2 idcts libavcodec
Sat, 10 Sep 2005 01:13:10 +0000 michael dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4 libavcodec
Wed, 07 Sep 2005 19:15:48 +0000 alex use av_log in debug mode libavcodec
Tue, 06 Sep 2005 21:32:18 +0000 michael AVOption enumeration support and some flags to classify AVOptions libavcodec
Tue, 06 Sep 2005 21:25:35 +0000 mru Kill some compiler warnings. Compiled code verified identical after changes. libavcodec
Tue, 06 Sep 2005 15:02:43 +0000 michael a few more raw yuv fourccs libavcodec
Tue, 06 Sep 2005 12:51:56 +0000 michael AVOption first try libavcodec
Mon, 05 Sep 2005 17:07:52 +0000 lorenm fix emulated edge motion compensation when resolution%16!=0 libavcodec
Mon, 05 Sep 2005 10:26:11 +0000 michael set a few variables correctly libavcodec
Mon, 05 Sep 2005 09:28:46 +0000 michael AV_LOG_DEBUG vs. AV_LOG_ERROR libavcodec
Sun, 04 Sep 2005 09:04:52 +0000 michael fixme note libavcodec
Sun, 04 Sep 2005 09:03:01 +0000 michael pts must be in time_base units libavcodec
Sat, 03 Sep 2005 20:36:24 +0000 michael print fourcc in a readable form if possible libavcodec
Sat, 03 Sep 2005 09:17:30 +0000 michael simplify (d&a) and (d&~a) calculation, hint by skal libavcodec
Fri, 02 Sep 2005 21:13:19 +0000 michael add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch) libavcodec
Fri, 02 Sep 2005 20:04:03 +0000 reimar Document "us" parameter for PCM conversion functions. libavcodec
Fri, 02 Sep 2005 19:16:48 +0000 reimar Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). libavcodec
Fri, 02 Sep 2005 17:12:16 +0000 michael setting timebase in the encoder doesnt seem like a good idea libavcodec
Fri, 02 Sep 2005 11:08:49 +0000 michael fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net) libavcodec
Fri, 02 Sep 2005 08:30:26 +0000 michael lowres support libavcodec
Thu, 01 Sep 2005 00:15:12 +0000 michael error concealment fix libavcodec
Tue, 30 Aug 2005 20:03:19 +0000 michael optimizations libavcodec
Fri, 26 Aug 2005 19:05:44 +0000 michael Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) libavcodec
Fri, 26 Aug 2005 15:41:28 +0000 michael Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de) libavcodec
Thu, 25 Aug 2005 00:01:57 +0000 michael prevent assert failures and infinite loops with broken streams libavcodec
Sun, 21 Aug 2005 22:31:01 +0000 michael time_base description by Rich Felker | dalias, aerifal cx libavcodec
Sun, 21 Aug 2005 22:17:41 +0000 michael reducing minimum supported picture size libavcodec
Sun, 21 Aug 2005 20:27:00 +0000 michael vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) libavcodec