23824 Commits (cdfa1c89b715aff78c39e68957f4e181e887cb01)

Author SHA1 Message Date
Ronald S. Bultje 8db00081a3 x86: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 12 years ago
Ronald S. Bultje 28bc406c84 mjpeg: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje 1277dc07fb svq1enc: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje 2f6bc5f7c1 svq3: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje f4fed5a2f9 mpegvideo: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje 6caa44aa7d svq1: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje c10470035e mimic: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje 8071264f21 interplayvideo: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje 0f0a11d576 bink: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje 8f992dc8c7 indeo3: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje cb7ecb7563 vp56: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje 3bd062bf7f vp3: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje 68d8238cca hpeldsp: Add half-pel functions (currently copies of dsputil) 12 years ago
Michael Niedermayer 05b2c998c7 avcodec: Fix lowres handling in buffer allocation 12 years ago
Michael Niedermayer 42bcc4082d avcodec/mpegvideo_motion: Use a field from the current frame if the last is unavailable in DMV & 16x8 12 years ago
Christophe Gisquet 76c7277385 x86: sbrdsp: implement SSE2 hf_apply_noise 12 years ago
Clément Bœsch 380cfce2b2 lavc: add AV_CODEC_PROP_TEXT_SUB. 12 years ago
Anton Khirnov 5e83d9aced h264: fully support cropping. 12 years ago
Anton Khirnov a7f46586bf ff_get_buffer(): allocate the frame for max(coded,display) dimensions 12 years ago
Clément Bœsch 13478b270a gif: use only one graphic control extension block per image. 12 years ago
Clément Bœsch 7b80b3cef0 lavc/utils: merge side data after video encode. 12 years ago
Reimar Döffinger a39cd8766f Fix multithreaded MPEG-4 decoding. 12 years ago
Clément Bœsch 7c1a002c78 subtitles: introduce ASS codec id and use it. 12 years ago
Michael Niedermayer 23daee0dcc avcodec/mpegvideo_motion: Check P field references 12 years ago
Michael Niedermayer 4c8ce750ab svq3: use memmove to avoid overlap in memcpy. 12 years ago
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