log utils.c @ 4608:62e88c68166c libavcodec

age author description
Wed, 28 Feb 2007 17:56:45 +0000 bcoudurier get rid of rtp_mode field after next major bump libavcodec
Wed, 28 Feb 2007 17:40:31 +0000 bcoudurier enable rtp payload size AVOption for video encoding libavcodec
Fri, 23 Feb 2007 00:47:21 +0000 michael dont check buffer size if the decode function wont be called at all libavcodec
Fri, 23 Feb 2007 00:20:39 +0000 takis av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. libavcodec
Thu, 22 Feb 2007 19:05:44 +0000 takis Move the Doxygen function documentation unaltered from libavcodec/utils.c to libavcodec
Thu, 22 Feb 2007 18:59:05 +0000 takis Add more Doxygen documentation. libavcodec
Thu, 22 Feb 2007 00:46:36 +0000 takis Fix typo. libavcodec
Wed, 21 Feb 2007 23:46:25 +0000 aurel simplify release_buffer using FFSWAP libavcodec
Tue, 20 Feb 2007 12:45:16 +0000 takis Add some more Doxygen documentation to libavcodec/utils.c. libavcodec
Thu, 15 Feb 2007 12:57:51 +0000 mbardiaux Spelling fix libavcodec
Wed, 14 Feb 2007 10:50:01 +0000 michael doxy for avcodec_encode_video() libavcodec
Thu, 08 Feb 2007 18:55:36 +0000 lucabe Directly access av_log_level instead of calling av_log_{set, get}_level() libavcodec
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. libavcodec
Thu, 01 Feb 2007 09:45:05 +0000 takis Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, libavcodec
Sun, 14 Jan 2007 23:50:06 +0000 michael avcodec_decode_audio2() libavcodec
Sun, 14 Jan 2007 23:19:22 +0000 michael er and strict also apply to audio theoretically libavcodec
Tue, 26 Dec 2006 17:08:03 +0000 michael skiprd doxygen comment from avcodec.h -> AVOption comment libavcodec
Sat, 23 Dec 2006 03:05:36 +0000 michael skiprd libavcodec
Fri, 22 Dec 2006 10:10:13 +0000 bcoudurier bt 0 is invalid, setting min to 1 libavcodec
Wed, 13 Dec 2006 11:10:41 +0000 diego vqmin/vqmax --> qmin/qmax in the option description libavcodec
Mon, 11 Dec 2006 10:51:42 +0000 diego Improve option description. libavcodec
Wed, 06 Dec 2006 17:04:23 +0000 takis Add "mixed_refs" description suggested by Loren Merritt and update accompanying libavcodec
Wed, 06 Dec 2006 08:24:29 +0000 takis Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments. libavcodec
Mon, 04 Dec 2006 12:04:53 +0000 diego Fix some obvious mistakes in the option descriptions. libavcodec
Sat, 02 Dec 2006 18:58:20 +0000 diego Fill in some missing AVOption descriptions. libavcodec
Tue, 14 Nov 2006 03:18:09 +0000 mru revert bad checkin libavcodec
Tue, 14 Nov 2006 03:12:29 +0000 mru move some CFLAGS settings away from config.* writing section libavcodec
Mon, 13 Nov 2006 11:30:26 +0000 bcoudurier add low delay forcing option for mpeg1/2 encoding libavcodec
Tue, 07 Nov 2006 13:45:08 +0000 bcoudurier add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag libavcodec
Thu, 02 Nov 2006 23:08:09 +0000 corey Correct description of mblmin and mblmax. libavcodec