40214 Commits (9f98a8e9bc9b669f348834908dce927a2a5d9b90)
 

Author SHA1 Message Date
Anton Khirnov 560f7774a4 avconv: make filtergraphs global. 13 years ago
Anton Khirnov 836ce90566 avconv: move filtered_frame from InputStream to OutputStream. 13 years ago
Anton Khirnov 6c9eac1998 avconv: don't set output width/height directly from input value. 13 years ago
Anton Khirnov e77c86629f avconv: move resample_{width,height,pix_fmt} to InputStream. 13 years ago
Anton Khirnov 9dced85426 avconv: remove a useless variable from OutputStream. 13 years ago
Anton Khirnov b7327887ea avconv: get output pixel format from lavfi. 13 years ago
Michael Niedermayer fefc65675e tiffdec: check overread for packbits 13 years ago
Thilo Borgmann 2837d8dc27 alsdec: fix number of decoded samples in first sub-block in BGMC mode. 13 years ago
Anton Khirnov 7af99a01c4 graphparser: fix the order in which unlabeled input links are returned. 13 years ago
Anton Khirnov 2e21526790 avconv: change {input,output}_{streams,files} into arrays of pointers. 13 years ago
Anton Khirnov ea9367e921 avconv: don't pass input/output streams to some functions. 13 years ago
Michael Niedermayer 44c4170c52 lzw: check for overread 13 years ago
Michael Niedermayer a63c813797 pngdec: check bits_per_pixel for palette mode. 13 years ago
Michael Niedermayer c7dc19d68f png: make sure the previous frames dimensions match before using it as reference 13 years ago
Nicolas George a9e7e98021 error: ensure error codes are signed negative ints. 13 years ago
Michael Niedermayer 3118e3b137 ff_lag_rac_init: fix signedness error leading to out of array read. 13 years ago
Michael Niedermayer 20335598f2 qdm2_fft_decode_tones: fix infinite loop 13 years ago
Michael Niedermayer 1a974679d0 qdm2: Check vlc_stage3_values index. 13 years ago
Carl Eugen Hoyos cb8f5194b3 Set bits_per_coded_sample when encoding Microsoft Video-1. 13 years ago
Carl Eugen Hoyos 8cb9f99e9f Support decoding unaligned rgb24 lagarith. 13 years ago
Diego Biurrun 3892e784f2 doc: Improve suggested Emacs settings for our coding style. 13 years ago
Michael Niedermayer b1096b6ee7 xan: check for vector_segment overread 13 years ago
Michael Niedermayer b962932cba eatgv: check vector_bits 13 years ago
Nicolas George 34123ab979 tiny_psnr: reindent after last commit. 13 years ago
Nicolas George e6f7e22d18 tiny_psnr: support unseekable raw files. 13 years ago
Michael Niedermayer 93927eb334 ff_ivi_decode_blocks: fix negative scan_pos case. 13 years ago
Michael Niedermayer f0bf9e9c2a indeo: Check allocated tile size in ff_ivi_process_empty_tile() 13 years ago
Michael Niedermayer 5ad7335eba indeo5: check tile size in decode_mb_info(). 13 years ago
Nicolas George b7027685b8 configure: add dependencies for colormatrix test. 13 years ago
Michael Niedermayer af38823709 indeo5: set transform_size like indeo4 does to prevent useage of too large transforms. 13 years ago
Michael Niedermayer 0846719dd1 indeo4: check transform size. 13 years ago
Derek Buitenhuis 5a59d2c40b utvideo: Remove unused variable 'src_size' 13 years ago
Derek Buitenhuis 5096399df2 utvideo: Remove unused variable 'src_size' 13 years ago
Dale Curtis c788782c7d mov: free memory on header parsing failure 13 years ago
Dale Curtis 4ebd422c04 mov: fix leaking memory with multiple drefs. 13 years ago
Ronald S. Bultje 7f77e9041a swscale: clip before assigning tables in RGB output functions. 13 years ago
Ronald S. Bultje 4860625236 swscale: fix off-by-one in second coefficient in bilinear filters. 13 years ago
Michael Niedermayer c354576457 mpegvideo_enc: fix dts 13 years ago
Michael Niedermayer 7432bcfe5a Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 01bf2ad735 indeo4: setup width/height properly. 13 years ago
Michael Niedermayer 0b27136c65 matroskadec: fix null pointer dereference 13 years ago
Anton Khirnov 7bf9e3391f vsrc_buffer: fix check from 7ae7c41. 13 years ago
Michael Niedermayer c42efad3c3 wtvdec: fix name_size check to consider integer overflows. 13 years ago
Michael Niedermayer 83c7803f55 lagarith: check count before writing zeros. 13 years ago
Jakub Stachowski 56dcfe87ef Clear residues only in not coded channel. This fixes overwriting coded residues with zeros if first channel is coded and second is not. 13 years ago
Reimar Döffinger b44a5ec76e latmenc: replace per-frame malloc/free by constant size buffer. 13 years ago
Reimar Döffinger d05625bd04 avidec: handle 0-size packets that exist only in index. 13 years ago
Reimar Döffinger 4c53c66a21 mp3enc: clarify meaning of "Unsupported" messages. 13 years ago
Diego Biurrun 219a9ed19e libxvid: Reorder functions to avoid forward declarations; make functions static. 13 years ago
Diego Biurrun 7a0cb74fee libxvid: drop some pointless dead code 13 years ago