Mercurial > libavcodec.hg
graph
-
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx() libavcodecFri, 21 Mar 2008 12:36:49 +0000, by zuxy
-
Apply 'alloc_size' attribute to ff_realloc_static() libavcodecFri, 21 Mar 2008 04:48:59 +0000, by zuxy
-
Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static() libavcodecFri, 21 Mar 2008 03:54:45 +0000, by zuxy
-
Apply 'cold' attribute to init/uninit functions in libavcodec libavcodecFri, 21 Mar 2008 03:11:20 +0000, by zuxy
-
More complete documentation for AVFrame.reference. libavcodecThu, 20 Mar 2008 18:16:13 +0000, by michael
-
Hardcode register to prevent aparent miscompilation. libavcodecThu, 20 Mar 2008 14:24:29 +0000, by michael
-
correctly set avctx->frame_size for mp3on4 and mp3adu libavcodecThu, 20 Mar 2008 09:36:04 +0000, by bcoudurier
-
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS libavcodecMon, 17 Mar 2008 02:33:08 +0000, by mru
-
Move functions that are only used when libswscale is not compiled in below libavcodecSun, 16 Mar 2008 17:34:31 +0000, by diego
-
improve precision in mdct.c using double for some temporaries libavcodecSun, 16 Mar 2008 13:15:42 +0000, by mru
-
Use correct t printf modifier for pointer differences. libavcodecFri, 14 Mar 2008 13:19:39 +0000, by diego
-
log aspect ratio forbidden value, and fail if error resilience is high libavcodecFri, 14 Mar 2008 09:33:38 +0000, by bcoudurier
-
do not fail badly if aspect ratio is 0/forbidden, fix issue 369 libavcodecThu, 13 Mar 2008 18:26:53 +0000, by bcoudurier
-
This file does not use size_t, so no need to #include <sys/types.h>. libavcodecThu, 13 Mar 2008 18:10:58 +0000, by diego
-
If consumed does not match nalsize, favor nalsize. libavcodecThu, 13 Mar 2008 01:49:19 +0000, by michael
-
Add missing stdint.h #include to headers that use it. libavcodecThu, 13 Mar 2008 00:20:15 +0000, by diego
-
make input buffer const, as it should be. fixes a warning. libavcodecMon, 10 Mar 2008 21:59:30 +0000, by jbr
-
Rename --enable-swscaler --> enable-swscale to be consistent with the libavcodecMon, 10 Mar 2008 17:54:24 +0000, by diego
-
These video decoders do not need to include and initialize the DSP libavcodecMon, 10 Mar 2008 03:07:44 +0000, by melanson
-
There is no reason to assign a variable to itself libavcodecMon, 10 Mar 2008 03:07:15 +0000, by melanson
-
downmix before imdct unless different size transforms are used. about 20% libavcodecSun, 09 Mar 2008 17:05:19 +0000, by jbr
-
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