log

age author description
Sun, 18 Mar 2007 12:03:29 +0000 lorenm huffyuv rgb encoder libavcodec
Sun, 18 Mar 2007 07:53:16 +0000 kostya indentation libavcodec
Sun, 18 Mar 2007 07:51:40 +0000 kostya Proper handling of motion vectors for adv. profile libavcodec
Sun, 18 Mar 2007 04:53:21 +0000 jbr hardcode ff_ac3_frame_sizes table libavcodec
Sat, 17 Mar 2007 14:59:58 +0000 diego Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com. libavcodec
Sat, 17 Mar 2007 13:16:18 +0000 diego Move the encoding of the image data to its own function. libavcodec
Sat, 17 Mar 2007 12:56:34 +0000 diego Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. libavcodec
Thu, 15 Mar 2007 23:45:20 +0000 gpoirier force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2 libavcodec
Thu, 15 Mar 2007 21:22:10 +0000 banan subband_coef_noise -> subband_coef_sign libavcodec
Thu, 15 Mar 2007 12:23:08 +0000 gpoirier Targa (.tga) encoder, libavcodec
Wed, 14 Mar 2007 23:23:30 +0000 michael 10l for myself, fixing --disable-encoders libavcodec
Wed, 14 Mar 2007 14:49:49 +0000 kostya DXA demuxer and decoder libavcodec
Wed, 14 Mar 2007 13:25:15 +0000 michael deprecate ff_realloc_static libavcodec
Wed, 14 Mar 2007 13:20:29 +0000 michael 10l to whoever wrote this libavcodec
Wed, 14 Mar 2007 13:19:19 +0000 michael kill av_mallocz_static() calls in init_rl() libavcodec
Wed, 14 Mar 2007 12:29:32 +0000 michael move RLTable stuff to its own header libavcodec
Wed, 14 Mar 2007 12:15:34 +0000 michael kill av_mallocz_static() libavcodec
Wed, 14 Mar 2007 11:13:17 +0000 bcoudurier reindent after last commit libavcodec
Wed, 14 Mar 2007 11:12:02 +0000 bcoudurier h264 complete frames parsing support libavcodec
Wed, 14 Mar 2007 01:59:53 +0000 michael kill 3 more av_mallocz_static() libavcodec
Wed, 14 Mar 2007 00:19:56 +0000 michael kill another 2 av_mallocz_static() libavcodec
Tue, 13 Mar 2007 23:30:28 +0000 michael kill a av_mallocz_static() libavcodec
Tue, 13 Mar 2007 23:10:42 +0000 michael 10^10l to whoever wrote this libavcodec
Tue, 13 Mar 2007 22:53:01 +0000 michael remove useless static cm variable libavcodec
Tue, 13 Mar 2007 22:51:49 +0000 michael cosmetic libavcodec
Tue, 13 Mar 2007 22:51:11 +0000 michael remove silly static int done protecting the initalization of 32 elements to 1 libavcodec
Tue, 13 Mar 2007 22:47:59 +0000 michael remove redundant memset() libavcodec
Tue, 13 Mar 2007 22:47:05 +0000 michael dont malloc() static mv_penalty arrays libavcodec
Tue, 13 Mar 2007 22:01:06 +0000 michael deprecate av_mallocz_static() libavcodec
Tue, 13 Mar 2007 19:44:02 +0000 banan Combine the window and overlap loops, libavcodec
Mon, 12 Mar 2007 12:36:41 +0000 mbardiaux Give context to dprintf libavcodec
Sun, 11 Mar 2007 21:01:33 +0000 banan Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour. libavcodec
Sun, 11 Mar 2007 20:30:06 +0000 banan Replace custom modified discrete cosine transform with ffmpeg's own. libavcodec
Sun, 11 Mar 2007 16:57:05 +0000 jbr the AC-3 parser needs ac3.o libavcodec
Sun, 11 Mar 2007 16:44:14 +0000 jbr move AC-3 header parsing to ac3.c libavcodec
Sun, 11 Mar 2007 09:51:01 +0000 kostya Correctly ME border blocks libavcodec
Sun, 11 Mar 2007 09:16:11 +0000 reimar Check dimensions to avoid division by zero due to invalid new dimensions. libavcodec
Sun, 11 Mar 2007 02:13:05 +0000 jbr remove redundancy in AC-3 parser by using common tables from ac3tab.h libavcodec
Sat, 10 Mar 2007 09:20:07 +0000 banan Simplify, use avctx->frame_number. libavcodec
Fri, 09 Mar 2007 13:57:42 +0000 jbr Remove common code from AC-3 encoder and utilize ac3.c. libavcodec
Fri, 09 Mar 2007 13:54:44 +0000 jbr Create ac3.c which will be used for AC-3 common code. libavcodec
Fri, 09 Mar 2007 03:17:43 +0000 jbr simplify AC-3 bit allocation libavcodec
Thu, 08 Mar 2007 23:38:50 +0000 jbr cosmetics. remove space before semi-colon. libavcodec
Thu, 08 Mar 2007 20:43:51 +0000 banan Simplify gain block handling. libavcodec
Thu, 08 Mar 2007 19:47:03 +0000 banan Don't output the first two frames, since they don't contain valid audio. libavcodec
Thu, 08 Mar 2007 18:25:47 +0000 bcoudurier fix drop frame timecode flag libavcodec
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