143 Commits (7b58702cbdce097f32f62c87cd537ab28c04ffb2)

Author SHA1 Message Date
Michael Niedermayer a15d904ad7 avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
Michael Niedermayer 93d52a181e avcodec/truemotion2: Fix 2 integer overflows in tm2_low_res_block() 5 years ago
Michael Niedermayer 2b655f55ea avcodec/truemotion2: Fix several integer overflows in tm2_low_res_block() 5 years ago
Michael Niedermayer 9ee5096068 avcodec/truemotion2: Fix several integer overflows with *Yo, *Uo, *Vo 5 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Michael Niedermayer cc78783ce5 avcodec/truemotion2: Fix multiple integer overflows in tm2_null_res_block() 5 years ago
Michael Niedermayer 9a353ea876 avcodec/truemotion2: Fix several integer overflows in tm2_motion_block() 6 years ago
Michael Niedermayer 3aecd01704 avcodec/truemotion2: Fix integer overflow in last loop in tm2_update_block() 6 years ago
Michael Niedermayer 8eecf761a6 avcodec/truemotion2: Fix several integer overflows in tm2_update_block() 6 years ago
Michael Niedermayer f4a1b8d409 avcodec/truemotion2: Fix 2 integer overflows in tm2_update_block() 6 years ago
Michael Niedermayer 0ad0533e91 avcodec/truemotion2: Fix integer overflow in tm2_decode_blocks() 6 years ago
Michael Niedermayer 1223696c72 avcodec/truemotion2: Fix integer overflow in tm2_null_res_block() 6 years ago
Michael Niedermayer 2ae39d7956 avcodec/truemotion2: fix integer overflows in tm2_low_chroma() 6 years ago
Michael Niedermayer 77bf85515e avcodec/truemotion2: Check huffman code max bits 6 years ago
Michael Niedermayer 4423085ca5 avcodec/truemotion2: Check len in tm2_read_stream() 7 years ago
Michael Niedermayer 79c6047c36 avcodec/truemotion2: Fix overflow in tm2_apply_deltas() 7 years ago
Michael Niedermayer f6304af234 avcodec/truemotion2: Propagate out of bounds error from GET_TOK() 7 years ago
Michael Niedermayer 56a53340ed avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK() 7 years ago
Michael Niedermayer 44874b4f5e avcodec/truemotion2: Fix integer overflows in tm2_high_chroma() 7 years ago
Michael Niedermayer 3c716682a8 avcodec/truemotion2: Move skip computation after checks 8 years ago
Michael Niedermayer c901627918 avcodec/truemotion2: Fix passing null pointer to memset() 8 years ago
Michael Niedermayer c9e884f3d9 avcodec/truemotion2: Fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int' 8 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 9ab1a3e283 truemotion2: Convert to the new bitstream reader 8 years ago
Michael Niedermayer 782c4ab4ed avcodec/truemotion2: Cleanup in case of tm2_read_stream() failure 9 years ago
Luca Barbato de41b555cd truemotion2: Fix the buffer check 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara e1ea365f7e truemotion2: Check memory allocation 10 years ago
Michael Niedermayer beec818d99 avcodec/truemotion2: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Michael Niedermayer bc3234062d avcodec/truemotion2: replace impossible condition by av_assert2 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Anton Khirnov 32f7cf9bc3 truemotion2: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö c39f7eba01 truemotion2: Use av_freep properly in an error path 11 years ago
Paul B Mahol 6e07bb3639 avcodec/truemotion2: use av_reallocp_array() and check return value 11 years ago
Paul B Mahol cd6241b5df avcodec/truemotion2: use av_calloc() & av_malloc_array() 11 years ago
Michael Niedermayer c54aa2fb0f avcodec/truemotion2: Fix av_freep arguments 11 years ago
Paul B Mahol d49f2603be truemotion2: check return value of av_malloc(z) 12 years ago
Paul B Mahol e999f2339a truemotion2: make code independent of sizeof(AVFrame) 12 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer 713dea584b truemotion2: use av_mallocz() 12 years ago
Michael Niedermayer e49c2aab80 truemotion2: clear the token array if its initialization fails. 12 years ago
Anton Khirnov 60a42ef44c truemotion2: cosmetics, reformat 12 years ago
Anton Khirnov df9036830b truemotion2: return meaningful error codes. 12 years ago