Mercurial > libavcodec.hg
graph
-
Correct calculation of compressed input length. libavcodecSun, 31 May 2009 10:01:26 +0000, by reimar
-
Add sanity check for mthread_inlen, avoids crashes due to invalid reads. libavcodecSun, 31 May 2009 09:59:46 +0000, by reimar
-
Factor out zlib decompression code to avoid massive code duplication, libavcodecSun, 31 May 2009 09:51:46 +0000, by reimar
-
Move variable into block where it is used, avoiding a unused variable libavcodecSun, 31 May 2009 09:27:07 +0000, by reimar
-
Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG_DEBUG. libavcodecSun, 31 May 2009 09:23:54 +0000, by reimar
-
Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possible libavcodecSun, 31 May 2009 09:19:21 +0000, by reimar
-
lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER. libavcodecSun, 31 May 2009 09:16:06 +0000, by reimar
-
Get rid of extradata casts, it already has the right uint8_t * type libavcodecSun, 31 May 2009 09:12:17 +0000, by reimar
-
Make lcldec produce YUV output when the input file is coded like that, instead libavcodecSun, 31 May 2009 09:09:32 +0000, by reimar
-
Remove useless casts, extradata is already "uint8_t *" libavcodecSun, 31 May 2009 08:51:30 +0000, by reimar
-
lclenc.c: compress directly into output buffer instead of using a pointless libavcodecSun, 31 May 2009 08:49:27 +0000, by reimar
-
Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiled libavcodecSun, 31 May 2009 08:36:44 +0000, by reimar
-
remove cast and use put_sbits, fix assertion in put_bits libavcodecSun, 31 May 2009 06:33:58 +0000, by bcoudurier
-
Use memcpy instead of per-pixel copy loop for rgb lcl format libavcodecSat, 30 May 2009 11:20:07 +0000, by reimar
-
Make sure offsets of mjpeg b are within the buffer. libavcodecSat, 30 May 2009 10:04:09 +0000, by michael
-
Remove useless () from lcldec for more consistency with "normal" FFmpeg coding style. libavcodecSat, 30 May 2009 09:07:10 +0000, by reimar
-
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