Mercurial > libavcodec.hg
graph
-
10l, fix debug, dprintf does not have log level libavcodecMon, 19 Mar 2007 16:07:51 +0000, by bcoudurier
-
AC-3 encoded volume is too high. Revert revision 7160: libavcodecSun, 18 Mar 2007 23:18:05 +0000, by jbr
-
split ac3_parametric_bit_allocation into 3 separate functions libavcodecSun, 18 Mar 2007 21:43:20 +0000, by jbr
-
Proper handling of motion vectors for adv. profile libavcodecSun, 18 Mar 2007 07:51:40 +0000, by kostya
-
Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com. libavcodecSat, 17 Mar 2007 14:59:58 +0000, by diego
-
Move the encoding of the image data to its own function. libavcodecSat, 17 Mar 2007 13:16:18 +0000, by diego
-
Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. libavcodecSat, 17 Mar 2007 12:56:34 +0000, by diego
-
force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2 libavcodecThu, 15 Mar 2007 23:45:20 +0000, by gpoirier
-
remove silly static int done protecting the initalization of 32 elements to 1 libavcodecTue, 13 Mar 2007 22:51:11 +0000, by michael
-
Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour. libavcodecSun, 11 Mar 2007 21:01:33 +0000, by banan
-
Replace custom modified discrete cosine transform with ffmpeg's own. libavcodecSun, 11 Mar 2007 20:30:06 +0000, by banan
-
Check dimensions to avoid division by zero due to invalid new dimensions. libavcodecSun, 11 Mar 2007 09:16:11 +0000, by reimar
-
remove redundancy in AC-3 parser by using common tables from ac3tab.h libavcodecSun, 11 Mar 2007 02:13:05 +0000, by jbr
-
Remove common code from AC-3 encoder and utilize ac3.c. libavcodecFri, 09 Mar 2007 13:57:42 +0000, by jbr
-
Create ac3.c which will be used for AC-3 common code. libavcodecFri, 09 Mar 2007 13:54:44 +0000, by jbr
-
Don't output the first two frames, since they don't contain valid audio. libavcodecThu, 08 Mar 2007 19:47:03 +0000, by banan
-
bitrate sanity check (fixes assertion failure) libavcodecThu, 08 Mar 2007 10:25:06 +0000, by michael
-
Remove useless casts as recommended by Mns Rullgrd. libavcodecThu, 08 Mar 2007 10:21:35 +0000, by takis
-
Move the initialization on context definition. In amr.c, only the libavcodecThu, 08 Mar 2007 10:06:59 +0000, by takis
-
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter libavcodecWed, 07 Mar 2007 09:29:44 +0000, by michael
-
add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags libavcodecWed, 07 Mar 2007 02:21:35 +0000, by michael