24121 Commits (228ce3360607e81324942ea2ba31e24a356e5386)

Author SHA1 Message Date
Matt Wolenetz 252c0bfdc0 lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors) 12 years ago
Michael Niedermayer 1e00bbb10c avcodec/lcldec: Check that dimensions are a multiple of the subsample factors 12 years ago
Paul B Mahol 8671e995c8 imgconvert: silence "incompatible pointer type" warning 12 years ago
Michael Niedermayer f9db2fc84d cdgraphics: initialize buffer 12 years ago
Michael Niedermayer e6b6ae4695 vorbisdec: check codebook entry count 12 years ago
Andrey Utkin bc63a76083 pngenc: Add 'dpi', 'dpm' options 12 years ago
Paul B Mahol ae9ef151ad dpxenc: simplifiy code using AVPixFmtDescriptor 12 years ago
Paul B Mahol 22a038606c dpxenc: do not set coded_frame 12 years ago
Diego Biurrun 1399931d07 x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h 12 years ago
Diego Biurrun 245b76a108 x86: dsputil: Split inline assembly from init code 12 years ago
Diego Biurrun 46bb456853 x86: dsputil: Refactor pixels16 wrapper functions with a macro 12 years ago
Diego Biurrun f54b55058a configure: Rename cmov processor capability to i686 12 years ago
Claudio Freire e41cd3cdeb aacenc: Fix ticket #1784: erasure of surround channels 12 years ago
Michael Niedermayer 9a2153894f ffv1enc: fix 1000l typo 12 years ago
Michael Niedermayer b8a2331a70 ffv1: check for malloc failure. 12 years ago
Michael Niedermayer bd63f8f657 ffv1enc: Fix memleak 12 years ago
Michael Niedermayer 19411d32d4 ffv1enc: dont set coded_frame 12 years ago
Michael Niedermayer a0c0900e47 ffv1dec: Support frame threading with gop > 1 12 years ago
Michael Niedermayer 54602590d9 ffv1enc: Check the return value of ffv1_common_init() 12 years ago
Michael Niedermayer 69cfe63a43 ffv1: Switch to ThreadFrame 12 years ago
James Almer 67fad0d221 ADPCM IMA Radical decoder 12 years ago
James Almer 22c7784f60 adpcm_thp: Allow the use of extradata for the adpcm table 12 years ago
James Almer e7814ed839 ADPCM DTK decoder 12 years ago
Janne Grunau 94235f2ba2 indeo3: avoid writes without necessary alignment in copy_cell() 12 years ago
Christophe Gisquet 2c299d4165 x86: sbrdsp: implement SSE2 qmf_pre_shuffle 12 years ago
Michael Niedermayer 500220a8e8 mimic: Fix race condition 12 years ago
Paul B Mahol 13cb6ed3c4 takdec: simplify use of scalarproduct_int16 in decode_subframe() 12 years ago
Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 12 years ago
Diego Biurrun f243bf7aa2 x86: dsputil: Remove unused argument from QPEL_OP macro 12 years ago
Diego Biurrun 3d40c1ee74 x86: dsputil: Move TRANSPOSE4 macro to the only place it is used 12 years ago
Diego Biurrun 71469f3b63 x86: dsputil: Move constant declarations into separate header 12 years ago
Paul B Mahol 5c057433cc libswscale: GBRAP input & output and GBRAP16 input support 12 years ago
Christophe Gisquet fc37cd4333 x86: sbrdsp: force PIC addressing for Win64 12 years ago
Michael Niedermayer c67bca2b5a avcodec/mpegvideo: Fix edge emu with lowres 12 years ago
Michael Niedermayer bca50e5cd5 avcodec/mpegvideo: Fix block height for lowres 3 interlaced blocks 12 years ago
Diego Biurrun ed880050ed x86: dsputil: Group all assembly constants together in constants.c 12 years ago
Diego Biurrun 8761466760 x86: dsputil: Move ff_pd assembly constants to the only place they are used 12 years ago
Michael Niedermayer 9dd04f6d8c sanm: Check dimensions before use 12 years ago
Michael Niedermayer ad002e1a13 avcodec/cdgraphics: check buffer size before use 12 years ago
Michael Niedermayer ead590c256 dxa: check vectors of 2x2 motion blocks 12 years ago
Michael Niedermayer f96e0eb238 dxa: check vectors of 4x4 motion blocks 12 years ago
Michael Niedermayer 89d998f1c1 shorten: allocate space for padding 12 years ago
Diego Biurrun 1b343cedd7 x86: dsputil: Remove unused ff_pb_3F constant 12 years ago
Diego Biurrun 63bac48f73 x86: dsputil: Move rv40-specific functions where they belong 12 years ago
Diego Biurrun 3334cbec0a x86: dsputil: Remove unused MOVQ_BONE macro 12 years ago
Diego Biurrun 92f8e06ecb x86: dsputil hpeldsp: Move shared template functions into separate object 12 years ago
Diego Biurrun 7edaf4edb5 x86: rnd_template: Eliminate pointless OP_AVG macro indirection 12 years ago
Michael Niedermayer d23b8462b5 gifdec: reset previous Graphic Control Extension disposal type 12 years ago
Luca Barbato e55e8b2c36 lavc: do not leak frames in avcodec_decode_audio4 12 years ago
Gunther Piez acc4a7e5b3 Ticket #2540 Enable threading when using -c:v libx264rgb 12 years ago