log utils.c @ 5750:09f99af1db40 libavcodec

age author description
Thu, 27 Sep 2007 03:16:25 +0000 lorenm oops, revert unrelated change libavcodec
Thu, 27 Sep 2007 02:42:00 +0000 lorenm unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. libavcodec
Mon, 24 Sep 2007 16:50:32 +0000 kostya Remove check for input buffer size as it does not guarantee that libavcodec
Mon, 24 Sep 2007 13:21:41 +0000 aurel add support for yuva420p colorspace (yuv420p + alpha) libavcodec
Thu, 23 Aug 2007 20:28:28 +0000 reimar Add request_channels member to AVCodecContext so we now have a proper libavcodec
Sun, 19 Aug 2007 12:36:15 +0000 reimar Use defines instead of raw hex numbers to specify CRC polynomials libavcodec
Mon, 13 Aug 2007 15:28:29 +0000 ramiro Add attribute that forces alignment of stack to functions that need it. libavcodec
Mon, 13 Aug 2007 05:23:38 +0000 conrad Add av_get_bits_per_sample_format() libavcodec
Fri, 10 Aug 2007 19:28:28 +0000 michael ensure that default_get_buffer() doesnt reuse images if the dimension or libavcodec
Fri, 20 Jul 2007 15:09:10 +0000 takis Return AVERROR(EINVAL) when invalid width and/or height are specified to libavcodec
Fri, 20 Jul 2007 15:08:10 +0000 takis Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. libavcodec
Tue, 17 Jul 2007 13:35:16 +0000 alex set codec_type on init libavcodec
Wed, 11 Jul 2007 15:21:24 +0000 ramiro Remove underscores before fcntl flags libavcodec
Wed, 11 Jul 2007 13:57:22 +0000 ramiro Proper check for mkstemp(). libavcodec
Fri, 06 Jul 2007 15:24:08 +0000 benoit free thread context libavcodec
Fri, 06 Jul 2007 11:47:02 +0000 benoit me option implemented as an AVOption libavcodec
Thu, 21 Jun 2007 07:46:48 +0000 benoit split frame rate and frame size abbreviation into two structures libavcodec
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavcodec
Tue, 12 Jun 2007 08:06:54 +0000 benoit Move the video size and rate abbreviations system from libavformat to libavcodec libavcodec
Sat, 12 May 2007 00:31:48 +0000 lorenm fix a crash with svq1 + sse2. libavcodec
Wed, 02 May 2007 13:49:08 +0000 benoit add the possibility to choose aac profile libavcodec
Sat, 07 Apr 2007 14:10:02 +0000 diego typos libavcodec
Tue, 03 Apr 2007 13:53:25 +0000 michael typo libavcodec
Tue, 03 Apr 2007 13:52:00 +0000 michael FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad libavcodec
Sun, 01 Apr 2007 16:14:19 +0000 michael indention libavcodec
Sun, 01 Apr 2007 16:13:24 +0000 michael make AVCodec.init() optional libavcodec
Sat, 24 Mar 2007 12:07:07 +0000 mru Fix H.264 8x8 transform selection libavcodec
Wed, 14 Mar 2007 01:59:53 +0000 michael kill 3 more av_mallocz_static() libavcodec
Wed, 07 Mar 2007 09:51:45 +0000 michael add a -ab with default of 64k libavcodec
Wed, 07 Mar 2007 09:29:44 +0000 michael add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter libavcodec
Mon, 05 Mar 2007 10:04:53 +0000 gpoirier change management of "ab" option in ffmpeg.c, so that it works as "b" option. libavcodec
Sun, 04 Mar 2007 11:53:11 +0000 takis Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" libavcodec
Sun, 04 Mar 2007 02:26:20 +0000 bcoudurier dummy support for mpeg2 non linear quant libavcodec
Thu, 01 Mar 2007 16:36:38 +0000 bcoudurier remove ps option and rename rtp_payload_size AVOption to ps libavcodec
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
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
Sat, 13 May 2006 17:16:58 +0000 bcoudurier add MPEG-2 intra vlc support libavcodec
Sun, 07 May 2006 11:48:07 +0000 michael make zero motion vector threshold user setable libavcodec
Thu, 30 Mar 2006 04:33:05 +0000 corey - Add new file internal.h for common internal-use-only functions. libavcodec
Mon, 06 Mar 2006 15:09:04 +0000 michael switch flac to av_crc libavcodec
Mon, 06 Mar 2006 14:53:13 +0000 michael switch ac3enc to av_crc libavcodec
Mon, 06 Mar 2006 14:13:01 +0000 michael generic crc calculation code libavcodec
Fri, 03 Mar 2006 20:36:08 +0000 michael fix segfault with BLUR8.AVI libavcodec
Tue, 21 Feb 2006 22:05:13 +0000 alex added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) libavcodec
Mon, 30 Jan 2006 23:33:19 +0000 mru add static keyword to some functions libavcodec
Sun, 22 Jan 2006 20:54:52 +0000 corey sc_factor support for encoding. libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Tue, 10 Jan 2006 20:07:29 +0000 banan Parameter added for user to set the cutoff frequency when encoding with faac. libavcodec
Thu, 29 Dec 2005 07:24:23 +0000 lorenm update x264 wrapper. libavcodec
Sun, 25 Dec 2005 18:34:02 +0000 michael support downscaling frames for dynamic b frame decission libavcodec
Sun, 25 Dec 2005 17:43:52 +0000 michael 10l (didnt remove option from old ones after converting to AVOption) libavcodec
Fri, 23 Dec 2005 16:25:00 +0000 michael bidir refine support libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sun, 18 Dec 2005 11:41:32 +0000 michael typo libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Fri, 02 Dec 2005 00:12:37 +0000 michael default_get_buffer() cleanup libavcodec
Wed, 02 Nov 2005 09:18:32 +0000 gpoirier Typo fix libavcodec
Tue, 20 Sep 2005 21:43:45 +0000 michael changing a few options to AVOptions 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
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 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
Tue, 06 Sep 2005 12:51:56 +0000 michael AVOption first try libavcodec
Sat, 03 Sep 2005 20:36:24 +0000 michael print fourcc in a readable form if possible 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
Sun, 21 Aug 2005 19:50:22 +0000 michael Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de) libavcodec
Mon, 01 Aug 2005 20:07:05 +0000 al libavutil: Utility code from libavcodec moved to a separate library. libavcodec
Mon, 25 Jul 2005 14:35:01 +0000 michael thread mess check for avcodec_open/close() libavcodec
Tue, 19 Jul 2005 13:29:13 +0000 michael portable IEEE float/double read/write functions libavcodec
Thu, 14 Jul 2005 15:30:39 +0000 michael check for CODEC_CAP_DELAY in audio decoders too libavcodec
Fri, 17 Jun 2005 15:02:53 +0000 diego spelling fixes libavcodec
Fri, 03 Jun 2005 13:59:38 +0000 bellard subtitle codec type support libavcodec
Thu, 26 May 2005 08:57:13 +0000 michael AV_LOG_DEBUG is not a good default ... libavcodec
Fri, 13 May 2005 18:10:23 +0000 mru change extradata format for vorbis libavcodec
Sat, 07 May 2005 19:24:07 +0000 michael ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net) libavcodec
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavcodec
Mon, 25 Apr 2005 18:41:38 +0000 michael print pix_fmt if its known instead of if the raw codec is used libavcodec
Mon, 25 Apr 2005 18:29:06 +0000 michael PIX_FMT_NONE and related fixes libavcodec
Sun, 27 Mar 2005 12:19:59 +0000 michael motion estimation bitrate penalty compensation libavcodec
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavcodec
Wed, 02 Feb 2005 19:33:48 +0000 michael mb_lmin/max to limit the per mb quality for the ratecontrol independant from the frame limits libavcodec
Tue, 01 Feb 2005 18:36:51 +0000 michael make keyframe default for AVFrames libavcodec
Sun, 23 Jan 2005 18:09:06 +0000 michael avoid buf_size == 0 checks in every decoder libavcodec
Wed, 12 Jan 2005 18:25:48 +0000 michael av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) libavcodec
Wed, 12 Jan 2005 00:59:42 +0000 michael dissallow sprintf libavcodec
Wed, 12 Jan 2005 00:16:25 +0000 michael various security fixes and precautionary checks libavcodec
Sun, 09 Jan 2005 23:39:32 +0000 rtognimp Check pointers before writing to memory, fix possible integer overflows libavcodec
Wed, 29 Dec 2004 17:50:25 +0000 michael common.c -> bitstream.c (and the single non bitstream func -> utils.c) libavcodec
Sat, 27 Nov 2004 18:10:06 +0000 michael Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodec
Sun, 21 Nov 2004 18:04:56 +0000 mmu_man BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS" libavcodec
Tue, 26 Oct 2004 12:47:56 +0000 michael stride align cleanup libavcodec
Fri, 22 Oct 2004 02:04:30 +0000 romansh * Introducing IIDC1394 grabbing interface. libavcodec
Mon, 18 Oct 2004 03:02:48 +0000 michael infinte recursion fix libavcodec
Fri, 01 Oct 2004 12:31:11 +0000 michael do not call (av_)abort() libavcodec
Mon, 27 Sep 2004 11:50:56 +0000 michael lowres width/height cleanup 3rd try libavcodec
Sun, 19 Sep 2004 16:38:54 +0000 michael av_rescale with user specified rounding libavcodec
Wed, 15 Sep 2004 00:35:18 +0000 michael changing size segfault fix libavcodec
Fri, 13 Aug 2004 15:30:42 +0000 michael Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>) libavcodec
Fri, 13 Aug 2004 13:59:28 +0000 michael user overrideable level & profile libavcodec
Sun, 25 Jul 2004 10:01:36 +0000 michael UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodec
Wed, 14 Jul 2004 18:23:49 +0000 michael simplify libavcodec
Sun, 27 Jun 2004 11:07:05 +0000 rtognimp Force alignement for rpza and smc libavcodec
Tue, 22 Jun 2004 21:14:01 +0000 michael flush audio encoder buffers at the end libavcodec
Tue, 25 May 2004 18:17:25 +0000 michael avcodec_find is in no header file, and appearently not used or very usefull so lets make it static ... libavcodec
Fri, 21 May 2004 14:37:16 +0000 michael data_size = 0 cleanup libavcodec
Mon, 10 May 2004 23:38:53 +0000 michael dummy avcodec_thread_init() to avoid linking issues libavcodec
Tue, 04 May 2004 02:58:30 +0000 michael use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 64*32/32 libavcodec
Fri, 30 Apr 2004 18:11:34 +0000 michael simplify libavcodec
Fri, 30 Apr 2004 17:42:58 +0000 michael cleanup & memleak fix libavcodec
Mon, 22 Mar 2004 11:00:51 +0000 michael 1000l in av_mallocz_static() libavcodec
Sun, 21 Mar 2004 21:58:14 +0000 michael static allocation rewrite (old code was plain a broken mess) libavcodec
Thu, 04 Mar 2004 14:58:48 +0000 iive silence warnings libavcodec
Wed, 03 Mar 2004 17:53:55 +0000 michael av_log() cleanup libavcodec
Wed, 03 Mar 2004 15:41:21 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Wed, 03 Mar 2004 01:57:43 +0000 michael macrofree av_freep() libavcodec
Wed, 25 Feb 2004 17:35:52 +0000 michael use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 libavcodec
Sun, 22 Feb 2004 00:31:19 +0000 michael (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get libavcodec
Fri, 13 Feb 2004 17:54:10 +0000 michael multithreaded/SMP motion estimation libavcodec
Thu, 12 Feb 2004 16:21:21 +0000 michael ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown) libavcodec
Sun, 01 Feb 2004 22:56:54 +0000 mellum tiny warning fix libavcodec
Fri, 23 Jan 2004 12:30:31 +0000 michael segfault fix libavcodec
Sat, 10 Jan 2004 16:04:55 +0000 michael copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise libavcodec
Mon, 05 Jan 2004 23:40:23 +0000 michael 10l libavcodec
Wed, 26 Nov 2003 20:57:15 +0000 rtognimp - Add reget_buffer() function to AVCodecContext libavcodec
Fri, 07 Nov 2003 21:20:24 +0000 rtognimp Add cr codec capability and buffer hints libavcodec
Mon, 03 Nov 2003 13:58:26 +0000 michael only add prefix after \n libavcodec
Mon, 03 Nov 2003 13:26:22 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Thu, 30 Oct 2003 21:05:00 +0000 michael initalize various uninitalized variables and avoid coded_picture_number as its not always correct (later should be reversed after fixing the picture_number mess) libavcodec
Thu, 30 Oct 2003 05:40:58 +0000 melanson revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavcodec
Wed, 29 Oct 2003 14:08:18 +0000 bellard added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed) libavcodec
Mon, 20 Oct 2003 22:33:53 +0000 michael use continued fractions to approximate a fraction if its numerator or denominator is too large libavcodec
Mon, 20 Oct 2003 20:23:46 +0000 michael AVRational libavcodec
Thu, 16 Oct 2003 18:27:48 +0000 romansh * original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE libavcodec
Wed, 15 Oct 2003 21:59:08 +0000 michael default_get_buffer() fixes libavcodec
Tue, 07 Oct 2003 11:32:40 +0000 michaelni use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken libavcodec
Wed, 10 Sep 2003 08:20:14 +0000 michaelni detect avcodec_open() on an already opened AVCodecContext libavcodec
Tue, 09 Sep 2003 22:59:16 +0000 bellard removed warnings libavcodec
Mon, 08 Sep 2003 22:49:26 +0000 bellard update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?) libavcodec
Tue, 05 Aug 2003 10:19:43 +0000 michaelni cleanup / fixes libavcodec
Tue, 29 Jul 2003 02:09:12 +0000 michaelni rate distortion mb decision support libavcodec
Thu, 17 Jul 2003 12:29:07 +0000 michaelni AVCodec.flush() libavcodec
Wed, 09 Jul 2003 23:10:59 +0000 michaelni flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodec
Fri, 30 May 2003 13:27:21 +0000 michaelni rgb15 & rgb16 fix libavcodec
Sat, 24 May 2003 18:48:30 +0000 mellum Warning and compatibility fixes. libavcodec
Wed, 14 May 2003 23:08:01 +0000 michaelni cleanup libavcodec
Mon, 12 May 2003 23:03:00 +0000 michaelni 100l (document buffer padding requirements) libavcodec
Fri, 25 Apr 2003 20:03:17 +0000 michaelni 10l libavcodec
Fri, 25 Apr 2003 00:29:48 +0000 michaelni fixing mixed dr1 + internal buffers libavcodec
Sun, 20 Apr 2003 16:16:52 +0000 bellard fixed static init libavcodec
Wed, 02 Apr 2003 10:18:29 +0000 michaelni 10l libavcodec
Sat, 22 Mar 2003 12:09:02 +0000 michaelni user setable quantizer bias libavcodec
Sun, 16 Mar 2003 21:03:20 +0000 michaelni rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodec
Sun, 16 Mar 2003 20:22:22 +0000 michaelni field pic decoding cleanup libavcodec
Wed, 12 Mar 2003 15:16:19 +0000 michaelni per context frame_rate_base, this should finally fix frame_rate related av sync issues libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Mon, 10 Feb 2003 09:35:32 +0000 kabi * static,const,compiler warning cleanup libavcodec
Thu, 23 Jan 2003 23:18:42 +0000 bellard removed warning libavcodec
Thu, 23 Jan 2003 23:03:09 +0000 bellard use av_malloc() functions - added av_strdup and av_realloc() libavcodec
Sun, 12 Jan 2003 00:48:29 +0000 michaelni get_format() libavcodec
Sat, 11 Jan 2003 04:52:39 +0000 bellard moved avpicture_xxx to imgconvert libavcodec
Sat, 11 Jan 2003 00:07:06 +0000 bellard moved avcodec_get_chroma_sub_sample() to imgconvert.c libavcodec
Mon, 06 Jan 2003 18:09:27 +0000 kabi * avoid usage of next/last buffer after flush libavcodec
Sun, 05 Jan 2003 15:57:10 +0000 michaelni qpel in mmx2/3dnow libavcodec
Wed, 18 Dec 2002 10:09:43 +0000 michaelni mb qp limits libavcodec
Mon, 09 Dec 2002 18:54:09 +0000 kabi * fill codec_id in codec_open libavcodec
Mon, 09 Dec 2002 12:03:43 +0000 michaelni AVVideoFrame -> AVFrame libavcodec