24085 Commits (102848e3b6d6e87f0df2076d9273d0a815ae164a)

Author SHA1 Message Date
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
Anton Khirnov a97d8cc16e indeo3: use unaligned reads on reference blocks. 12 years ago
Carl Eugen Hoyos f381dc1d61 Support decoding of Lagarith frame type FRAME_SOLID_COLOR. 12 years ago
Matt Wolenetz 004779cc59 avcodec/utils: Fix leak by dereferencing audio frame when side data causes whole frame skip 12 years ago
Michael Niedermayer 974420a701 jpeg2000dec: fix memleaks in error cases in jpeg2000_decode_frame() 12 years ago
Janne Grunau 70f9661542 jpeg2000dec: initialize static data just once 12 years ago
Janne Grunau 45a1694fde jpeg2000dec: cleanup properly after decoding errors 12 years ago
Carl Eugen Hoyos 905e1e4b52 Cosmetics: Fix indentation and add braces after last commit. 12 years ago
Carl Eugen Hoyos 8b8fa09b65 vc1dec: Call ff_vdpau_vc1_decode_picture() once for each field. 12 years ago
Rainer Hochecker 06d8fdb660 Fix vdpau vc1 interlace modes also when using decoder vc1_vdpau. 12 years ago
Nicolas Bertrand a06f0cef5b jpeg2000: fix for uninitialized data errors in valgrind/memcheck 12 years ago
Michael Niedermayer 8cdf95d9b8 snow: add av_cold where appropriate 12 years ago
Michael Niedermayer d2bf8aecd3 j2kdec: frame multithreading support 12 years ago
Nicolas Bertrand 28816f9db8 jpeg2000: Fix uninitialized data errors pointed out by valgrind/memcheck 12 years ago
Carl Eugen Hoyos 76f43cbe26 Remove a superfluous include from libavcodec/options_table.h. 12 years ago
Diego Biurrun 110796739a x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.c 12 years ago
Diego Biurrun dc1b328d0d x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabled 12 years ago
Diego Biurrun 9e5e76ef9e x86: More specific ifdefs for dsputil/hpeldsp init functions 12 years ago
Michael Niedermayer 5a9e376049 h264: check mb_width/height 12 years ago
Michael Niedermayer edabbfbaf2 ff_h264_decode_seq_parameter_set: dont set h->sps 12 years ago
Michael Niedermayer 26482ae716 h264_sei/decode_picture_timing: do not depend on h->sps being set 12 years ago
Michael Niedermayer ccdaa31d86 ff_h264_decode_picture_parameter_set: fix return code 12 years ago
Michael Niedermayer dc35b77b28 ff_h264_decode_picture_parameter_set: use the correct sps 12 years ago
Diego Biurrun 2d5fd7886a bgmc: Do not mark ff_bgmc_decode_init() as av_cold 12 years ago
Diego Biurrun bd8ac88214 avcodec: Add av_cold attributes to end functions missing them 12 years ago
Carl Eugen Hoyos a07ac1f788 Fix type of shared flac table ff_flac_blocksize_table[]. 12 years ago
Rainer Hochecker fe1f36547d register AV_PIX_FMT_VDPAU for hwaccel 12 years ago
Rainer Hochecker b37cc5995b fix vdpau vc1 interlace modes 12 years ago
Michael Niedermayer cdfa1c89b7 avcodec: Set frame.width/height on all exit pathes of ff_get_buffer() 12 years ago
Michael Niedermayer a1f234be11 make the ordering of the return type and av_cold consistent 12 years ago
Reimar Döffinger d82729e5d9 Detect and skip mj2-style jp2c header. 12 years ago
Claudio Freire 1ef82cc60d AAC encoder: Fix rate control on twoloop. 12 years ago
Claudio Freire c545876d1b AAC encoder: Fixed a rounding bug in psy's channel bitrate computation. 12 years ago