23352 Commits (4aa8503399d4fc4ad0bc90ca3c5977a0c1c511bf)

Author SHA1 Message Date
Michael Niedermayer 1672624ddc mpegvideo_enc: fix gray flag with 444 jpeg 12 years ago
Diego Biurrun ebc701993f x86: dsputil: Drop some unused function #defines 12 years ago
Diego Biurrun 845cfc92f9 x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext 12 years ago
Diego Biurrun 096cc11ec1 x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c 12 years ago
Martin Storsjö 31a23a0dc6 x86: dsputil_mmx: Remove leftover inline assembly fragments 12 years ago
Michael Niedermayer 997a36238f mpeg12: Detect MXF essence stuff at the end of frames 12 years ago
Michael Niedermayer c6d3b3be15 aacsbr: Silence warning: max_qmf_subbands may be used uninitialized in this function 12 years ago
Michael Niedermayer f6fff8e546 ac3enc_template: silence may be used uninitialized in this function warnings 12 years ago
Michael Niedermayer 5bcb379ffe motion-test: fix warning: dsp_mask is deprecated 12 years ago
Michael Niedermayer bfcc21a472 libavcodec/motion-test: set the bitexact flag 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun 76b19a3984 Fix a number of incorrect intmath.h #includes. 12 years ago
Justin Ruggles e951b6d94c vorbisdec: cosmetics: rename variable avccontext to avctx 12 years ago
Justin Ruggles 699d02b839 libschroedinger: cosmetics: rename variable avccontext to avctx 12 years ago
Justin Ruggles 09031b4639 vorbisenc: cosmetics: rename variable avccontext to avctx 12 years ago
slhck bfcc38ef48 libvpx: check if CQ level is in correct bounds 12 years ago
slhck 188947c32a libvpx: allow 0 as min quantizer value 12 years ago
Luca Barbato 23bd9ef4b2 vorbisdec: Accept 0 amplitude_bits 12 years ago
Luca Barbato 5b47c19bfd vorbisdec: Add missing checks 12 years ago
Luca Barbato fc386f2eea vorbisdec: cosmetics 12 years ago
Michael Niedermayer 11dcecfcca vorbisdec: Error on bark_map_size equal to 0. 12 years ago
Stefano Sabatini 5085b46496 lavc: change type of AVFrame.channels field from int64_t to int 12 years ago
Reimar Döffinger c65eb7907c mpeg12: Fix non-hwaccel VDPAU decode. 12 years ago
Diego Biurrun 3d035d5a6a dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation 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