log utils.c @ 5285:6661692d34b4 libavcodec

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