log

age author description
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