source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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 …
(edit) @119974b1   13 years justin.ruggles adpcm_ima_wav: process channel-interleaved blocks sequentially rather …
(edit) @7c287b18   13 years justin.ruggles adpcm: update reference links Add Multimedia Wiki link. Mark dead …
(edit) @ac94b8b   13 years justin.ruggles adpcm: simplify packet size bounds checking in the ADPCM IMA QT …
(edit) @de0b586a   13 years justin.ruggles adpcm: simplify and speed up several ADPCM decoders.
(edit) @5a9ed7c1   13 years justin.ruggles adpcm: pretty-print tables
(edit) @04b4353f   13 years michaelni g723.1: very minor simplify of gen_acb_excitation() Signed-off-by: …
(edit) @631eee6e   13 years michaelni g723.1: use MULL(a,b,15) for MULL2() idea by vitor Signed-off-by: …
(edit) @cb58adaa   13 years michaelni g723.1: simplify scale_vector() Signed-off-by: Michael Niedermayer …
(edit) @431f8af8   13 years michaelni g723.1: replace loop of normalize_bits( by av_log2() idea by vitor …
(edit) @6e50554   13 years michaelni g723.1: cleanup square_root() Signed-off-by: Michael Niedermayer …
(edit) @c02c52f   13 years michaelni g723.1_ use skip_bits1() Signed-off-by: Michael Niedermayer …
(edit) @fac3ac39   13 years michaelni g723.1: use get_bits1() Signed-off-by: Michael Niedermayer …
(edit) @11512367   13 years michaelni celp_math: cleanup ff_dot_product() based on code & idea by vitor …
(edit) @84f8aef4   13 years michaelni general.texi: we dont have a g729 encoder yet Signed-off-by: Michael …
(edit) @abd71130   13 years michaelni G.723.1 doc and change log entry
(edit) @f990dc37   13 years michaelni Add the G723.1 demuxer and decoder
(edit) @da43980f   13 years michaelni Add G.723.1 decoder data tables
(edit) @a82c6238   13 years michaelni Add dot_product function for use by the G.723.1 decoder
Note: See TracRevisionLog for help on using the revision log.