source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @667d9818   13 years anton doc/avconv: add forgotten output/per-stream info to -filter
(edit) @3460dd8   13 years anton avconv: add -stats option to enable/disable printing encoding progress
(edit) @c6007065   13 years anton avconv: in output_packet() don't set decoded_data_size for video. …
(edit) @515901fa   13 years anton avconv: remove pointless always true condition
(edit) @11fdb7e1   13 years anton avconv: factorize common code in transcode_init()
(edit) @282847ba   13 years mans zmbv: remove memcpy() of decoded frame Signed-off-by: Mans Rullgard …
(edit) @2f329db9   13 years mans mpeg12enc: use sign_extend() function Signed-off-by: Mans Rullgard …
(edit) @60f10e0a   13 years mans h264pred: use unsigned types for pixel values, fix signed overflows …
(edit) @4d1418c   13 years mans h264: fix signed overflows in x*0x01010101 expressions Signed-off-by: …
(edit) @d66b9dec   13 years mans h264pred: remove unused variables Signed-off-by: Mans Rullgard …
(edit) @a31e9f68   13 years mans lavf: fix signed overflow in avformat_find_stream_info() On the first …
(edit) @bb591566   13 years mans vp8: fix signed overflows In addition to avoiding undefined …
(edit) @e708afd3   13 years mans motion_est: fix some signed overflows Signed-off-by: Mans Rullgard …
(edit) @559c244d   13 years mans dca: fix signed overflow in shift Signed-off-by: Mans Rullgard …
(edit) @d1229430   13 years mans aacdec: fix undefined shifts Since nnz can be zero, this is needed to …
(edit) @a00676e   13 years janne-libav bink: Check for various out of bound writes Signed-off-by: Janne …
(edit) @24adf783   13 years janne-libav bink: Check for out of bound writes when building tree Signed-off-by: …
(edit) @ac6eab14   13 years mans put_bits: fix invalid shift by 32 in flush_put_bits() If …
(edit) @98ef887a   13 years alex.converse mpegps: Use av_get_packet() instead of poorly emulating it.
(edit) @c2f2dfb3   13 years janne-libav motionpixels: decode only the 111 complete frames for fate …
(edit) @9bd854b1   13 years janne-libav mpc8: Check out of bound bands limit Signed-off-by: Janne Grunau …
(edit) @7d17a794   13 years janne-libav xan: Prevent NULL dereference with missing palette Signed-off-by: …
(edit) @3db3fdf4   13 years janne-libav xan: Check for out of bound reads in xan_huffman_decode() …
(edit) @3e0757c2   13 years janne-libav xan: Fixed out of bound accesses in xan_unpack() Signed-off-by: Janne …
(edit) @1cd0a551   13 years janne-libav motionpixels: Prevent calling init_vlc() with invalid parameters …
(edit) @5f05cf4e   13 years janne-libav shorten: Fix out of bound writes in fix_bitshift() The data pointers …
(edit) @17206032   13 years janne-libav dsicinav: Check for out of bounds writes Signed-off-by: Janne Grunau …
(edit) @64263dd5   13 years janne-libav tiertexseqv: Check for out of bound reads Signed-off-by: Janne Grunau …
(edit) @4fd56f84   13 years janne-libav quickdraw: Check for out of bound reads Signed-off-by: Janne Grunau …
(edit) @e3ca9b93   13 years janne-libav dsicinav: Check for out of bounds reads Signed-off-by: Janne Grunau …
(edit) @210c8033   13 years janne-libav motionpixels: Fix the size of workspace buffers Some buffers must be …
(edit) @d337dd3   13 years janne-libav motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of …
(edit) @d99427c   13 years janne-libav wmavoice: Check for corrupted extra data Signed-off-by: Janne Grunau …
(edit) @1c1449b5   13 years janne-libav wmavoice: Check for out of bound writes Signed-off-by: Janne Grunau …
(edit) @06be075c   13 years janne-libav xan: Prevent NULL dereferences with missing reference frame …
(edit) @c7e63198   13 years janne-libav bink: Prevent NULL dereferences with missing reference frame …
(edit) @2c6cf139   13 years janne-libav wavpack: Reset internal state on corrupted blocks …
(edit) @2c1ba799   13 years janne-libav wmapro: Validate the number of audio channels before using it …
(edit) @1e3336de   13 years janne-libav mpc8: Fix return value on EOF Signed-off-by: Janne Grunau …
(edit) @95010d18   13 years janne-libav shorten: Prevent block size from increasing Signed-off-by: Janne …
(edit) @124a16f6   13 years janne-libav xan: Prevent out of bound accesses Signed-off-by: Janne Grunau …
(edit) @14c21c1f   13 years anton H264: Only wait before triggering ff_thread_setup_complete() until the …
(edit) @a72cad0a   13 years janne-libav vp6: Reset the internal state when aborting key frames header parsing …
(edit) @3d09d001   13 years janne-libav vp56: Release old pictures after a resolution changes Signed-off-by: …
(edit) @066fff75   13 years janne-libav vp6: Check for huffman tree build errors Signed-off-by: Janne Grunau …
(edit) @0ec6d6e9   13 years janne-libav vp56: Check for missing reference frame data Signed-off-by: Janne …
(edit) @d239d4b4   13 years janne-libav cinepak: Fix invalid read access on extra data Signed-off-by: Janne …
(edit) @c0cbe36b   13 years janne-libav vmd: fix segfaults on corruped streams Signed-off-by: Janne Grunau …
(edit) @3a742470   13 years janne-libav cook: Fix js_vlc_bits value validation for joint stereo …
(edit) @1775b92f   13 years janne-libav segafilm: Check for memory allocation failures in segafilm demuxer. …
(edit) @762ffa68   13 years janne-libav segafilm: Fix potential division by 0 on corrupted streams in the …
(edit) @790f4dd5   13 years janne-libav Fixed segfault on corrupted sega streams in the demuxer. …
(edit) @69a0bce7   13 years janne-libav Fixed deference of NULL pointer in motionpixels decoder. Some of the …
(edit) @d97efd7f   13 years anton libx264: support 9- and 10-bit output.
(edit) @4418aa9c   13 years rsbultje h264: correct implicit_weight for field-interlaced pictures.
(edit) @330deb75   13 years rsbultje mpegvideo: set correct offset for edge emulation buffer. Using the …
(edit) @0884dd5a   13 years rsbultje mpegvideo: fix position of bottom edge. It was wrong in colorspaces …
(edit) @e83c2dde   13 years diego Fix 'heigth' vs. 'height' typos.
(edit) @a4ea00d   13 years anton lavc/lavf: use unique private classes. This is needed by the new …
(edit) @0ba1e197   13 years anton lavc: use designated initializers for av_codec_context_class
(edit) @dd376b1a   13 years justin.ruggles qcelpdec: cosmetics: do not add line break before opening bracket in …
(edit) @e43dd3d2   13 years justin.ruggles qcelp: check output buffer size before decoding
(edit) @bde25700   13 years justin.ruggles qcelpdec: fix the return value of qcelp_decode_frame(). …
(edit) @1b5a189f   13 years justin.ruggles sipr: fix the output data size check and only calculate it once.
(edit) @12bd8532   13 years diego Synchronize various 4CCs and codec tags from FFmpeg.
(edit) @7d49f79f   13 years justin.ruggles qdm2: check output buffer size before decoding
(edit) @5a19acb1   13 years justin.ruggles Fix out of bound reads in the QDM2 decoder. Signed-off-by: Michael …
(edit) @291d74a4   13 years justin.ruggles Check for out of bound writes in the QDM2 decoder. Signed-off-by: …
(edit) @fc2dd2c7   13 years justin.ruggles ogg/celt: do not set sample_fmt in the demuxer
(edit) @60df6b00   13 years anton id3v2: remove pointless casts
(edit) @d2961e4e   13 years anton id3v2: read TXXX frames with two calls to decode_str() instead of one. …
(edit) @1e18d32d   13 years anton id3v2: don't discard the whole tag when encountering empty frames. …
(edit) @24ec9ac4   13 years anton libvpx: fix build with older libvpx versions. …
(edit) @6308729e   13 years mans ARM: check for inline asm 'y' operand modifier support The inline asm …
(edit) @5674d4b   13 years justin.ruggles mpc8: check output buffer size before decoding
(edit) @8290d1f3   13 years justin.ruggles mpc7: return error if packet is too small.
(edit) @c8b5c4d2   13 years justin.ruggles mpc7: check output buffer size before decoding
(edit) @fac6b7f9   13 years justin.ruggles nellymoserdec: allocate float_buf only when decoding to int16
(edit) @32b48446   13 years justin.ruggles nellymoserdec: use NELLY_BUF_LEN instead of 128
(edit) @ded0800d   13 years justin.ruggles nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.
(edit) @84464b2e   13 years justin.ruggles nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.
(edit) @8b31c086   13 years justin.ruggles nellymoser: check output buffer size before decoding
(edit) @0e5cc174   13 years lu_zero win32: improve threading algorithm warning If no threading is …
(edit) @b036a718   13 years anton lavc: add video/audio/encoding flags to global_quality option
(edit) @6450f26c   13 years anton libvpxenc: use libvpx's own defaults for some parameters …
(edit) @e3eb015b   13 years anton vpxenc: add private options Make libvpx support close to the libx264 …
(edit) @08bd22a6   13 years justin.ruggles dpcm: return error if packet is too small
(edit) @0354fb7e   13 years justin.ruggles dpcm: use smaller data types for static tables
(edit) @5a54d510   13 years justin.ruggles dpcm: use sol_table_16 directly instead of through the DPCMContext.
(edit) @f47f7ef   13 years justin.ruggles dpcm: replace short with int16_t
(edit) @8d77d12a   13 years justin.ruggles dpcm: check to make sure channels is 1 or 2.
(edit) @4bad464e   13 years justin.ruggles dpcm: misc pretty-printing
(edit) @1de8401c   13 years justin.ruggles dpcm: remove unnecessary variable by using bytestream functions. Uses …
(edit) @fc6faee0   13 years justin.ruggles dpcm: move codec-specific variable declarations to their corresponding …
(edit) @989bb7bd   13 years justin.ruggles dpcm: consistently use the variable name 'n' for the next input byte.
(edit) @04b24cf   13 years justin.ruggles dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2. Uses …
(edit) @76db17dc   13 years justin.ruggles dpcm: calculate and check actual output data size prior to decoding.
(edit) @3db8db40   13 years justin.ruggles dpcm: factor out the stereo flag calculation
(edit) @b09c7eef   13 years justin.ruggles dpcm: cosmetics: rename channel_number to ch Make the code easier to read.
(edit) @f5e717f3   13 years anton avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected …
Note: See TracRevisionLog for help on using the revision log.