source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d8a1eb11   12 years michaelni wavpack: check the blocks sample count, fix out of array accesses …
(edit) @580021cf   12 years michaelni wavpack: check ch_offset Signed-off-by: Michael Niedermayer …
(edit) @e9cb533f   12 years michaelni flashv: check if keyframe is available, fix null deref. Found-by: …
(edit) @4b2f696d   12 years michaelni flashv: use avcodec_set_dimensions() Signed-off-by: Michael …
(edit) @0a373c31   12 years michaelni svq1dec: dont export the qscale table. SVQ1 has no qscales so the …
(edit) @7ab690bf   12 years michaelni indeo4: more complete check for the scan vs block sizes. Fixes out of …
(edit) @7581ad24   12 years Clément Bœsch lavc/aac: fix shared build failures with MSVC. This is a workaround …
(edit) @0e239b22   12 years michaelni xan: check size_segment before reading, fixes out of array read. …
(edit) @a9456c7c   12 years michaelni mjpegdec: tighten unescaped_buf_size size check, prevent null ptr …
(edit) @abe68364   12 years michaelni swfdec: check space before copy Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @d1493d2c   12 years michaelni theora: check that pix fmt is valid, fix null ptr deref Found-by: …
(edit) @9eef41b8   12 years michaelni lagarith: always allocate for 4 planes. Fixes out of array accesses …
(edit) @87c113f4   12 years onemda wv: use right function to read block_samples Signed-off-by: Paul B …
(edit) @c4338237   12 years michaelni 4xmdec: test version for cfrms, fix out of array accesses Found-by: …
(edit) @be818df   12 years michaelni wavpack: fix out of array access Found-by: Mateusz "j00ru" Jurczyk …
(edit) @0cbb31a2   12 years onemda adpcm: reindent after previous commit Signed-off-by: Paul B Mahol …
(edit) @e8a9b1a1   12 years onemda adpcm: ADPCM IMA SMJPEG stereo decoding Signed-off-by: Paul B Mahol …
(edit) @0baec57d   12 years onemda anm: return meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @4d60e505   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @8c0a14d2   12 years michaelni Merge commit '2b479bcab0a8365a7c094c5fa44b8cb6da9810d0' These patches …
(edit) @03b07872   12 years michaelni Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' * commit …
(edit) @da501ea8   12 years michaelni Merge commit '802713c4e7b41bc2deed754d78649945c3442063' * commit …
(edit) @faf340f6   12 years justin.ruggles binkaudio: set channel layout
(edit) @3a04c18d   12 years michaelni vc1dec: prevent null ptr dereferences. The added checks are in line …
(edit) @8e749733   12 years michaelni vc1dec: factorize srcU/V offseting out Signed-off-by: Michael …
(edit) @b5f4836f   12 years michaelni vc1: check image height, fix division by 0 Found-by: Mateusz "j00ru" …
(edit) @8824a9ed   12 years michaelni mpeg12: clean current picture ptr. This avoids having a stray pointer …
(edit) @3a7f0081   12 years Clément Bœsch lavfi: remove mp=geq filter. Native geq video filter is now available.
(edit) @8eecbaf5   12 years Clément Bœsch lavfi: add geq filter.
(edit) @3704804c   12 years Clément Bœsch lavf/assenc: add non strict ts flag. ASS can have several events at …
(edit) @2b3597f0   12 years Clément Bœsch lavfi: remove mp=fixpts filter. lavfi/f_setpts.c should allow …
(edit) @84aed3fa   12 years Clément Bœsch lavfi: remove mp=tile filter. The native tile video filter is now …
(edit) @a8afb08   12 years Clément Bœsch fate/lavfi: increase vf tile coverage.
(edit) @11ed12c2   12 years Clément Bœsch doc/filters: complete tile documentation.
(edit) @75820120   12 years Clément Bœsch lavfi/tile: extend shorthand parameters. This makes the syntax …
(edit) @4a90e712   12 years Clément Bœsch lavfi/tile: add nb_frames option.
(edit) @ecfaff35   12 years Clément Bœsch lavfi/tile: add margin and padding options.
(edit) @aa5a0290   12 years Clément Bœsch lavfi/tile: allow named arguments.
(edit) @5aedee4f   12 years michaelni gxf: avoid null ptr deref without streams. Found-by: Mateusz "j00ru" …
(edit) @c8712443   12 years michaelni proresdec: check input size before reading qmats, prevent overreading. …
(edit) @2b479bca   12 years diego build: Drop AVX assembly ifdefs An assembler able to cope with AVX …
(edit) @97bf7c0   12 years diego doc: git-howto: Leave reviewers time to react before pushing patches
(edit) @b8e8a07c   12 years diego x86: Require an assembler able to cope with AVX instructions All …
(edit) @7faa1776   12 years michaelni dsicinav: update bitmap_frame_size, avoid out of array reads. …
(edit) @a903f8f0   12 years justin.ruggles Include libavutil/channel_layout.h instead of libavutil/audioconvert.h …
(edit) @5980f5dd   12 years justin.ruggles lavu: rename audioconvert.* to channel_layout.* and deprecate …
(edit) @26452e24   12 years michaelni snow: fix edge emu switch Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @b7b7e234   12 years michaelni msmpeg4dec: check w/h, prevent assert failure later Found-by: Mateusz …
(edit) @192db16b   12 years michaelni segafilm: fix division by 0 Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @f1d6f013   12 years michaelni omadec: fix len check in nprobe() prevent out of array access …
(edit) @44c23aa   12 years michaelni zmbvdec: check decompression buffer size. Found-by: Mateusz "j00ru" …
(edit) @3ba58433   12 years michaelni diracdec: check wavelet depth, prevent out of array read. Found-by: …
(edit) @8c414534   12 years michaelni libvorbisdec: dont try to update an empty que Signed-off-by: Michael …
(edit) @0a4087b8   12 years michaelni diracdec: Use only one frame per reference Prevents null ptr …
(edit) @802713c4   12 years kostya.shishkov mss2: prevent potential uninitialized reads The alternative to …
(edit) @6d93308c   12 years kostya.shishkov mss2: reindent after last commit
(edit) @b077eb07   12 years kostya.shishkov mss2: fix handling of unmasked implicit WMV9 rectangles …
(edit) @e5e1a06e   12 years anton configure: add lavu dependency to lavr/lavfi .pc files
(edit) @c0aff406   12 years stefasab doc/Makefile: generate library headers with the correct section number
(edit) @6f78ba8b   12 years michaelni electronic arts: support rare samples containing adpcm_ea_r1 audio …
(edit) @d168fcb6   12 years michaelni electronicarts: use av_log_ask_for_sample Reviewed-by: Paul B Mahol …
(edit) @039f4ff4   12 years michaelni h264: 2nd try at getting sm2v working Signed-off-by: Michael …
(edit) @def8588f   12 years michaelni dwt_yasm/vertical_compose: fix width witdth argument. Fixes out of …
(edit) @bec37935   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @514910fb   12 years stefasab doc: add libavfilter.texi With some re-wording by Alexander Strasser …
(edit) @598546e1   12 years stefasab doc: add libavutil.texi With some fixes and better wording by …
(edit) @f0d124f0   12 years diego x86inc: Set program_name outside of x86inc.asm This reduces the local …
(edit) @c1947015   12 years onemda smackaud: return meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @2a374f06   12 years onemda targa: return more meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @7dab48bb   12 years michaelni diracdec: allocate enough space for blocks Found-by: Mateusz "j00ru" …
(edit) @dca2fa10   12 years michaelni diracdec: fix edge emulation check, fixes out of array reads …
(edit) @991f6bf9   12 years michaelni h264: Support SMV2 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @a39d3614   12 years michaelni h264_refs: Print default in case we are missing a reference. …
(edit) @d7da4d47   12 years michaelni mxfdec: avoid double free and leaks. Found-by: Mateusz "j00ru" …
(edit) @c2ca0163   12 years michaelni matroskadec: check h in generic rm packet shuffler Fixes crash …
(edit) @1f41cff   12 years michaelni mjpegdec: check SE. Found-by: Mateusz "j00ru" Jurczyk and Gynvael …
(edit) @e56b0984   12 years Clément Bœsch lavf/srtenc: ignore invalid timed packets instead of failing. This …
(edit) @a1e093a6   12 years michaelni alac: fix bps check Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @47ca2487   12 years michaelni lavfi/avcodec: check that injected avframes use a supported channel …
(edit) @a150bad4   12 years michaelni lavfi/avcodec: check avfilter_copy_frame_props() return code …
(edit) @304a1ed   12 years michaelni mips: Add dependencies on HAVE_INLINE_ASM Add dependencies on …
(edit) @2d71f31d   12 years michaelni lag_read_prob_header: fix out of array access Found-by: Mateusz …
(edit) @b53f8971   12 years michaelni alac: Check channel indexes more completely, fix out of array …
(edit) @3920d138   12 years michaelni alac: fix integer overflow leading to subsequent out of array …
(edit) @fd4f4923   12 years michaelni alac: fix nb_samples < order case Found-by: Mateusz "j00ru" Jurczyk …
(edit) @6cd79604   12 years diego x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macros
(edit) @eb3dc23   12 years michaelni mov: Make sure no streams after the header lack a timescale. Fixes …
(edit) @cc5c2ef0   12 years michaelni riff: add SMV2 FourCC for H264 sample: …
(edit) @2ce64413   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @b56ff0b2   12 years Carl Eugen Hoyos Allow forcing a frame size in bytes for image2pipe. This allows …
(edit) @f91f049a   12 years Carl Eugen Hoyos Add yuv4xxp12 and yuv4xxp14 pixel formats to y4m encoder and decoder. …
(edit) @8b67ec77   12 years michaelni pictordec: fill any unset portion of the image Fixes ticket #1710
(edit) @49c2f2d5   12 years michaelni riff: add GXVE FourCC for WMV2 sample: …
(edit) @dab70c6   12 years michaelni ivi_common: check ref_tile size, fix out of array accesses Found-by: …
(edit) @a93c7ca6   12 years michaelni ivi_common: more MV Checks, fixes out of array reads Found-by: …
(edit) @c63e76ba   12 years michaelni ebml_read_binary: use fast_padded_malloc() Fixes out of array …
(edit) @4b60fac4   12 years diego x86: PALIGNR: port to cpuflags
(edit) @98b37700   12 years michaelni twinvq: make ibps check unsigned Signed-off-by: Michael Niedermayer …
(edit) @4d1f69f2   12 years diego x86: h264_qpel_10bit: port to cpuflags
(edit) @2fbb37b5   12 years michaelni iff/ilbm: check remaining buffer size. Found-by: Mateusz "j00ru" …
Note: See TracRevisionLog for help on using the revision log.