22930 Commits (ad899522ffa7f0039e631b0408a36f23aa84c0e7)

Author SHA1 Message Date
Reimar Döffinger c65eb7907c mpeg12: Fix non-hwaccel VDPAU decode. 12 years ago
Paul B Mahol 7b12554c5a exr: make sure that data_size is not bigger than expected 12 years ago
Paul B Mahol 74a78bfe6c exr: simplify filling channel_buffer[] 12 years ago
Paul B Mahol 645f96f129 exr: check color channel subsampling too 12 years ago
Paul B Mahol 1a08758e7c exr: slice threading 12 years ago
Michael Niedermayer 5ecf8189c6 pnm: use av_pix_fmt_desc_get() 12 years ago
Michael Niedermayer 33796645dc loco: check the last plane too 12 years ago
Nicolas George ccc7bcc4fc lavc: check return values consistency when decoding subtitles. 12 years ago
Justin Ruggles d7c450436f ac3dec: validate channel output mode against channel count 12 years ago
Diego Biurrun 94ee7da08d Remove pointless av_cold attributes in header files 12 years ago
Kostya Shishkov b5f536d24b pnm: add high-bitdepth PGMYUV support for both encoder and decoder 12 years ago
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
John Van Sickle 2f325a6fd4 libx264: change i_qfactor to use x264cli's default 12 years ago
Anton Khirnov d8a74d1d95 qtrle: use AV_LOG_ERROR in an error message. 12 years ago
Anton Khirnov 7b4f91155b qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macro 12 years ago
Anton Khirnov e106592447 qtrle: add more checks against pixel_ptr being negative. 12 years ago
Anton Khirnov 4f3b058c84 cavs: initialize various context tables to 0 12 years ago
Anton Khirnov 0dff40bfb9 mlpdec: do not try to allocate a zero-sized output buffer. 12 years ago
Michael Niedermayer 23c9180c00 aacdec: Fix warning: initialization from incompatible pointer type 12 years ago
Anton Khirnov ddfe1246d9 flicvideo: avoid an infinite loop in byte run compression 12 years ago
Anton Khirnov 067432c1c9 loco: check that there is data left after decoding a plane. 12 years ago
Anton Khirnov de6dfa2bb8 lagarith: avoid infinite loop in lag_rac_refill() 12 years ago
Anton Khirnov 8097fc9a2d 4xm: check the return value of read_huffman_tables(). 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