20190 Commits (e187d87d7d1118bf6e592ad09320694c027bd0f8)
 

Author SHA1 Message Date
Reimar Döffinger 0b99764459 100l, the compression field in lcl extradata must be interpreted as 16 years ago
Reimar Döffinger e4f141ad60 One more use for FFMIN. 16 years ago
Reimar Döffinger 0d48e6ec7f Pad the decompression buffer and use av_memcpy_backptr for the mszh decompression. 16 years ago
Reimar Döffinger 974ce78544 Mark srcptr as const in mszh_decomp 16 years ago
Reimar Döffinger 6065dcea37 Remove unnecessary put_bits/get_bits includes. 16 years ago
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 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
Baptiste Coudurier 4a01b3c714 initialize pes state to skip 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
Larbi Joubala 15c315b7f1 fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com 16 years ago
Baptiste Coudurier 135c8c2c16 add myself as maintainer for mpegts* 16 years ago
Baptiste Coudurier 1f07654330 print reg desc in a more friendly way 16 years ago
Baptiste Coudurier ad183ff4e2 give context to dprintf 16 years ago
Baptiste Coudurier fc72ad1990 print registration descriptor in debug 16 years ago
Baptiste Coudurier 7e69621f56 split audio chunks in mov demuxer 16 years ago
Baptiste Coudurier 84c7d45e02 0x7a is E-AC3 descriptor 16 years ago
Baptiste Coudurier 67c9cd696a fix compilation with DEBUG defined 16 years ago
Baptiste Coudurier 19c0563ac2 fix compilation with DEBUG defined 16 years ago
Baptiste Coudurier e695906ec7 use dts codec probing 16 years ago
Baptiste Coudurier 7103a77b4d set codec_tag to stream type, so user can deal with it 16 years ago
Baptiste Coudurier 5b3c4c8ac6 set codec_tag to registration descriptor if present 16 years ago
Baptiste Coudurier ffdbada6c1 add streams even if they are not present in PMT, fix #1092 and #835 16 years ago
Baptiste Coudurier e6eb74d84c remove no longer needed fake dvbsub stream type 16 years ago
Baptiste Coudurier f2c357d95d reindent 16 years ago
Baptiste Coudurier ed68efad8b remove no longer needed init 16 years ago
Baptiste Coudurier 6a2a50f81f factorize 16 years ago