Age | Commit message (Expand) | Author |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-06-24 | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-07-02 | Move #ifdef before zlib_decomp() up so it covers the Doxygen comments. | Diego Biurrun |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-10-13 | Remove unnecessary calls to avcodec_check_dimensions, the check is already | Reimar Döffinger |
2009-05-31 | add #if CONFIG_ZLIB_DECODER around zlib_decomp function. | Reimar Döffinger |
2009-05-31 | mszh decompression: add a special case for an all-0 mask, i.e. 32 uncompressed | Reimar Döffinger |
2009-05-31 | lcldec: ensure that the offset for av_memcpy_backptr is valid. | Reimar Döffinger |
2009-05-31 | Fix memleak due to c->decomp_buf never being freed. | Reimar Döffinger |
2009-05-31 | Only call inflateEnd when we were actually using the zlib code. | Reimar Döffinger |
2009-05-31 | avctx->priv_data is initialized to 0, get rid of useless extra initialization. | Reimar Döffinger |
2009-05-31 | Merge variable declaration and initialization. | Reimar Döffinger |
2009-05-31 | Use int-size types instead of char where it makes no difference. | Reimar Döffinger |
2009-05-31 | Take advantage of available input padding to optimize mszh_decomp | Reimar Döffinger |
2009-05-31 | Change maskbit variable to contain (1 << maskbit) | Reimar Döffinger |
2009-05-31 | Remove check that thanks to padding is no longer necessary. | Reimar Döffinger |
2009-05-31 | 100l, the compression field in lcl extradata must be interpreted as | Reimar Döffinger |
2009-05-31 | One more use for FFMIN. | Reimar Döffinger |
2009-05-31 | Pad the decompression buffer and use av_memcpy_backptr for the mszh decompres... | Reimar Döffinger |
2009-05-31 | Mark srcptr as const in mszh_decomp | Reimar Döffinger |
2009-05-31 | Remove unnecessary put_bits/get_bits includes. | Reimar Döffinger |
2009-05-31 | Use bytestream_get_le16 to simplify offset/count calculation for mszh decompr... | Reimar Döffinger |
2009-05-31 | Remove useless & 0x1f | Reimar Döffinger |
2009-05-31 | Document padding requirements of mszh_decomp srcptr buffer | Reimar Döffinger |
2009-05-31 | Use srcptr_end variable to avoid having to update both srcptr and srclen. | Reimar Döffinger |
2009-05-31 | Change buffer size checks to avoid the undefined overflow case. | Reimar Döffinger |
2009-05-31 | Simply use memcpy instead of AV_RN32/AV_WN32 combination. | Reimar Döffinger |
2009-05-31 | Fix decoding of multithread-encoded lcl files on big-endian. | Reimar Döffinger |
2009-05-31 | Remove another useless () | Reimar Döffinger |
2009-05-31 | Correct calculation of compressed input length. | Reimar Döffinger |
2009-05-31 | Add sanity check for mthread_inlen, avoids crashes due to invalid reads. | Reimar Döffinger |
2009-05-31 | Use FFMIN | Reimar Döffinger |
2009-05-31 | Factor out zlib decompression code to avoid massive code duplication, | Reimar Döffinger |
2009-05-31 | Use FFALIGN | Reimar Döffinger |
2009-05-31 | Move variable into block where it is used, avoiding a unused variable | Reimar Döffinger |
2009-05-31 | Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG... | Reimar Döffinger |
2009-05-31 | Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possible | Reimar Döffinger |
2009-05-31 | lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER. | Reimar Döffinger |
2009-05-31 | Get rid of extradata casts, it already has the right uint8_t * type | Reimar Döffinger |
2009-05-31 | Make lcldec produce YUV output when the input file is coded like that, instead | Reimar Döffinger |
2009-05-30 | Use memcpy instead of per-pixel copy loop for rgb lcl format | Reimar Döffinger |
2009-05-30 | Remove useless () from lcldec for more consistency with "normal" FFmpeg codin... | Reimar Döffinger |
2009-05-29 | Use av_clip_uint8 instead of equivalent but unoptimzed code, | Reimar Döffinger |
2009-05-27 | Use AV_R/WN32 instead of direct integer copying. | Jeff Downs |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |