Mercurial > libavcodec.hg
graph
-
The GIF decoder uses get_buffer, so set DR1. libavcodecSat, 30 May 2009 04:07:14 +0000, by bcoudurier
-
remove unused hack which set AVCodecContext frame_number to pic timestamp libavcodecSat, 30 May 2009 00:24:20 +0000, by bcoudurier
-
set pict_type in VC-1 parser, fix some timestamps problems libavcodecSat, 30 May 2009 00:09:00 +0000, by bcoudurier
-
Use av_clip_uint8 instead of equivalent but unoptimzed code, libavcodecFri, 29 May 2009 20:15:38 +0000, by reimar
-
MIPS: add MIPS64 and Loongson asm for MAC64/MLS64 libavcodecThu, 28 May 2009 23:19:32 +0000, by mru
-
blackfin: add missing const in function prototypes libavcodecThu, 28 May 2009 22:36:02 +0000, by mru
-
blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is auto libavcodecThu, 28 May 2009 22:35:58 +0000, by mru
-
blackfin: use DCT function pointer in dct_quantize_bfin() libavcodecThu, 28 May 2009 22:35:56 +0000, by mru
-
msrle uncompressed decoding, fix #1074 and many other samples under /RLE libavcodecWed, 27 May 2009 21:45:25 +0000, by bcoudurier
-
remove apparently unused real_pict_num from AVCodecContext libavcodecWed, 27 May 2009 21:40:10 +0000, by bcoudurier
-
Rename alloc_picture to ff_alloc_picture and move its definition libavcodecWed, 27 May 2009 19:55:35 +0000, by bcoudurier
-
Use AV_R/WN32 instead of direct integer copying. libavcodecWed, 27 May 2009 18:59:24 +0000, by heydowns
-
do not print false error if eof follows eol libavcodecWed, 27 May 2009 06:43:51 +0000, by bcoudurier
-
Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg. libavcodecWed, 27 May 2009 00:14:32 +0000, by bcoudurier
-
do not reference remainder packets in the parser, fix timestamps fetching libavcodecTue, 26 May 2009 23:58:30 +0000, by bcoudurier
-
In the event of a mismatch, do not follow the sample rate index in an AAC PCE. libavcodecTue, 26 May 2009 21:34:56 +0000, by alexc
-
Add lowres support to the libopenjpeg wrapper. libavcodecTue, 26 May 2009 17:04:28 +0000, by jai_menon
-
Use dimensions stored in AVCodecContext instead of local variables. libavcodecTue, 26 May 2009 16:59:05 +0000, by jai_menon
-
The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86. libavcodecMon, 25 May 2009 19:02:35 +0000, by diego
-
eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bit libavcodecMon, 25 May 2009 16:12:51 +0000, by jbr
-
Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack libavcodecMon, 25 May 2009 12:17:02 +0000, by reimar
-
honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes correctly libavcodecMon, 25 May 2009 02:34:31 +0000, by bcoudurier
-
mlp: Use LABEL_MANGLE() to export label symbols from inside asm block. libavcodecMon, 25 May 2009 01:52:05 +0000, by ramiro
-
eatqi: move "block" variable into context to ensure sufficient alignment for libavcodecSun, 24 May 2009 09:14:19 +0000, by reimar
-
Distinguish between non-coded blocks and decode errors in rtjpeg's get_block libavcodecSun, 24 May 2009 09:06:06 +0000, by reimar
-
Add a few size checks when decoding rtjpeg blocks. libavcodecSun, 24 May 2009 09:03:45 +0000, by reimar
-
Move "block" variable in rtjpeg decoder to context to ensure sufficient alignment libavcodecSun, 24 May 2009 08:36:52 +0000, by reimar
-
Fix passing of unaligned addresses to dsputil diff_bytes() by libavcodecSat, 23 May 2009 19:37:01 +0000, by heydowns
-
Add offset argument to encode_422_bitstream() to control where libavcodecSat, 23 May 2009 19:30:35 +0000, by heydowns
-
fix qtrle encoding when previous frame linesize differs, fix #998 libavcodecSat, 23 May 2009 05:55:29 +0000, by bcoudurier
-
Set progressive_sequence before MPV_common_init which cares about it when libavcodecSat, 23 May 2009 01:22:43 +0000, by bcoudurier
-
Move ALIGN macro to libavutil/common.h and use it in various places libavcodecFri, 22 May 2009 21:32:13 +0000, by conrad
-
Move eatgq blocks array from the stack to the codec context and make sure libavcodecFri, 22 May 2009 18:39:00 +0000, by reimar
-
eac3dec: fix bug in GAQ dequantization. large mantissas should only be libavcodecThu, 21 May 2009 00:15:44 +0000, by jbr
-
eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ libavcodecThu, 21 May 2009 00:09:23 +0000, by jbr