2009-07-06 |
Reimar Döffinger | Make decode_init fail if the huffman tables are invalid...
|
commit | commitdiff | tree |
2009-07-05 |
Reimar Döffinger | Ensure that the filter limit values do not exceed the...
|
commit | commitdiff | tree |
2009-07-05 |
Reimar Döffinger | Extend init_loop_filter to work for filter limit values...
|
commit | commitdiff | tree |
2009-07-05 |
Reimar Döffinger | Add a check to vp6_parse_coeff_huffman to ensure it...
|
commit | commitdiff | tree |
2009-07-05 |
Reimar Döffinger | Check that palctrl is available on init instead of...
|
commit | commitdiff | tree |
2009-07-04 |
Reimar Döffinger | If the end of the input buffer is reached while decoding...
|
commit | commitdiff | tree |
2009-07-04 |
Reimar Döffinger | Make the MJPEG decoder return -1 when no image was...
|
commit | commitdiff | tree |
2009-07-04 |
Reimar Döffinger | Add a got_picture flag to MJpegDecodeContext which...
|
commit | commitdiff | tree |
2009-07-04 |
Reimar Döffinger | mjpegdec: check that the coded dc_index and ac_index...
|
commit | commitdiff | tree |
2009-07-03 |
Reimar Döffinger | Replace invalid Theora frame rate by 25 FPS.
|
commit | commitdiff | tree |
2009-07-03 |
Reimar Döffinger | Check for failed extradata malloc, fixes a crash in...
|
commit | commitdiff | tree |
2009-07-03 |
Reimar Döffinger | Check size of "strf" header against size of enclosing...
|
commit | commitdiff | tree |
2009-07-03 |
Reimar Döffinger | Fix indentation
|
commit | commitdiff | tree |
2009-07-03 |
Reimar Döffinger | Avoid divisions by 0 in the ASF demuxer if packet_size...
|
commit | commitdiff | tree |
2009-06-30 |
Reimar Döffinger | Fix nalsize check to avoid an integer overflow that...
|
commit | commitdiff | tree |
2009-06-24 |
Reimar Döffinger | Reindent after last patch.
|
commit | commitdiff | tree |
2009-06-24 |
Reimar Döffinger | mov demuxer: Track the current position also for streams...
|
commit | commitdiff | tree |
2009-06-24 |
Reimar Döffinger | mov_read_packet: extract code that searches for the...
|
commit | commitdiff | tree |
2009-06-24 |
Reimar Döffinger | mov_read_packet: if dv_get_packet fails, return exactly...
|
commit | commitdiff | tree |
2009-06-24 |
Reimar Döffinger | In mov_read_packet remember the AVStream we want to...
|
commit | commitdiff | tree |
2009-06-19 |
Reimar Döffinger | Add support for muxing XSUB subtitles to AVI muxer.
|
commit | commitdiff | tree |
2009-06-19 |
Reimar Döffinger | Add support for encoding XSUB subtitles. Muxing support...
|
commit | commitdiff | tree |
2009-06-19 |
Reimar Döffinger | Add pts field to AVSubtitle, for use by future XSUB...
|
commit | commitdiff | tree |
2009-06-03 |
Reimar Döffinger | Set AV_PKT_FLAG_KEY in avcodec_decode_video.
|
commit | commitdiff | tree |
2009-06-03 |
Reimar Döffinger | Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | add #if CONFIG_ZLIB_DECODER around zlib_decomp function.
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | mszh decompression: add a special case for an all-0...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | lcldec: ensure that the offset for av_memcpy_backptr...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | I will take care of the lcl de-/encoder while Roberto...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Fix memleak due to c->decomp_buf never being freed.
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Only call inflateEnd when we were actually using the...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | avctx->priv_data is initialized to 0, get rid of useless...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Merge variable declaration and initialization.
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Use int-size types instead of char where it makes no...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Take advantage of available input padding to optimize...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Change maskbit variable to contain (1 << maskbit)
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Remove check that thanks to padding is no longer necessary.
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | 100l, the compression field in lcl extradata must be...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | One more use for FFMIN.
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Pad the decompression buffer and use av_memcpy_backptr...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Mark srcptr as const in mszh_decomp
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Remove unnecessary put_bits/get_bits includes.
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Use bytestream_get_le16 to simplify offset/count calculation...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Remove useless & 0x1f
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Document padding requirements of mszh_decomp srcptr...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Use srcptr_end variable to avoid having to update both...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Change buffer size checks to avoid the undefined overflow...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Simply use memcpy instead of AV_RN32/AV_WN32 combination.
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Fix decoding of multithread-encoded lcl files on big...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Remove another useless ()
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Correct calculation of compressed input length.
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Add sanity check for mthread_inlen, avoids crashes...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Use FFMIN
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Factor out zlib decompression code to avoid massive...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Use FFALIGN
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Move variable into block where it is used, avoiding...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Make lcldec less annoyingly verbose, move messages...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLI...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER.
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Get rid of extradata casts, it already has the right...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Make lcldec produce YUV output when the input file...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Remove now unused elements from LclEncContext
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Remove useless casts, extradata is already "uint8_t *"
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | lclenc.c: compress directly into output buffer instead...
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Remove superfluous () from lclenc.c
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Cosmetics: fix indentation in lclenc.c
|
commit | commitdiff | tree |
2009-05-31 |
Reimar Döffinger | Remove "#if CONFIG_ZLIB" checks from lclenc.c, the...
|
commit | commitdiff | tree |
2009-05-30 |
Reimar Döffinger | Use memcpy instead of per-pixel copy loop for rgb lcl...
|
commit | commitdiff | tree |
2009-05-30 |
Reimar Döffinger | Remove useless () from lcldec for more consistency...
|
commit | commitdiff | tree |
2009-05-30 |
Reimar Döffinger | Add casts to v210x decoder to avoid warnings.
|
commit | commitdiff | tree |
2009-05-29 |
Reimar Döffinger | Use av_clip_uint8 instead of equivalent but unoptimzed...
|
commit | commitdiff | tree |
2009-05-26 |
Reimar Döffinger | Change HAVE_PPC64 to ARCH_PPC64.
|
commit | commitdiff | tree |
2009-05-25 |
Reimar Döffinger | Move a DECLARE_ALIGNED_16 variable in the Nellymoser...
|
commit | commitdiff | tree |
2009-05-24 |
Reimar Döffinger | eatqi: move "block" variable into context to ensure...
|
commit | commitdiff | tree |
2009-05-24 |
Reimar Döffinger | Distinguish between non-coded blocks and decode errors...
|
commit | commitdiff | tree |
2009-05-24 |
Reimar Döffinger | Add a few size checks when decoding rtjpeg blocks.
|
commit | commitdiff | tree |
2009-05-24 |
Reimar Döffinger | Move "block" variable in rtjpeg decoder to context...
|
commit | commitdiff | tree |
2009-05-22 |
Reimar Döffinger | Move eatgq blocks array from the stack to the codec...
|
commit | commitdiff | tree |
2009-05-17 |
Reimar Döffinger | Add a forward declaration of mpeg1_decode_block_intra...
|
commit | commitdiff | tree |
2009-04-24 |
Reimar Döffinger | TrueMotion 2 uses its own YUV-like colourspace, so...
|
commit | commitdiff | tree |
2009-04-18 |
Reimar Döffinger | Avoid code duplication in xan_unpack for the final...
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Use sign_extend function instead of reimplementing it.
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Remove a useless "& 0xF"
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Use / and % operators instead of reimplementing them...
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Change buffer check to avoid an unlikely pointer arithmetic...
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Simplify xan_huffman_decode by using get_bits
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Simplify ipvideo_decode_opcodes by using get_bits,...
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Remove unused code_counts array from interplavideo.c.
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Cosmetics to improve xan_unpack readability
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Fix buffer size check for xan_unpack which was broken...
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Some more simplifications of xan_unpack
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Reindent xan_unpack code
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Avoid some code duplication in xan_unpack
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Increase buffer padding to avoid most space checks...
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Change buffer size checks to avoid the very unlikely...
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Remove a pointless right-shift in xan decoder.
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Replace bytecopy with the equivalent but faster av_memcpy_ba...
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Use memcpy instead of the very inefficient bytecopy...
|
commit | commitdiff | tree |
2009-04-17 |
Reimar Döffinger | Change tgq_decode_mb function arguments from using...
|
commit | commitdiff | tree |
2009-04-16 |
Reimar Döffinger | Remove unused audio_pts field from ea demuxer struct
|
commit | commitdiff | tree |
next |