40293 Commits (730af6e6170c8239bd7d25a2456a59faddd41de6)
 

Author SHA1 Message Date
Michael Niedermayer 31a45014f4 loco: fix 10l typo (missing case) 13 years ago
Michael Niedermayer 47f0beadba dsicinav: Check for overread in RLE decode. 13 years ago
Michael Niedermayer 71d3c25a7e smacker: Check get_vlc() return values. 13 years ago
Michael Niedermayer 8e77c3846e dcadec: fix global array overread. 13 years ago
Carl Eugen Hoyos bdeb54e176 Support decoding LOCO_CRGBA. 13 years ago
Michael Niedermayer 884efd4e09 indeo4: avoid storing invalid values in quant_mat. 13 years ago
Michael Niedermayer 474e31c904 4xmdemux: Check chunk size 13 years ago
Michael Niedermayer e74fa25cb9 omadec: check GEOB sizes against buffer size 13 years ago
Michael Niedermayer a10f71c1d6 vc1dec: add missing terminating element to mpeg4_video_profiles 13 years ago
Michael Niedermayer e985cfd18b vc1dec: check end_mb_y / start_mb_y validity 13 years ago
Michael Niedermayer c4ce870967 flvdec: allocate large enough buffer so get_bits() doesnt overread 13 years ago
Michael Niedermayer fa1b2c8e18 ffv1: attempt to workaround intel CC fate issue. 13 years ago
Diego Biurrun b553a425fb doc: Update sample Vim config with suitable (function) indentation settings. 13 years ago
Diego Biurrun a3dbd459ff dv: Merge dvquant.h into dvdata.c where all other DV tables reside. 13 years ago
Diego Biurrun 05afc5f57d dv: Move static tables only used in one place to where they are used. 13 years ago
Anton Khirnov aff01de641 graphparser: set next to NULL on an entry extracted from inputs list 13 years ago
Michael Niedermayer 8dfb13ea59 adxdec: Check available space before decoding block. 13 years ago
Michael Niedermayer 6d24fe2c3c segafilm: make the loop condition in film_read_packet() match the contents. 13 years ago
Robert Nagy ed66bbfcb9 lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE; 13 years ago
Robert Nagy 4d84c7ded6 yadif: fixed missing error handling for poll_frame. 13 years ago
Michael Niedermayer 3be0c86b97 sws: remove cliping in yuv2rgb code. 13 years ago
Michael Niedermayer 689e59b7ff mov: reset dref_count on realloc to keep values consistent. 13 years ago
Michael Niedermayer 35e0496a7b Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 88a97d660d indeo5: check for unsupported luma block type 13 years ago
Anton Khirnov 7ce118bae5 doc/filters: update documentation. 13 years ago
Anton Khirnov 9e8aae443b avconv: flush decoders immediately after an EOF. 13 years ago
Anton Khirnov 89605e4aa0 avconv: send EOF to vsrc_buffer. 13 years ago
Anton Khirnov 3e901cbc75 avconv: reindent. 13 years ago
Anton Khirnov 3b266da3d3 avconv: add support for complex filtergraphs. 13 years ago
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