23588 Commits (5ae484e350e4f1b20b31802dac59ca3519627c0a)

Author SHA1 Message Date
Michael Niedermayer 5ae484e350 evrcdec: use memmove() instead of memcpy() when regions can overlap. 12 years ago
Clément Bœsch 90a56ebbe5 lavc/gif: avoid encoding 0x0 images. 12 years ago
Michael Niedermayer 6998af4a40 avcodec/bitstream: check codes in ff_init_vlc_sparse() 12 years ago
Michael Niedermayer fb3e3808ae avcodec/bitstream: Check bits in ff_init_vlc_sparse() 12 years ago
Michael Niedermayer bdfe60c769 xan: Check for overlapping copies 12 years ago
Clément Bœsch 91a5b4d480 gif: remove outdated comments. 12 years ago
Clément Bœsch 8694e87127 lavc/gif: return more meaningful error code. 12 years ago
Clément Bœsch 71411b69a2 lavc/gif: merge two allocation checks. 12 years ago
Clément Bœsch 7b972d82b6 gif: reindent after previous commits. 12 years ago
Clément Bœsch e065e8a4ea lavc/gif: crop image when possible. 12 years ago
Clément Bœsch 635389ccfa Cleanse GIF muxer and encoder. 12 years ago
Michael Niedermayer 3220083c11 ra144: Try to fix int16/uint16 warnings from pgc 12 years ago
Anton Khirnov a0a872d073 indeo3: check motion vectors. 12 years ago
Anton Khirnov 34e6af9e20 indeo3: fix data size check 12 years ago
Anton Khirnov 66531d634e indeo3: switch parsing the header to bytestream2 12 years ago
Anton Khirnov 01d376f598 rv10: check that extradata is large enough 12 years ago
Anton Khirnov bac8d38c0a rv10: return meaningful error codes. 12 years ago
Anton Khirnov 69f6f03cd1 rv10: cosmetics, reformat 12 years ago
Anton Khirnov 34f87a5853 qdm2: check that the FFT size is a power of 2 12 years ago
Anton Khirnov ecff5acb5a svq1dec: clip motion vectors to the frame size. 12 years ago
Anton Khirnov b1bb8fb860 svq1dec: check that the reference frame has the same dimensions as the current one 12 years ago
Carl Eugen Hoyos fe1de12faf Remove two anonymous arrays. 12 years ago
Carl Eugen Hoyos 9802f56684 ass_split: Do not use the function name as a parameter name in a declaration. 12 years ago
Paul B Mahol c1fe41ed47 libaacpluc: remove unused code 12 years ago
Paul B Mahol 9429408cc1 sgirledec: remove unused headers 12 years ago
Paul B Mahol b05d8d4cf4 lavc: avcodec_open2(): pass context to av_log() 12 years ago
Michael Niedermayer bec402b502 mjpegdec: fix overlapping memcpy with upscale_v 12 years ago
Paul B Mahol 6575539176 libaacplus: support for float sample format 12 years ago
Michael Niedermayer 6b657ac788 avcodec/c93: Check for block overlap. 12 years ago
Paul B Mahol 0b06bd1c7a libaacplus: set supported profiles 12 years ago
Paul B Mahol 82082695de libaacplus: set supported channel_layouts 12 years ago
Paul B Mahol 97b2865aa2 libaacplus: remove FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
Michael Niedermayer 1557f34b10 dfa: support decoding version=1.0 12 years ago
Ronald S. Bultje 015821229f vp3: Use full transpose for all IDCTs 12 years ago
Martin Storsjö 5941978e71 vp3: bfin: Transpose the IDCTs 12 years ago
Ronald S. Bultje c46819f229 x86: Move constants to the only place where they are used 12 years ago
Martin Storsjö c0dcf89887 bfin: Match DEFUN_END macros to the right functions 12 years ago
Reimar Döffinger c10d498bfd Add thread-safe wrapper for get_format(). 12 years ago
Reimar Döffinger 8067f55edf Fix compilation on ARM with android gcc 4.7 12 years ago
Clément Bœsch 1e3104cd3c Add avpriv_dsputil_init() and use it in lavfi where relevant. 12 years ago
Michael Niedermayer ded2f187a2 avcodec: fix ignorecrop AVOption offset 12 years ago
Diego Biurrun a3cb865310 x86: dsputil: Move some ifdefs to avoid unused variable warnings 12 years ago
Diego Biurrun 2004c7c8f7 x86: dsputil: cosmetics: Remove two pointless variable indirections 12 years ago
Diego Biurrun c51a3a5bd9 x86: dsputil: Refactor some ff_{avg|put}_pixels function declarations 12 years ago
Diego Biurrun e027032fc6 x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable place 12 years ago
Diego Biurrun a89c05500f x86: h264qpel: int --> ptrdiff_t for some line_size parameters 12 years ago
Michael Niedermayer b3c3996212 avcodec: rename prores encoders 12 years ago
Paul B Mahol d185343687 libshine fixed point MP3 encoding support 12 years ago
Paul B Mahol 310bf28354 mss4: make code independent of sizeof(AVFrame) 12 years ago
Paul B Mahol b6d5a948f9 mss4: use init_get_bits8() 12 years ago