]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vc1dec.c
Implement ff_scale_vector_to_given_sum_of_squares()
[frescor/ffmpeg.git] / libavcodec / vc1dec.c
2009-10-11 kostyaWarn when WVC1 cannot be decoded
2009-10-06 kostyaSince some junk may be or may be not present before...
2009-09-24 reimarUse ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_...
2009-09-06 reimarMark all pix_fmts and supported_framerates compound...
2009-07-29 diegoOnly enable WMV3 decoder when it has been turned on...
2009-07-29 diegoDo not check for both CONFIG_VC1_VDPAU_DECODER and...
2009-06-23 kostyaEdge emulation should be used in B-frame MC in mspel...
2009-06-17 darkshikariVC-1/WMV: Remove redundant ff_init_block_index() calls.
2009-06-16 darkshikariVC-1/WMV3 decoding: don't clear blocks unless they...
2009-06-16 darkshikariidct_dc for VC-1/WMV3 decoder; ~11% faster decoding...
2009-06-11 diegoSplit decoder-specific code off from vc1.c into vc1dec...