22898 Commits (2d98dd3d142b5905852571a9c4c5d873945b2a37)

Author SHA1 Message Date
Michael Niedermayer c10c2aed47 h264: Silence warning: comparison of distinct pointer types lacks a cast 12 years ago
Michael Niedermayer 5270cb39ba bmp: Fix warning X may be used uninitialized in this function 12 years ago
Michael Niedermayer 23c9180c00 aacdec: Fix warning: initialization from incompatible pointer type 12 years ago
Malcolm Bechard 239b88c284 Improve QTRLE encoding performance, no change to output file size/content. 12 years ago
Paul B Mahol 89c77b6b15 exr: shorter channel buffer names 12 years ago
Paul B Mahol 7a930f310a exr: remove superfluous check 12 years ago
Paul B Mahol fefd4b0924 exr: cosmetics: reindent 12 years ago
Paul B Mahol 9c75c24de4 exr: check if line offset table is complete only once per frame 12 years ago
Paul B Mahol cc0bd78413 exr: support more line orders 12 years ago
Paul B Mahol 1178868683 exr: fix overflow check in lineoffset processing 12 years ago
Paul B Mahol 88d7259fd2 exr: merge multiple if () blocks 12 years ago
Paul B Mahol 3456891291 exr: check version too 12 years ago
Michael Niedermayer 6f77122bf5 aac: reconfigure output on pop 12 years ago
Michael Niedermayer 21f68528e3 aacdec: dont pop random configurations 12 years ago
Michael Niedermayer b16bf913d8 dxva2: move _WIN32_WINNT handling to public header 12 years ago
Michael Niedermayer 29436c1ab2 libavcodec/mips/aacsbr_mips: fix ;; 12 years ago
Mirjana Vulin 46d52a0b09 mips: optimization for float aac decoder (ps module) 12 years ago
Mirjana Vulin 8d2eb5fe58 mips: optimization for float aac decoder (sbr module) 12 years ago
Matt Wolenetz 82a4a4e7ca Fix Win64 AVX h264_deblock by not using redzone on Win64 12 years ago
Michael Niedermayer 04220b473e h264: ensure that get_format() is called when changing format but not otherwise. 12 years ago
Michael Niedermayer 8a6449167a avcodec_decode_audio4: check got_frame_ptr before handling initial skip 12 years ago
Michael Niedermayer 8036ba299d h264: move next/last picture init to decode_slice_header 12 years ago
Michael Niedermayer 669d50b445 ec: check that reference pictures have matching parameters before using them. 12 years ago
Michael Niedermayer bdeb61ccc6 h264: check that luma and chroma depth match 12 years ago
Matt Wolenetz 311443f6c7 x86: h264: Don't use redzone in AVX h264_deblock on Win64 12 years ago
Paul B Mahol 59015c1118 exr: constify s in rle_uncompress() 12 years ago
Paul B Mahol a3d890527e exr: reset compression in decode_frame() 12 years ago
Michael Niedermayer 551d8b58eb brender_pix: use a grayscale palette as fallback instead of a uninitialized one. 12 years ago
Michael Niedermayer 47e92153b6 mjpegdec: check for packed rgb mjpeg. 12 years ago
Carl Eugen Hoyos c4dc6c4c86 Fix bits_per_coded_sample when encoding png with frame-level multithreading. 12 years ago
Michael Niedermayer da7672b20a h264: Fix handling of changing reference counts between slices 12 years ago
Michael Niedermayer 039f55c803 h264: call alloc_scratch_buffers() only once linesize is known 12 years ago
Diego Biurrun a0a1ac0f09 dxva2: Add missing #define to make header compile standalone 12 years ago
Diego Biurrun 3e85b46ecf arm: vp8: Add missing #includes for header to compile standalone 12 years ago
u-bo1b@0w.se 8d1dd5bd50 cinepak: More correct Cinepak decoder. 12 years ago
Michael Niedermayer a3adbedf9b cinepak: simplify 12 years ago
u-bo1b@0w.se 4e635e10e2 cinepak: Use correct colorspace. 12 years ago
Michael Niedermayer f5c00b347d avcodec_align_dimensions2: Ensure cinepak has large enough buffers. 12 years ago
Michael Niedermayer c69315a5de cook: check js_subband_start for validity 12 years ago
Martin Storsjö 26ee5ca03d h264: Get rid of unnecessary casts 12 years ago
Michael Niedermayer a5153b1d16 shorten: Fix signedness of comparission 12 years ago
Michael Niedermayer ce153eef8f vc1dec: dont decode slices when the slice header failed to decode. 12 years ago
Ronald S. Bultje fae6fd5b87 h264/svq3: Stop using draw_edges 12 years ago
Ronald S. Bultje 7ebfb466ae h264: Don't store intra pcm samples in h->mb 12 years ago
Ronald S. Bultje 9918f57dcf get_bits: Return pointer to buffer that is the result of the alignment 12 years ago
Ronald S. Bultje 2ed008204d h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil 12 years ago
Ronald S. Bultje e5ffffe48d h264chroma: Remove duplicate 9/10 bit functions 12 years ago
Ronald S. Bultje f859678f3f vp56: Remove clear_blocks call, and clear alpha plane U/V DC only 12 years ago
Michael Niedermayer a34418c28e tiff: check bppcount 12 years ago
Michael Niedermayer 633f997479 bmp: check available space when reading palette 12 years ago