source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @409a3bda   13 years stefasab lavfi: add blackdetect filter Address trac ticket #901.
(edit) @37fca5da   13 years michaelni mmvideo: fix overreads of the input buffer. Found-by: Mateusz "j00ru" …
(edit) @999d38f3   13 years michaelni dsicinvideo: validate buffer offset before copying pixels. Found-by: …
(edit) @2b693546   13 years michaelni truemotion2: check motion vectors for validity Fixes out of array …
(edit) @39a3a53b   13 years michaelni pngdec: validate length. Fixes out of array reading. Found-by: …
(edit) @337fa0db   13 years michaelni lavf: Do not compute the packet duration based on the bitrate if the …
(edit) @b8afbbca   13 years michaelni lavf: factor out determinable_frame_size() Signed-off-by: Michael …
(edit) @15c6be8c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @f972193a   13 years Carl Eugen Hoyos Support RGBA64 as input colour space. Mostly fixes ticket #503, …
(edit) @d33a091c   13 years michaelni ffm options should also set discard automatically. commit …
(edit) @8f1bb3d5   13 years michaelni wc4: fix out of chroma LUT reads Found-by: Mateusz "j00ru" Jurczyk …
(edit) @cd0cfdc   13 years michaelni pcm-mpeg: Check for valid bps. The code only supports 16 and 24 bps …
(edit) @b7beabab   13 years justin.ruggles tiertexseq: set correct block_align for audio
(edit) @f9cf91d8   13 years justin.ruggles tiertexseq: set audio stream start time to 0 Update FATE test to …
(edit) @0883109b   13 years justin.ruggles voc/avs: Do not change the sample rate mid-stream. Also, set the time …
(edit) @4da374f8   13 years justin.ruggles segafilm: use the sample rate as the time base for audio streams
(edit) @ea289186   13 years justin.ruggles ea: fix audio pts The time base is 1 / sample_rate, not 90000. …
(edit) @01be6fa9   13 years justin.ruggles psx-str: fix audio pts Each packet has 18 sectors with 224/channels …
(edit) @d0ab5850   13 years justin.ruggles vqf: set packet duration Fixes timestamp calculation. The FATE …
(edit) @101c369b   13 years justin.ruggles tta demuxer: set packet duration
(edit) @0b8b7db0   13 years justin.ruggles mpegaudio_parser: do not ignore information from the first parsed …
(edit) @6776a8f1   13 years justin.ruggles mpegaudio_parser: be less picky about the start position …
(edit) @5a9b952   13 years justin.ruggles thp: set audio packet durations
(edit) @5602a464   13 years justin.ruggles avcodec: add a Vorbis parser to get packet duration This also allows …
(edit) @737ca448   13 years justin.ruggles vorbisdec: read the previous window flag for long windows When …
(edit) @f83687bc   13 years michaelni mpegts: fix stack array overread in read_sl_header() Found-by: …
(edit) @4a310a19   13 years michaelni mpegts: prevent get_bits64() from reading nonsense at the end. …
(edit) @d629f3ed   13 years michaelni cook: check that category is smaller than 8 This fixes some out of …
(edit) @e732d0f6   13 years michaelni mpeg-ts: fix handling of size=0 SL headers. Found-by: Mateusz "j00ru" …
(edit) @c6810d98   13 years michaelni MAINTAINERS: add 0.10 to the releases, seems ive forgotten it. …
(edit) @b2792a43   13 years nicolas.george lavc: unify similar code merged from both branches.
(edit) @07fb7682   13 years nicolas.george vsrc_testsrc: free option values.
(edit) @eb6b6d7f   13 years nicolas.george vsrc_life: free option values.
(edit) @f8210f89   13 years nicolas.george vf_fade: free type when overwriting it.
(edit) @7fb6c92   13 years anton lavc: free the output packet when encoding failed or produced no output.
(edit) @e42e9b0e   13 years anton lavc: preserve avpkt->destruct in ff_alloc_packet(). Also, don't …
(edit) @c179c9e1   13 years anton lavc: clarify the meaning of AVCodecContext.frame_number.
(edit) @c266eb19   13 years michaelni arm: Fix 10l typo Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @23a5bf9d   13 years michaelni bluray protocol Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @70b5583b   13 years michaelni kvmc: Fix out of reference frame reads. Found-by: Mateusz "j00ru" …
(edit) @81d4b3af   13 years michaelni qpeg: fix overreads. qpeg should probably be changed to use the …
(edit) @4299dfa5   13 years michaelni qpeg: Fix out of array writes. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @aaa1173d   13 years michaelni srtdec: fix a format string vulnerability. Signed-off-by: Michael …
(edit) @e42b5362   13 years michaelni Remove duplicate initializers for VDA_VLD and GBR24P. Noticed by the …
(edit) @1aa70898   13 years alex.converse mpegts: Pad the packet buffer in handle_packet(). This allows it to …
(edit) @4df36969   13 years alex.converse mpegts: Do not call read_sl_header() when no bytes remain in the …
(edit) @268098d8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (29 …
(edit) @689f6512   13 years michaelni simple_idct: idct_4col_put: Fix out of array reads. Found-by: Mateusz …
(edit) @422e3a74   13 years michaelni rawdec: fix input overread. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @9d87374e   13 years rsbultje amrwb: remove duplicate arguments from extrapolate_isf(). Prevents …
(edit) @e7b43e8e   13 years michaelni truemotion1: Check input buffer size against header size. Fixes …
(edit) @a3f5ee29   13 years michaelni mjpeg: Check for interlaced progressive frames Fixes null pointer …
(edit) @0af48e29   13 years michaelni snow: check reference frame indices. Fixes NULL ptr dereference …
(edit) @154b8bb   13 years rsbultje amrwb: error out early if mode is invalid. Prevents using the invalid …
(edit) @291c9b6   13 years rsbultje h264: change underread for 10bit QPEL to overread. This prevents us …
(edit) @9c239f6   13 years rsbultje matroska: check buffer size for RM-style byte reordering. Found-by: …
(edit) @45549339   13 years rsbultje vp8: disable mmx functions with sse/sse2 counterparts on x86-64. …
(edit) @bd66f073   13 years rsbultje vp8: change int stride to ptrdiff_t stride. On 64bit platforms with …
(edit) @349b7977   13 years rsbultje wma: fix invalid buffer size assumptions causing random overreads. …
(edit) @9d25f1f6   13 years diego Windows Media Audio Lossless decoder Decodes 16-bit WMA Lossless …
(edit) @8fdd93ea   13 years michaelni huffyuv: pad classic huffman tables so as to avoid bitreader overread. …
(edit) @64c58f14   13 years michaelni vc1: mquant is not allowed to be 0 Fixes out of bounds read. Checked …
(edit) @9243ec4a   13 years alex.converse rv10/20: Fix slice overflow with checked bitstream reader.
(edit) @71db86d5   13 years alex.converse h263dec: Disallow width/height changing with frame threads. Fixes …
(edit) @2f652853   13 years alex.converse rv10/20: Fix a buffer overread caused by losing track of the remaining …
(edit) @1697c29d   13 years alex.converse rmdec: Honor .RMF tag size rather than assuming 18.
(edit) @b087ce2b   13 years martin g722: Fix the QMF scaling This fixes clipping if the encoder input …
(edit) @56bf24ad   13 years anton r3d: don't set codec timebase. It's not supposed to be set by …
(edit) @e93d911e   13 years michaelni h263: fix zygo debug printing overreading. Found-by: Mateusz "j00ru" …
(edit) @d964db57   13 years michaelni wmadec: fix off by 1 error on the pow_tab index check. Fixes global …
(edit) @a5bf9b35   13 years michaelni timefilter: better selftest code. Add support for divergence …
(edit) @ec3cd74f   13 years michaelni h261: check mtype. Fixes out of array read Found-by: Mateusz "j00ru" …
(edit) @efec3bc6   13 years anton electronicarts: set timebase for tgv video. The container has no …
(edit) @e39400c3   13 years anton electronicarts: parse the framerate for cmv video.
(edit) @1bb3990b   13 years anton ogg: don't set codec timebase Demuxers are not supposed to set it.
(edit) @1d3144c   13 years anton electronicarts: don't set codec timebase Demuxers are not supposed to …
(edit) @10a6e0c3   13 years anton avs: don't set codec timebase Demuxers are not supposed to set it. …
(edit) @f604eab3   13 years kostya.shishkov wavpack: Fix an integer overflow Integer Overflow Checker detected an …
(edit) @0b90db01   13 years michaelni lavf: fix update_initial_durations() so it handles missing durations …
(edit) @83c418e6   13 years michaelni wavpack: Fix an integer overflow Integer Overflow Checker detected an …
(edit) @d91912ef   13 years michaelni fate: Add sunrast regression test Signed-off-by: Derek Buitenhuis …
(edit) @7a7b1f5c   13 years michaelni roqvideodec: improve end of input buffer check This fixes a out of …
(edit) @36697be1   13 years diego swscale: K&R formatting cosmetics for PowerPC code (part II/II)
(edit) @c05e2be   13 years alex.converse mp3dec: Fix reading file size and frames in VBRI headers The fields …
(edit) @1eb7f39c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @1c4717be   13 years diego mjpegdec: use correct variable in av_log invocation …
(edit) @75c553eb   13 years diego rmdec: adjust printf format string specifier to fix warning …
(edit) @324deaa2   13 years diego Replace AVFrame pointer type punning by proper struct member assignments.
(edit) @47c0ac96   13 years diego Replace AVFrame pointer casts by proper struct member accesses.
(edit) @562b6c74   13 years diego Remove unnecessary AVFrame pointer casts.
(edit) @2f4b476e   13 years diego msmpeg4: Split encoding backend code off from general backend code.
(edit) @eb727387   13 years anton lavc: shrink encoded video packet size after encoding. Based on a …
(edit) @75d11b55   13 years michaelni vc1: avoid reading beyond the last line in vc1_draw_sprites() Fixes …
(edit) @0ce4fe48   13 years rsbultje h264: error out on invalid bitdepth. Fixes invalid reads while …
(edit) @cc412b71   13 years alex.converse aacsbr: use a swap index for the Y matrix rather than copy buffers. …
(edit) @dc945b1f   13 years michaelni eatgq: Pass error code from tgq_decode_mb() and let the caller fail. …
(edit) @32f0c658   13 years michaelni vc1: fix out of array reads in vc1_inv_trans_4x4_c() Found-by: …
(edit) @80c702ef   13 years michaelni vc1: fix out of array reads in vc1_inv_trans_4x8_c() Found-by: …
(edit) @af796ba4   13 years michaelni vc1: fix out of array reads in vc1_inv_trans_8x4_c() Found-by: …
(edit) @63c9de64   13 years rsbultje huffyuv: do not abort on unknown pix_fmt; instead, return an error. …
Note: See TracRevisionLog for help on using the revision log.