source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @68ca49dc   13 years nicolas.george fate: libavutil tests do not require SAMPLES.
(edit) @b0e7321c   13 years nicolas.george parseutils: include errors in test output.
(edit) @788a60d9   13 years michaelni ffmpeg: make max frames work again, after merge Signed-off-by: …
(edit) @56b9d9b5   13 years michaelni vf_thumbnail: colorspace changed from yv12 to rgb Not fully …
(edit) @9bf41341   13 years michaelni fate: fix vp8 size change regression Signed-off-by: Michael …
(edit) @5cd460ba   13 years michaelni vsrc_buffer: fix null ptr segfault Signed-off-by: Michael Niedermayer …
(edit) @0d115d77   13 years michaelni avfiltergraph: More advanced heuristic to select colorspace. This …
(edit) @128fa12   13 years michaelni fate: gif: change checksum to bgr8 from rgb8 as thats what gets …
(edit) @84cd3729   13 years michaelni imgconvert: fix regression with fate-gif colorspaces. Signed-off-by: …
(edit) @052ab208   13 years michaelni ffmpeg: fix regression with jpeg pix fmts Signed-off-by: Michael …
(edit) @89f86379   13 years michaelni ffmpeg: fix regression with png Signed-off-by: Michael Niedermayer …
(edit) @8a28fa01   13 years michaelni ffmpeg: choose_pix_fmt: pass target fmt in Signed-off-by: Michael …
(edit) @47787831   13 years michaelni Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29' * commit …
(edit) @dcd207c4   13 years nicolas.george matroskadec: use av_grow_packet in merge_packets. It ensures that the …
(edit) @1a65d50e   13 years Reimar.Doeffinger mem.c: fix wrong comment. Overwriting the av_malloc etc. functions is …
(edit) @071292b8   13 years Reimar.Doeffinger Respect -copyinkf for subtitles. Necessary to make it possible to …
(edit) @4a95876f   13 years Reimar.Doeffinger Add skip_to_keyframe stream variable. This replaces the matroskadec …
(edit) @4fa706a4   13 years michaelni svq3: check the watermark height. Fixes division by 0 Found-by: …
(edit) @efe1ba7   13 years michaelni diracdec: check lowdelay bytes. Fixes division by zero Found-by: …
(edit) @a30165c4   13 years michaelni omadec: make sample rate table large enough to prevent out of array …
(edit) @c963189b   13 years michaelni g729dec: initialize pitch_delay_int_prev to the minimum valid value. …
(edit) @31a45014   13 years michaelni loco: fix 10l typo (missing case) Found-by: Clément Bœsch …
(edit) @47f0bead   13 years michaelni dsicinav: Check for overread in RLE decode. Found-by: Mateusz "j00ru" …
(edit) @71d3c25a   13 years michaelni smacker: Check get_vlc() return values. Fixes out of array reads …
(edit) @8e77c384   13 years michaelni dcadec: fix global array overread. Found-by: Mateusz "j00ru" Jurczyk …
(edit) @bdeb54e1   13 years Carl Eugen Hoyos Support decoding LOCO_CRGBA. Fixes a part of ticket #1222.
(edit) @884efd4e   13 years michaelni indeo4: avoid storing invalid values in quant_mat. Fixes a global …
(edit) @474e31c9   13 years michaelni 4xmdemux: Check chunk size Fixes over reading the header array …
(edit) @e74fa25c   13 years michaelni omadec: check GEOB sizes against buffer size Found-by: Mateusz …
(edit) @a10f71c1   13 years michaelni vc1dec: add missing terminating element to mpeg4_video_profiles …
(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) @3b266da3   13 years anton avconv: add support for complex filtergraphs.
(edit) @560f7774   13 years anton avconv: make filtergraphs global. This is the first step towards …
(edit) @836ce905   13 years anton avconv: move filtered_frame from InputStream to OutputStream. It more …
(edit) @6c9eac19   13 years anton avconv: don't set output width/height directly from input value. …
(edit) @e77c866   13 years anton avconv: move resample_{width,height,pix_fmt} to InputStream. This is …
(edit) @9dced854   13 years anton avconv: remove a useless variable from OutputStream.
(edit) @b7327887   13 years anton avconv: get output pixel format from lavfi. This way we don't require …
(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) @7af99a01   13 years anton graphparser: fix the order in which unlabeled input links are returned.
(edit) @2e215267   13 years anton avconv: change {input,output}_{streams,files} into arrays of pointers. …
(edit) @ea9367e9   13 years anton avconv: don't pass input/output streams to some functions. They are …
(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 …
Note: See TracRevisionLog for help on using the revision log.