source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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 …
(edit) @76538d7a   13 years rsbultje h264: fix 10bit biweight functions after recent x86inc.asm fixes. …
(edit) @2b8374e9   13 years alex.converse ffv1: Fix size mismatch in encode_line.
(edit) @73b7437f   13 years alex.converse movenc: Remove a dead initialization
(edit) @e9dc6164   13 years michaelni vp3: Assert on invalid filter_limit values. Signed-off-by: Dale …
(edit) @bd3ea317   13 years michaelni ffmpeg: Compensate non monotonicity errors in the audio TSs. Audio …
(edit) @ca19862d   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @5eeecde8   13 years stefasab lavfi/mp: remove 2xsai wrapped filter It was ported to a native …
(edit) @b7a7830d   13 years stefasab lavfi: port 2xsai filter from libmpcodecs Partially based on the port …
(edit) @e21dac3a   13 years stefasab examples/decoding_encoding: remove unused variable "size" Remove …
(edit) @162e4004   13 years stefasab lavfi: install asrc_abuffer.h header The header is part of the public …
(edit) @6048fd2   13 years diego git-howto: Explain how to avoid Windows line endings in git checkouts.
(edit) @baaab606   13 years diego build: Move all arch OBJS declarations into arch subdirectory Makefiles.
(edit) @4561feb4   13 years Reimar.Doeffinger vorbisdec: use correct channels variable. All code should use the …
(edit) @d1a58afb   13 years Reimar.Doeffinger latmenc: validate extradata size. Fixes potential out-of-bounds …
(edit) @9540476   13 years Reimar.Doeffinger latmenc: simplify using avpriv_copy_bits. Signed-off-by: Reimar …
(edit) @eb24def4   13 years Reimar.Doeffinger latmenc: Document assumptions when copying the AAC header. …
(edit) @0c1e9c2d   13 years Reimar.Doeffinger latmenc: copy pce config from proper location. For the FATE test …
(edit) @912a838e   13 years Reimar.Doeffinger latmenc: fix muxing of byte-aligned DSE. This will only work for DSEs …
(edit) @18e8fef7   13 years diego libxvid: remove disabled code
(edit) @8274b21c   13 years michaelni ffmpeg: fix ticks_per_frame for the avi stream copy case Should not …
(edit) @e8c63981   13 years michaelni ratecontrol: Use ticks_per_frame to calculate fps. Signed-off-by: …
(edit) @3b00fd59   13 years michaelni wmalosslessdec: Reset residues to 0 if they were not decoded from …
(edit) @9f3e781   13 years mans qdm2: make a table static const Signed-off-by: Mans Rullgard …
(edit) @9ffe8ee7   13 years mans qdm2: simplify bitstream reader setup for some subpacket types …
(edit) @a31787ee   13 years mans qdm2: use get_bits_left() Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @9e938d22   13 years michaelni msmpeg4enc: fix stored fps value Signed-off-by: Michael Niedermayer …
(edit) @75b38674   13 years michaelni lavf: compute_pkt_fields, limit the pts upcorrection to mpeg The pts …
(edit) @733cf0ad   13 years nicolas.george ffmpeg: add -benchmark_all option.
(edit) @81a9d32f   13 years nicolas.george ffmpeg: move getutime to the start of the file.
(edit) @7bb3a302   13 years diego build: Consistently handle conditional compilation for all …
(edit) @2ef15b46   13 years diego avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics
(edit) @0cd17a62   13 years michaelni mjpeg: fix crash with lowres and flipped images Fixes Ticket1155 …
Note: See TracRevisionLog for help on using the revision log.