log utils.c @ 4500:18a88f830d1a libavcodec

age author description
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
Tue, 24 Oct 2006 04:57:43 +0000 kostya 16-bit grayscale support libavcodec
Mon, 16 Oct 2006 17:44:29 +0000 lu_zero Make ffmpeg work with x264 r592 libavcodec
Mon, 09 Oct 2006 11:36:42 +0000 gpoirier fix AC3 5.1 being decoded as mono libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Mon, 02 Oct 2006 10:23:59 +0000 diego Fix quantiSer --> quantiZer typo. libavcodec
Fri, 29 Sep 2006 19:34:53 +0000 takis Remove the override of lmin and lmax, so the actual option value provided will libavcodec
Thu, 28 Sep 2006 17:46:25 +0000 takis Remove the "mblmax" OptionDef. The equally named AVOption takes over its libavcodec
Thu, 28 Sep 2006 17:45:51 +0000 takis Remove the "mblmin" OptionDef. The equally named AVOption takes over its libavcodec
Tue, 26 Sep 2006 20:26:22 +0000 mru ARMv5TE optimized IDCT libavcodec
Tue, 26 Sep 2006 08:49:24 +0000 michael mpeg1 b_strategy=2 segfault fix libavcodec
Mon, 25 Sep 2006 15:23:40 +0000 lu_zero move memory functions from avcodec to avutil libavcodec
Fri, 22 Sep 2006 15:05:27 +0000 takis Remove the "error" OptionDef. The equally named AVOption takes over its libavcodec
Fri, 22 Sep 2006 15:04:56 +0000 takis Remove the "mepc" OptionDef. The equally named AVOption takes over its function. libavcodec
Fri, 22 Sep 2006 13:55:56 +0000 takis Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its libavcodec
Wed, 20 Sep 2006 08:39:56 +0000 takis Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match libavcodec
Wed, 20 Sep 2006 08:36:33 +0000 takis Remove the "qmax" OptionDef. libavcodec
Wed, 20 Sep 2006 08:34:58 +0000 takis Remove the "qmin" OptionDef. libavcodec
Wed, 20 Sep 2006 08:34:13 +0000 takis Remove the "bf" OptionDef parameter so the equally named AVOption will take libavcodec
Wed, 20 Sep 2006 08:27:18 +0000 takis Correct the constraints of some AVOptions. These had a default value of zero, libavcodec
Fri, 15 Sep 2006 21:57:19 +0000 takis Correct the i_qfactor minimum, which was current set higher then the default libavcodec
Fri, 15 Sep 2006 10:57:20 +0000 takis Rename the AVOption's names to the shorter OptionDef names. libavcodec
Thu, 14 Sep 2006 14:02:32 +0000 takis Synchronize the defaults specified in the AVOptions[] array to the defaults libavcodec
Thu, 14 Sep 2006 13:51:54 +0000 takis Make OFFSET() reuse offsetof libavcodec
Wed, 13 Sep 2006 09:28:48 +0000 gpoirier corrects the type of the AVOption parameter "bugs", patch by Takis libavcodec
Wed, 13 Sep 2006 09:03:13 +0000 gpoirier adds descriptions to the libavcodec AVOptions array, taken from the libavcodec
Sun, 10 Sep 2006 21:51:08 +0000 gpoirier Use and set sane AVOption defaults libavcodec
Sun, 10 Sep 2006 20:21:40 +0000 gpoirier make AVOptions default value field work. libavcodec
Sat, 09 Sep 2006 08:49:28 +0000 gpoirier undefines a few temporary defines which were not undefined after their usage. libavcodec
Sat, 02 Sep 2006 23:10:28 +0000 mru remove redundant declarations libavcodec
Tue, 18 Jul 2006 11:00:55 +0000 lucabe Move av_log() & friends to libavutil libavcodec
Tue, 11 Jul 2006 21:45:45 +0000 diego CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just libavcodec
Sat, 08 Jul 2006 16:39:58 +0000 jbr allows user-settable block size and fixes related typo libavcodec
Sat, 08 Jul 2006 07:14:00 +0000 aurel set proper bits_per_sample value for ADPCM codecs libavcodec
Fri, 07 Jul 2006 22:42:36 +0000 aurel simplify the voc demuxer using av_get_bits_per_sample() libavcodec
Fri, 07 Jul 2006 17:50:09 +0000 bcoudurier av_get_bits_per_sample and due simplifications libavcodec
Thu, 06 Jul 2006 13:53:07 +0000 diego Mark some read-only datastructures as const. libavcodec
Sun, 02 Jul 2006 10:22:31 +0000 michael flac-lpc patch by (Justin Ruggles jruggle earthlink net) libavcodec
Fri, 30 Jun 2006 07:50:30 +0000 gpoirier Disable w53 and w97 cmp methods when snow encoder is disabled libavcodec
Fri, 30 Jun 2006 05:53:28 +0000 reynaldo anothe useless sizeof(char) libavcodec
Sat, 03 Jun 2006 19:04:56 +0000 lorenm ADPCM: trellis quantization libavcodec
Sat, 03 Jun 2006 06:26:04 +0000 corey Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 libavcodec