source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e985cfd1   13 years michaelni vc1dec: check end_mb_y / start_mb_y validity Found-by: Mateusz …
(edit) @c4ce8709   13 years michaelni flvdec: allocate large enough buffer so get_bits() doesnt overread …
(edit) @fa1b2c8e   13 years michaelni ffv1: attempt to workaround intel CC fate issue. Signed-off-by: …
(edit) @8dfb13ea   13 years michaelni adxdec: Check available space before decoding block. Found-by: …
(edit) @6d24fe2c   13 years michaelni segafilm: make the loop condition in film_read_packet() match the …
(edit) @ed66bbfc   13 years stefasab lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE; …
(edit) @4d84c7d   13 years michaelni yadif: fixed missing error handling for poll_frame. Signed-off-by: …
(edit) @3be0c86b   13 years michaelni sws: remove cliping in yuv2rgb code. This code should not be needed …
(edit) @689e59b7   13 years michaelni mov: reset dref_count on realloc to keep values consistent. This …
(edit) @35e0496a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: doc: …
(edit) @88a97d66   13 years michaelni indeo5: check for unsupported luma block type Found-by: Mateusz …
(edit) @fefc6567   13 years michaelni tiffdec: check overread for packbits Found-by: Mateusz "j00ru" …
(edit) @2837d8d   13 years michaelni alsdec: fix number of decoded samples in first sub-block in BGMC mode. …
(edit) @44c4170   13 years michaelni lzw: check for overread Found-by: Mateusz "j00ru" Jurczyk and Gynvael …
(edit) @a63c8137   13 years michaelni pngdec: check bits_per_pixel for palette mode. This fixes a out of …
(edit) @c7dc19d6   13 years michaelni png: make sure the previous frames dimensions match before using it as …
(edit) @a9e7e980   13 years nicolas.george error: ensure error codes are signed negative ints. Based on a patch …
(edit) @3118e3b1   13 years michaelni ff_lag_rac_init: fix signedness error leading to out of array read. …
(edit) @20335598   13 years michaelni qdm2_fft_decode_tones: fix infinite loop Found-by: Mateusz "j00ru" …
(edit) @1a974679   13 years michaelni qdm2: Check vlc_stage3_values index. Found-by: Mateusz "j00ru" …
(edit) @cb8f5194   13 years Carl Eugen Hoyos Set bits_per_coded_sample when encoding Microsoft Video-1. Fixes …
(edit) @8cb9f99e   13 years Carl Eugen Hoyos Support decoding unaligned rgb24 lagarith. Fixes ticket #1214.
(edit) @3892e784   13 years diego doc: Improve suggested Emacs settings for our coding style. Switch …
(edit) @b1096b6e   13 years michaelni xan: check for vector_segment overread Found-by: Mateusz "j00ru" …
(edit) @b962932c   13 years michaelni eatgv: check vector_bits Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @34123ab9   13 years nicolas.george tiny_psnr: reindent after last commit.
(edit) @e6f7e22d   13 years nicolas.george tiny_psnr: support unseekable raw files. If either one of the files …
(edit) @93927eb3   13 years michaelni ff_ivi_decode_blocks: fix negative scan_pos case. Fixes out of global …
(edit) @f0bf9e9c   13 years michaelni indeo: Check allocated tile size in ff_ivi_process_empty_tile() This …
(edit) @5ad7335e   13 years michaelni indeo5: check tile size in decode_mb_info(). This prevents writing …
(edit) @b7027685   13 years nicolas.george configure: add dependencies for colormatrix test.
(edit) @af388237   13 years michaelni indeo5: set transform_size like indeo4 does to prevent useage of too …
(edit) @0846719   13 years michaelni indeo4: check transform size. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @5a59d2c   13 years derek.buitenhuis utvideo: Remove unused variable 'src_size' Signed-off-by: Derek …
(edit) @5096399d   13 years derek.buitenhuis utvideo: Remove unused variable 'src_size' Signed-off-by: Derek …
(edit) @c788782c   13 years lu_zero mov: free memory on header parsing failure Call mov_read_close when …
(edit) @4ebd422c   13 years lu_zero mov: fix leaking memory with multiple drefs. Instead of allocating …
(edit) @7f77e904   13 years rsbultje swscale: clip before assigning tables in RGB output functions.
(edit) @48606252   13 years rsbultje swscale: fix off-by-one in second coefficient in bilinear filters. If …
(edit) @c3545764   13 years michaelni mpegvideo_enc: fix dts Fixes Ticket1200 Signed-off-by: Michael …
(edit) @7432bcfe   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @01bf2ad7   13 years michaelni indeo4: setup width/height properly. Found-by: Mateusz "j00ru" …
(edit) @0b27136   13 years michaelni matroskadec: fix null pointer dereference Fixes: Ticket1206 Found-by: …
(edit) @7bf9e339   13 years anton vsrc_buffer: fix check from 7ae7c41. The user submitted variable in …
(edit) @c42efad3   13 years michaelni wtvdec: fix name_size check to consider integer overflows. Found-by: …
(edit) @83c7803f   13 years michaelni lagarith: check count before writing zeros. Found-by: Mateusz "j00ru" …
(edit) @56dcfe87   13 years michaelni Clear residues only in not coded channel. This fixes overwriting coded …
(edit) @b44a5ec7   13 years Reimar.Doeffinger latmenc: replace per-frame malloc/free by constant size buffer. …
(edit) @d05625bd   13 years Reimar.Doeffinger avidec: handle 0-size packets that exist only in index. 0-sized …
(edit) @4c53c66a   13 years Reimar.Doeffinger mp3enc: clarify meaning of "Unsupported" messages. They will only …
(edit) @219a9ed1   13 years diego libxvid: Reorder functions to avoid forward declarations; make …
(edit) @7a0cb74   13 years diego libxvid: drop some pointless dead code
(edit) @64bd7f8e   13 years michaelni wmalosslessdec: Reset put bit buffer when num_saved_bits is reset. …
(edit) @dac79c27   13 years diego wmal: vertical alignment cosmetics Signed-off-by: Diego Biurrun …
(edit) @2e13f579   13 years diego wmal: Warn about missing bitstream splicing feature and ask for …
(edit) @9900dd2d   13 years diego wmal: Skip seekable_frame_in_packet. There is no point in storing the …
(edit) @07933b44   13 years diego wmal: Drop unused variable num_possible_block_size. This is probably …
(edit) @b3a43515   13 years michaelni wmalosslessdec: Fix reading too many bits in decode_channel_residues() …
(edit) @2a7063de   13 years michaelni wmalosslessdec: fix a get_bits(0) in decode_ac_filter Found-by: …
(edit) @a0abefb0   13 years michaelni wmalosslessdec: make mclms arrays big enough for whats written into …
(edit) @d442c446   13 years michaelni wmalosslessdec: Make arrays WMALL_BLOCK_MAX_SIZE big and check …
(edit) @9166f483   13 years michaelni wmaprodec: check min_samples_per_subframe Found-by: Mateusz "j00ru" …
(edit) @b28c678b   13 years michaelni wmaprodec; fix get_bits(0) case. Found-by: Mateusz "j00ru" Jurczyk …
(edit) @97a5addf   13 years michaelni wmaprodec: check num_vec_coeffs for validity Found-by: Mateusz …
(edit) @52ec2695   13 years michaelni lavf: print with debug level the byte positions before and after …
(edit) @91d3cbe0   13 years anton avfiltergraph: make the AVFilterInOut alloc/free API public This is …
(edit) @12e7e1d   13 years anton graphparser: allow specifying sws flags in the graph description.
(edit) @4e781c25   13 years anton graphparser: fix the order of connecting unlabeled links. Right now, …
(edit) @d7bcc71d   13 years anton graphparser: add avfilter_graph_parse2(). Unlike …
(edit) @7ae7c414   13 years anton vsrc_buffer: allow using a NULL buffer to signal EOF.
(edit) @cca95285   13 years michaelni mp3on4: allocate a large enough frame. Found-by: Mateusz "j00ru" …
(edit) @c41ac870   13 years michaelni avidec: update size when packet is shrunk Fixes out of array read …
(edit) @9206ac8   13 years rsbultje swscale: handle last pixel if lines have an odd width. Fixes bug 270.
(edit) @3f80546d   13 years Clément Bœsch lavfi/drawbox: fix width displayed in place of x.
(edit) @72b9537d   13 years michaelni dfa: Fix out of array write in decode_dds1() Found-by: Mateusz …
(edit) @d1c95d2c   13 years michaelni dfa: fix out of array write in decode_wdlt() Found-by: Mateusz …
(edit) @f5be7958   13 years mans qdm2: fix a dubious pointer cast This reworks a loop to get rid of an …
(edit) @680097cb   13 years martin WMAL: Do not try to read rawpcm coefficients if bits is invalid …
(edit) @accea4d9   13 years martin mov: Fix detecting there is no sync sample. Stss atom without entries …
(edit) @f346b6bb   13 years alex.converse tiffdec: K&R cosmetics
(edit) @367d9b29   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @cbf767a8   13 years lu_zero avf: has_duration does not check the global one Some container …
(edit) @b089ca87   13 years rsbultje dsputil: fix optimized emu_edge function on Win64. Recent register …
(edit) @ef0ee7f6   13 years diego swscale: K&R formatting cosmetics (part II) Also adjust some comments …
(edit) @90a43060   13 years alex.converse tiffdec: Add a malloc check and refactor another.
(edit) @99a33529   13 years alex.converse faxcompr: Check malloc results and unify return path
(edit) @62e5ef95   13 years michaelni av_image_alloc: Align the width to 8 when align >= 8. This allows …
(edit) @41a052a6   13 years michaelni cmdutils: fix "oswr may be used uninitialized" warning Signed-off-by: …
(edit) @2ec8789e   13 years michaelni avpicture_layout: use a endian independant format for the palette. …
(edit) @6555acad   13 years mans configure: escape colons in values written to config.fate The fields …
(edit) @84d74610   13 years michaelni mov: zero sc->pb in mov_read_close() Its bad to free things without …
(edit) @a6b3e6d0   13 years michaelni mov: Fix memory leaks on aborted header parsing. If mov_read_header …
(edit) @ab3fcd93   13 years michaelni mov: zero extradata_size on deallocation of extradata. This prevents …
(edit) @b5ada68e   13 years michaelni matroska: Fix leaking memory allocated for laces. During error …
(edit) @fd165a0b   13 years michaelni mov: Fix harmless OOB read. Convert key_off initialize to use the …
(edit) @a9d114dc   13 years michaelni pthread: Fix crash due to fctx->delaying not being cleared. corrects …
(edit) @de7f22ab   13 years rsbultje ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and …
(edit) @31168588   13 years rsbultje matroska: Fix leaking memory allocated for laces. During error …
(edit) @97ae3700   13 years rsbultje pthread: Fix crash due to fctx->delaying not being cleared. …
(edit) @27c2fb0f   13 years rsbultje vp3: Assert on invalid filter_limit values. Signed-off-by: Dale …
Note: See TracRevisionLog for help on using the revision log.