source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c2b7f774   13 years michaelni h264: check for invalid bit depth value. Signed-off-by: Michael …
(edit) @27d3361e   13 years michaelni h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][] …
(edit) @bcf881a6   13 years michaelni h264: fix the check for invalid SPS:num_ref_frames. This patch set …
(edit) @2428b53f   13 years michaelni h264: do not let invalid values in h->ref_count on …
(edit) @db5b4875   13 years michaelni Reject video with non multiple of 16 width/height in the 4xm decoder. …
(edit) @2a9046c   13 years stefasab vf_lut.c: fix wrong syntax in example
(edit) @91492bd1   13 years stefasab lavfi: remove usage of deprecated av_opt_set_defaults2() function …
(edit) @f8a4075e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @0a19b4b0   13 years michaelni 4xm decoder: fix data size for i2 frames. Signed-off-by: Michael …
(edit) @1008f639   13 years michaelni 4xm decoder: print some error messages in case of errors. …
(edit) @9c661e95   13 years michaelni Check for out of bound accesses in the 4xm decoder. Signed-off-by: …
(edit) @b399cbfb   13 years michaelni Prevent block size from inreasing in the shorten decoder. …
(edit) @581898ae   13 years michaelni Check for out of bound reads in PTX decoder. Signed-off-by: Michael …
(edit) @e1d5bbeb   13 years michaelni Fix the check for missing references in ff_er_frame_end() for H264. …
(edit) @90a69b2   13 years michaelni Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary …
(edit) @4a8ff063   13 years michaelni Prevent NULL dereference when the huffman table is invalid in the 4xm …
(edit) @a1876e00   13 years michaelni Fix use of uninitialized memory in 4X Technologies demuxer. …
(edit) @8c851ef5   13 years michaelni h264: increase ref_poc size to 32 as it can be per field. …
(edit) @3af2de76   13 years michaelni h264: set unused ref_counts to 0 as a precautionary meassure. …
(edit) @78f08c06   13 years michaelni ff_dot_product(): change return value to int64_t Idea-by: Vitor …
(edit) @edf1a8e3   13 years michaelni g729dec: initialize bit reader with the correct buffer size …
(edit) @41597194   13 years michaelni g723.1_data: remove unneeded L Found-by: Vitor Signed-off-by: Michael …
(edit) @c9c7a776   13 years michaelni h264: try reading SPS with wrong escaping, it sometimes works better …
(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) @fe70c1f4   13 years michaelni g729dec: prevent out of array access Signed-off-by: Michael …
(edit) @9cb9e39c   13 years michaelni avienc: Add a limit on the number of skiped frames muxed in a row. …
(edit) @8447703c   13 years michaelni vf_scale.c: propagate error code Signed-off-by: Michael Niedermayer …
(edit) @ef74ab20   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (34 …
(edit) @5ca5d432   13 years michaelni Fix out of bound reads/writes in the TIFF decoder. Signed-off-by: …
(edit) @4a7876c   13 years michaelni Check for out of bound writes in the QDM2 decoder. Signed-off-by: …
(edit) @491eaf35   13 years michaelni Fix out of bound reads in the QDM2 decoder. Signed-off-by: Michael …
(edit) @346876ec   13 years michaelni Fix out of bound reads due to integer overflow in the ADPCM IMA …
(edit) @a5d46235   13 years michaelni Check for out of bound reads in the Electronic Arts CMV decoder. …
(edit) @113d7be6   13 years michaelni Prevent NULL dereferences when missing the reference frame in the …
(edit) @e9064c9   13 years michaelni Fix potential pointer arithmetic overflows in the Electronic Arts CMV …
(edit) @39993860   13 years michaelni Prevent infinite loop in the ANM decoder. Signed-off-by: Michael …
(edit) @d39d7122   13 years michaelni Fix double free on error in Deluxe Paint Animation demuxer. …
(edit) @7afe9e56   13 years michaelni Check for out of bound reads in AVS decoder. Signed-off-by: Michael …
(edit) @5d44c061   13 years michaelni Check for out of bound writes in the avs demuxer. Signed-off-by: …
(edit) @1cce7def   13 years michaelni Check for corrupted data in avs demuxer. Signed-off-by: Michael …
(edit) @834b3760   13 years michaelni swresample: check for invalid sample formats. Bug-Found-by: Justin …
(edit) @2a93f28a   13 years michaelni avformat_free_context: favor av_freep() Signed-off-by: Michael …
(edit) @3b6c0ba3   13 years michaelni oggenc: favor av_freep() Signed-off-by: Michael Niedermayer …
(edit) @17d51938   13 years michaelni swr_test: test planar audio Signed-off-by: Michael Niedermayer …
(edit) @a75b254c   13 years michaelni swr: minor fixes to get planar audio working Signed-off-by: Michael …
(edit) @7322483d   13 years michaelni mpegvideo: increase emu edge buffer size This fixes a crash with 422 …
(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) @812010c1   13 years Reimar.Doeffinger Remove unused variable. Signed-off-by: Reimar Döffinger …
(edit) @f5e717f3   13 years anton avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected …
(edit) @e81e5e8a   13 years martin lavf: Avoid using av_malloc(0) in av_dump_format On OS X, …
(edit) @bcb15554   13 years janne-libav dxva2_h264: pass the correct 8x8 scaling lists Copy the Inter 8x8 …
(edit) @3b0e2428   13 years michaelni lavf/utils: Drop old hack for implicit HE-AAC signaling. It has not …
(edit) @bf5d46d8   13 years mans dca: NEON optimised high freq VQ decoding Signed-off-by: Mans …
(edit) @53d5c463   13 years michaelni doc: add swresample doc Signed-off-by: Michael Niedermayer …
(edit) @78972a69   13 years michaelni lavf/utils: ignore subtitle timestamps in timings calculation …
(edit) @6326afd   13 years justin.ruggles avcodec: reject audio packets with NULL data and non-zero size There …
(edit) @dacf0766   13 years michaelni fix memory leak in oggenc Signed-off-by: Michael Niedermayer …
(edit) @f65c6f75   13 years michaelni Enable multithreding when decoding with libopenjpeg Signed-off-by: …
(edit) @125ea3ee   13 years michaelni Warn the user if lowres > max_lowres, set lowres to max_lowres and …
(edit) @dcce09d6   13 years janne-libav dxva: Add ability to enable workaround for older ATI cards The …
(edit) @d4a544cb   13 years janne-libav latmenc: Set latmBufferFullness to largest value to indicate it is not …
(edit) @f42b319   13 years michaelni Fix out of bound writes in fix_bitshift() of the shorten decoder. The …
(edit) @c3299726   13 years michaelni g729: dont force all cpu optims to off but override just the one that …
(edit) @8045af65   13 years michaelni ppc: fix usage of dsp_mask Signed-off-by: Michael Niedermayer …
(edit) @30ba924b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: dca: …
(edit) @5d7e3d7   13 years michaelni Check for out of bound reads in the Tiertex Limited SEQ decoder. …
(edit) @62234a4d   13 years michaelni Fix the size of workspace buffers in the motion pixels decoder. Some …
(edit) @e60619f9   13 years michaelni Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary …
(edit) @3035c403   13 years michaelni Check for out of bounds writes in the Delphine Software International …
(edit) @8e5f093c   13 years michaelni Check for out of bounds reads in the Delphine Software International …
(edit) @44e2f0c3   13 years michaelni Check for out of bound reads in the QuickDraw decoder. Signed-off-by: …
(edit) @9714a78b   13 years michaelni Revert "general.texi: we dont have a g729 encoder yet" This reverts …
(edit) @68bbaac7   13 years michaelni fate: only test 10seconds of the g729 data, the reference files are …
(edit) @9cff6d9e   13 years michaelni libstagefright: change Libav to FFmpeg in copyright header with …
(edit) @96b07641   13 years michaelni fate: g729 test Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @0f68a2bc   13 years michaelni g723_1_demuxer: rco is also a commonly used extension. Signed-off-by: …
(edit) @e571305a   13 years baptiste.coudurier mov: Only touch extradata in mov_read_extradata() if codec_id is what …
(edit) @c8b83595   13 years michaelni Check for out of bound reads in xan_huffman_decode() of the xan …
(edit) @7afe2380   13 years tempn add LJ2K and LJ2C to jpeg2000 decoder works on …
(edit) @e562fbd0   13 years justin.ruggles adpcm: move codec-specific variable declarations to the sections for …
(edit) @9662539c   13 years justin.ruggles adpcm: check buffer size in Funcom ISS decoder before reading header. …
(edit) @ba5d2890   13 years justin.ruggles adpcm: simplify reading of Funcom ISS frame header.
(edit) @5c9eb4fa   13 years justin.ruggles adpcm: check buffer size in IMA DK4 decoder before reading header. …
(edit) @a57ea1a8   13 years justin.ruggles adpcm: simplify reading of IMA DK4 frame header.
(edit) @8114f94a   13 years justin.ruggles adpcm_ms: clean up reading of predictor coefficients
(edit) @943f4db5   13 years justin.ruggles adpcm_4xm: process planar packets sequentially rather than …
Note: See TracRevisionLog for help on using the revision log.