24121 Commits (228ce3360607e81324942ea2ba31e24a356e5386)

Author SHA1 Message Date
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
Michael Niedermayer 369a120826 xbmdec: fix off by one error in scanf() 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Michael Niedermayer c40f51e15b h264: Always decode MMCOs into temprary array 12 years ago
Michael Niedermayer c7a7605656 wmaprodec: Fix null pointer dereference in decode_frame() 12 years ago
Michael Niedermayer e9e207ece7 dfa: Put our pointer check back. 12 years ago
Hendrik Leppkes d18341fb11 aacdec: free frame buffer if no audio was decoded 12 years ago
Michael Niedermayer f18d2dff11 evrcdec: fix sign error 12 years ago
Michael Niedermayer 64819bfc7a snow: Fix off by 1 error in reference picture management 12 years ago
Michael Niedermayer e756635964 eamad: Check against minimum supported dimensions 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Christophe Gisquet 4a7af92cc8 sbrdsp: Unroll and use integer operations 12 years ago
Christophe Gisquet 8394d9a676 sbrdsp: Unroll sbr_autocorrelate_c 12 years ago
Christophe Gisquet 5a97469a4f x86: sbrdsp: Implement SSE2 qmf_deint_bfly 12 years ago
Michael Niedermayer d29f9f4a0e vc1dec: fix lutuv use in vc1_mc_4mv_chroma4() 12 years ago
Michael Niedermayer 7e30bfcb91 vc1dec: Fix mixed field/frame intensity compensation 12 years ago
Michael Niedermayer 90c2e40ebb vc1dec: vc1_mc_4mv_chroma4: match addressing between compensation and MC 12 years ago
Michael Niedermayer 2ee29b5fb9 avcodec: move lowres down with the next ABI bump and add accessors 12 years ago
Masaki Tanaka accde1bd87 vc1_parser: Set field_order. 12 years ago