Mercurial > libavcodec.hg
graph
-
cosmetics: Fix indentation in a few more places. libavcodecSat, 08 Mar 2008 20:27:16 +0000, by diego
-
cosmetics: Normalize {} placement after for, while, if. libavcodecSat, 08 Mar 2008 20:24:24 +0000, by diego
-
huffman: add a zero_count flag and use it in fraps libavcodecSat, 08 Mar 2008 18:08:16 +0000, by aurel
-
huffman: pass hnode_first as a flag instead of as an argument on its own libavcodecSat, 08 Mar 2008 17:57:13 +0000, by aurel
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavcodecSat, 08 Mar 2008 14:39:43 +0000, by diego
-
do not display par and dar if not available libavcodecThu, 06 Mar 2008 23:09:16 +0000, by bcoudurier
-
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment libavcodecThu, 06 Mar 2008 20:44:44 +0000, by mru
-
Make av_class a pointer to a const AVClass. Addresses one warning in libavcodecThu, 06 Mar 2008 17:41:31 +0000, by takis
-
fix interlaced decoding, original patch from reimar libavcodecThu, 06 Mar 2008 09:45:59 +0000, by bcoudurier
-
make compilation of mpeg12* and mpegvideo conditional libavcodecWed, 05 Mar 2008 21:43:30 +0000, by aurel
-
add dependencies for matroska audio and nut muxers over lavc libavcodecWed, 05 Mar 2008 16:34:47 +0000, by aurel
-
doxyfy frame type comments and add some more comments libavcodecWed, 05 Mar 2008 15:23:54 +0000, by aurel
-
define BI frame type along with other frame types libavcodecWed, 05 Mar 2008 15:19:26 +0000, by aurel
-
Avoid linking with h263 and mpeg4 find_frame_end() libavcodecWed, 05 Mar 2008 14:46:51 +0000, by aurel
-
fix the WC3 Xan decoder by correcting the frame accounting logic libavcodecWed, 05 Mar 2008 06:58:20 +0000, by melanson
-
move EDGE_WIDTH definition allong with draw_edges where it belongs libavcodecWed, 05 Mar 2008 00:38:14 +0000, by aurel
-
remove #include "mpegvideo.h" where it is not needed libavcodecWed, 05 Mar 2008 00:07:53 +0000, by aurel
-
Detect and prevent reading over the end of counts_*. We pass the error libavcodecTue, 04 Mar 2008 21:58:34 +0000, by michael
-
Prevent segfault due to reading over the end of the input buffer. libavcodecTue, 04 Mar 2008 21:39:21 +0000, by michael
-
Provide non null class name to avoid crash with ffmpeg -h. libavcodecMon, 03 Mar 2008 19:53:27 +0000, by michael
-
use scale factor instead of sum for downmix level adjustment. avoids division libavcodecSat, 01 Mar 2008 16:10:19 +0000, by jbr
-
pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. libavcodecSat, 01 Mar 2008 15:48:18 +0000, by jbr
-
Use 24-bit fixed-point transform coefficients until just before MDCT. This libavcodecSat, 01 Mar 2008 04:39:39 +0000, by jbr
-
more aspect ratios added in one of the ammendments libavcodecSat, 01 Mar 2008 01:58:25 +0000, by lorenm
-
Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but libavcodecThu, 28 Feb 2008 17:01:35 +0000, by reimar
-
code is ok for 4bpp in mov too, fix 16grey.mov libavcodecThu, 28 Feb 2008 16:08:52 +0000, by bcoudurier
-
Add explanatory comment to '#define FLOAT float'. libavcodecTue, 26 Feb 2008 22:52:01 +0000, by diego
-
Stuffing bytes to not violate minimum legality rate. libavcodecTue, 26 Feb 2008 20:17:30 +0000, by michael
-
Remove another temporary variable with which gcc has problems. libavcodecTue, 26 Feb 2008 18:36:58 +0000, by michael
-
Alternative and faster (on gcc x86) plane rotation. libavcodecTue, 26 Feb 2008 15:52:37 +0000, by michael
-
Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), libavcodecTue, 26 Feb 2008 15:32:34 +0000, by michael
-
One variable less. No real change to the actual code. libavcodecTue, 26 Feb 2008 15:19:37 +0000, by michael
-
split encoding part of dsputil_mmx into its own file libavcodecMon, 25 Feb 2008 23:14:22 +0000, by aurel
-
compile various fdct only when encoders are enabled libavcodecMon, 25 Feb 2008 21:43:19 +0000, by aurel
-
Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute libavcodecMon, 25 Feb 2008 14:42:12 +0000, by michael
-
__asm __volatile -> asm volatile, improves code consistency and works libavcodecSun, 24 Feb 2008 14:46:22 +0000, by reimar
-
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavcodecSat, 23 Feb 2008 23:30:41 +0000, by banan
-
Disabling all SSE* code for old gcc to avoid alignment issues. libavcodecThu, 21 Feb 2008 00:06:07 +0000, by michael