log

age author description
Thu, 08 Mar 2007 14:49:43 +0000 mbardiaux Corrections so that builds with DEBUG work libavcodec
Thu, 08 Mar 2007 10:25:06 +0000 michael bitrate sanity check (fixes assertion failure) libavcodec
Thu, 08 Mar 2007 10:21:35 +0000 takis Remove useless casts as recommended by Mns Rullgrd. libavcodec
Thu, 08 Mar 2007 10:11:31 +0000 takis Cosmetics in amr.c. libavcodec
Thu, 08 Mar 2007 10:06:59 +0000 takis Move the initialization on context definition. In amr.c, only the 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
Wed, 07 Mar 2007 02:21:35 +0000 michael add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags libavcodec
Wed, 07 Mar 2007 02:03:44 +0000 michael make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions libavcodec
Wed, 07 Mar 2007 00:27:23 +0000 alex typo: unkown->unknown libavcodec
Tue, 06 Mar 2007 13:05:38 +0000 alex add little endian 24bit read/write 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:59:11 +0000 bcoudurier imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder libavcodec
Sun, 04 Mar 2007 02:51:33 +0000 bcoudurier add bytestream_get/put_be24 functions libavcodec
Sun, 04 Mar 2007 02:26:20 +0000 bcoudurier dummy support for mpeg2 non linear quant libavcodec
Sat, 03 Mar 2007 21:33:33 +0000 michael check for no frame and prevent segfault libavcodec
Sat, 03 Mar 2007 14:11:45 +0000 bcoudurier partial avid meridien uncompressed support libavcodec
Sat, 03 Mar 2007 08:33:07 +0000 diego Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2. libavcodec
Sat, 03 Mar 2007 08:29:03 +0000 diego Clarify that this decoder uses liba52. libavcodec
Fri, 02 Mar 2007 23:35:26 +0000 michael support feeding individual NAL units to the decoder instead of just complete frames libavcodec
Fri, 02 Mar 2007 12:26:07 +0000 bcoudurier support for mjpeg bottom field first in mov libavcodec
Fri, 02 Mar 2007 10:08:05 +0000 bcoudurier fix adpcm swf decoding libavcodec
Thu, 01 Mar 2007 16:36:38 +0000 bcoudurier remove ps option and rename rtp_payload_size AVOption to ps libavcodec
Thu, 01 Mar 2007 15:27:26 +0000 takis Add documentation to some avcodec.h's pix_fmt related functions and defines. libavcodec
Thu, 01 Mar 2007 13:03:33 +0000 bcoudurier quicktime 'raw ' support libavcodec
Thu, 01 Mar 2007 10:29:03 +0000 bcoudurier get rid of CODEC_FLAG_H263P_AIC with next major bump libavcodec
Thu, 01 Mar 2007 10:24:07 +0000 bcoudurier define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump 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
Wed, 28 Feb 2007 09:56:15 +0000 bcoudurier free faac extradata libavcodec
Wed, 28 Feb 2007 06:59:39 +0000 kostya Looks like I'll work on it this year too libavcodec
Wed, 28 Feb 2007 06:39:58 +0000 kostya WMV3 Complex Profile initial support libavcodec
Wed, 28 Feb 2007 00:55:19 +0000 aurel enable some 64bit optimized code on 64bit arch libavcodec
Tue, 27 Feb 2007 09:56:09 +0000 diego Fix wrong license header. libavcodec
Tue, 27 Feb 2007 09:54:48 +0000 mbardiaux Rename WMADecodeContext to WMACodecContext libavcodec
Tue, 27 Feb 2007 09:39:04 +0000 mbardiaux Supply context to tprintf libavcodec
Tue, 27 Feb 2007 06:30:40 +0000 kostya DCA decoder libavcodec
Tue, 27 Feb 2007 00:24:49 +0000 diego The Snow DEcoding routines should be under CONFIG_SNOW_DECODER. libavcodec
Tue, 27 Feb 2007 00:18:38 +0000 diego Remove useless conditional. libavcodec
Sun, 25 Feb 2007 16:02:32 +0000 aurel cleanup setting of returned data frame libavcodec
Sun, 25 Feb 2007 15:33:38 +0000 aurel Use pointers to avoid copying AVFrame. libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Sun, 25 Feb 2007 07:53:44 +0000 takis Move the unaltered documentation of the functions which are part of the public libavcodec
Sun, 25 Feb 2007 02:38:08 +0000 michael rewrite find_frame_end() libavcodec
Sun, 25 Feb 2007 00:35:30 +0000 aurel use FFMIN libavcodec
Sat, 24 Feb 2007 11:59:26 +0000 diego Only compile snowdsp_mmx.c if the Snow decoder is enabled. libavcodec
Sat, 24 Feb 2007 11:58:52 +0000 diego Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. libavcodec
Sat, 24 Feb 2007 09:41:43 +0000 diego cosmetics: Fix another common typo, dependAnt --> dependEnt. libavcodec
Sat, 24 Feb 2007 00:58:28 +0000 michael h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) libavcodec
Sat, 24 Feb 2007 00:55:50 +0000 aurel Use pointers to avoid copying AVFrame. libavcodec
Fri, 23 Feb 2007 15:44:56 +0000 michael reorder a few more paddws to reduce dependancy chains libavcodec
Fri, 23 Feb 2007 15:28:35 +0000 michael reorder paddws to reduce dependancy chain libavcodec
Fri, 23 Feb 2007 15:19:29 +0000 gpoirier add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c libavcodec
Fri, 23 Feb 2007 15:03:30 +0000 michael shortening dependancy chain in chroma mc2 libavcodec
Fri, 23 Feb 2007 14:29:59 +0000 michael remove now wrong comment libavcodec
Fri, 23 Feb 2007 14:29:13 +0000 michael fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr) libavcodec
Fri, 23 Feb 2007 10:23:45 +0000 aurel use av_noinline instead of __attribute((noinline)) 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