158 Commits (1ae619e8ee1d4ae9d16820df75b8dd9dcbedd8cd)

Author SHA1 Message Date
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt e2c24e6a29 avcodec/internal: Move ff_reget_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 7a7295a8ce avcodec/truemotion2: Simplify creating VLC table 4 years ago
Andreas Rheinhardt 0339af05a4 avcodec/truemotion2: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 0302728c9e avcodec/truemotion2: Allocate buffers together 4 years ago
Andreas Rheinhardt fa1d105a6c avcodec/truemotion2: Cleanup generically on init failure 4 years ago
Andreas Rheinhardt 52cd5508cc avcodec/truemotion2: Remove redundant initializations 4 years ago
Andreas Rheinhardt 9eb22ca804 avcodec/truemotion2: Replace av_free() by av_freep() in AVCodec.close 4 years ago
Andreas Rheinhardt 5ff2ff6bd9 avcodec/truemotion2: Avoid duplicating array, fix memleak 5 years ago
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() 6 years ago
Michael Niedermayer cc78783ce5 avcodec/truemotion2: Fix multiple integer overflows in tm2_null_res_block() 6 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