9940 Commits (e482c2e2fbae77876ab9b9efb1082ee30dd1aaba)

Author SHA1 Message Date
Reimar Döffinger dbc53ffc7c Change buffer size checks to avoid the undefined overflow case. 16 years ago
Reimar Döffinger 2fddb91e94 Simply use memcpy instead of AV_RN32/AV_WN32 combination. 16 years ago
Reimar Döffinger 661cb0d4a9 Fix decoding of multithread-encoded lcl files on big-endian. 16 years ago
Reimar Döffinger ce22c7d075 Remove another useless () 16 years ago
Reimar Döffinger 21bf2f51d7 Correct calculation of compressed input length. 16 years ago
Reimar Döffinger 46adcc27a2 Add sanity check for mthread_inlen, avoids crashes due to invalid reads. 16 years ago
Reimar Döffinger 1207c84adb Use FFMIN 16 years ago
Reimar Döffinger c2c0c1c023 Factor out zlib decompression code to avoid massive code duplication, 16 years ago
Reimar Döffinger f005808bf2 Use FFALIGN 16 years ago
Reimar Döffinger 46c02b1b50 Move variable into block where it is used, avoiding a unused variable 16 years ago
Reimar Döffinger 2b550f816a Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG_DEBUG. 16 years ago
Reimar Döffinger 75f6d6c7e6 Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possible 16 years ago
Reimar Döffinger 56b44694bd lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER. 16 years ago
Reimar Döffinger 445e0ab539 Get rid of extradata casts, it already has the right uint8_t * type 16 years ago
Reimar Döffinger 8c18e490c4 Make lcldec produce YUV output when the input file is coded like that, instead 16 years ago
Reimar Döffinger 55619690e8 Remove now unused elements from LclEncContext 16 years ago
Reimar Döffinger 3b855101b4 Remove useless casts, extradata is already "uint8_t *" 16 years ago
Reimar Döffinger e786d3cf80 lclenc.c: compress directly into output buffer instead of using a pointless 16 years ago
Reimar Döffinger 32b3ab9b60 Remove superfluous () from lclenc.c 16 years ago
Reimar Döffinger 8f033e3e03 Cosmetics: fix indentation in lclenc.c 16 years ago
Reimar Döffinger 7ff7ac60e1 Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiled 16 years ago
Andreas Öman f988ce6cad Add a lock manager API to libavcodec. 16 years ago
Baptiste Coudurier b8df8d0d1c remove cast and use put_sbits, fix assertion in put_bits 16 years ago
Baptiste Coudurier 19c0563ac2 fix compilation with DEBUG defined 16 years ago
Alexander Strange 2b9969a945 H264: Fix out of bounds reads in SSSE3 MC 16 years ago
Reimar Döffinger bb79016851 Use memcpy instead of per-pixel copy loop for rgb lcl format 16 years ago
Michael Niedermayer ff8c65f482 Make sure offsets of mjpeg b are within the buffer. 16 years ago
Reimar Döffinger c40f366372 Remove useless () from lcldec for more consistency with "normal" FFmpeg coding style. 16 years ago
Reimar Döffinger b157e3e56b Add casts to v210x decoder to avoid warnings. 16 years ago
Baptiste Coudurier 3bbcd0bb8a The GIF decoder uses get_buffer, so set DR1. 16 years ago
Baptiste Coudurier 87e302bfd8 remove unused hack which set AVCodecContext frame_number to pic timestamp 16 years ago
Baptiste Coudurier 2d05bc8641 set pict_type in VC-1 parser, fix some timestamps problems 16 years ago
David Conrad f2264fa531 Support block-level quantization in Theora 16 years ago
Reimar Döffinger abeee5ccb8 Use av_clip_uint8 instead of equivalent but unoptimzed code, 16 years ago
Måns Rullgård 9d48e28f00 MIPS: add MIPS64 and Loongson asm for MAC64/MLS64 16 years ago
Måns Rullgård b716a79215 blackfin: disable broken dsputil functions 16 years ago
Måns Rullgård 2ba73ce8c6 blackfin: add missing const in function prototypes 16 years ago
Måns Rullgård b195a73d47 blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is auto 16 years ago
Måns Rullgård 08ec1397f6 blackfin: use DCT function pointer in dct_quantize_bfin() 16 years ago
Måns Rullgård c9311a12d5 ARM: add some PLD in NEON IDCT 16 years ago
Baptiste Coudurier 2ed16f308a msrle uncompressed decoding, fix #1074 and many other samples under /RLE 16 years ago
Baptiste Coudurier c0601d705c remove apparently unused real_pict_num from AVCodecContext 16 years ago
Baptiste Coudurier a4a750d3b2 Rename alloc_picture to ff_alloc_picture and move its definition 16 years ago
Jeff Downs 50352827f6 Use AV_R/WN32 instead of direct integer copying. 16 years ago
Baptiste Coudurier 25178da302 do not print false error if eof follows eol 16 years ago
Wolfram Gloger ed1dc74e18 Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg. 16 years ago
Baptiste Coudurier 6645e8ca2f do not reference remainder packets in the parser, fix timestamps fetching 16 years ago
Alex Converse 401a995085 In the event of a mismatch, do not follow the sample rate index in an AAC PCE. 16 years ago
Jai Menon cd840656c2 Add lowres support to the libopenjpeg wrapper. 16 years ago
Jai Menon d95545166c Use dimensions stored in AVCodecContext instead of local variables. 16 years ago