103 Commits (0babb896b4352e48bd2157f7ef08b341f55f2d91)

Author SHA1 Message Date
Reimar Döffinger 2bee59083d Use bytestream_get_le16 to simplify offset/count calculation for mszh decompression. 16 years ago
Reimar Döffinger 5a18221ba8 Remove useless & 0x1f 16 years ago
Reimar Döffinger 7b151a98b0 Document padding requirements of mszh_decomp srcptr buffer 16 years ago
Reimar Döffinger 5e5fe7dab5 Use srcptr_end variable to avoid having to update both srcptr and srclen. 16 years ago
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 bb79016851 Use memcpy instead of per-pixel copy loop for rgb lcl format 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 abeee5ccb8 Use av_clip_uint8 instead of equivalent but unoptimzed code, 16 years ago
Jeff Downs 50352827f6 Use AV_R/WN32 instead of direct integer copying. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 99ed41a808 Fix filenames in Doxygen comments. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Reimar Döffinger 816ebf9320 Remove duplicate ; 17 years ago
Michael Niedermayer 7993df6527 consts 17 years ago
Måns Rullgård 7c8b273bbe indent 18 years ago
Måns Rullgård ebccac06ff remove useless LclDecContext.avctx field 18 years ago
Måns Rullgård 00eb27f111 split lcl.c into lcldec.c, lclenc.c, lcl.h 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 18 years ago
Nicholas Tung 587d07227e Remove superfluous setting of has_b_frames in codecs without B-frames. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 62bb489b13 add some #ifdef CONFIG_ENCODERS/DECODERS 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
Michael Niedermayer 40c5fa2689 AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) 20 years ago
Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 20 years ago
Roberto Togni 3048af8350 Use avcodec_check_dimensions instead of custom hack 20 years ago