18234 Commits (50d67d951c161b1a6fa144d333daa1acc2c1fb1c)

Author SHA1 Message Date
Justin Ruggles adbf61ff8a libopencore-amr: do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles 0efa4073bf alsdec: do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles 9524cf79df avcodec: add av_get_audio_frame_duration() function. 13 years ago
Justin Ruggles 6699d07480 avcodec: add av_get_exact_bits_per_sample() function 13 years ago
Michael Niedermayer c7048036db cook: fix return statements. 13 years ago
Michael Niedermayer 0a7bf34042 wmaenc: change some asserts to av_assert0. 13 years ago
Michael Niedermayer 0d92e5a682 wmaenc: add assert to check encode_superframe() return. 13 years ago
Michael Niedermayer c99bd29462 Revert "wmaenc: check final frame size against output packet size" 13 years ago
Fabian Greffrath c9dbac36ad Fix format string vulnerability detected by -Wformat-security. 13 years ago
Mans Rullgard 356ee8d7de x86: clean up ff_dsputil_init_mmx() 13 years ago
Michael Niedermayer 1007a805a4 smc: Fix overread. 13 years ago
Michael Niedermayer 263bb6edcf bit_depth_template: use av_clip_uint8 over crop_tab. 13 years ago
Michael Niedermayer e75518e18d indeo3: move MV check up. 13 years ago
Michael Niedermayer ccb76ad91f cook: check decouple values. 13 years ago
Michael Niedermayer 33a183df46 indeo3: Fix overreading requant_tab. 13 years ago
Michael Niedermayer 56ffa3fefb indeo3: Check motion vectors. 13 years ago
Anton Khirnov 44fe77b350 lavc: make codec_is_decoder/encoder() public. 13 years ago
Anton Khirnov 02beb9826b lavc: deprecate AVCodecContext.sub_id. 13 years ago
Michael Niedermayer d8d1fbbd7f dsicinav: fix 10l bug introduced in 999d38f3a9 13 years ago
Michael Niedermayer 52807022ab pcm-mpeg: fix 10l condition flip 13 years ago
Michael Niedermayer 37fca5daa0 mmvideo: fix overreads of the input buffer. 13 years ago
Ronald S. Bultje 999d38f3a9 dsicinvideo: validate buffer offset before copying pixels. 13 years ago
Kostya Shishkov 4db4b53dc8 proresenc: give user a possibility to alter some encoding parameters 13 years ago
Justin Ruggles 1ba08c94f5 vorbisenc: add output buffer overwrite protection 13 years ago
Justin Ruggles fe78470a8b libopencore-amrnbenc: fix end-of-stream handling 13 years ago
Justin Ruggles b0350c1c30 ra144enc: fix end-of-stream handling 13 years ago
Justin Ruggles 29e2c85310 nellymoserenc: zero any leftover packet bytes 13 years ago
Justin Ruggles 6c7a01621c nellymoserenc: use proper MDCT overlap delay 13 years ago
Michael Niedermayer 2b693546ad truemotion2: check motion vectors for validity 13 years ago
Michael Niedermayer 39a3a53b66 pngdec: validate length. 13 years ago
Aneesh Dogra 3e9cd8b4b0 qpeg: Use bytestream2 functions to prevent buffer overreads. 13 years ago
Ronald S. Bultje b4188f0d46 vp8: convert simple loopfilter x86 assembly to use named arguments. 13 years ago
Ronald S. Bultje 8476ca3b4e vp8: convert idct x86 assembly to use named arguments. 13 years ago
Ronald S. Bultje 21ffc78fd7 vp8: convert mc x86 assembly to use named arguments. 13 years ago
Ronald S. Bultje 28170f1a39 vp8: convert loopfilter x86 assembly to use cpuflags(). 13 years ago
Ronald S. Bultje e25be47154 vp8: convert idct/mc x86 assembly to use cpuflags(). 13 years ago
Justin Ruggles 51ddf35c90 wmaenc: fix m/s stereo encoding for the first frame 13 years ago
Justin Ruggles 8ed7488ea3 wmaenc: return s->block_align instead of recalculating it 13 years ago
Justin Ruggles 5d652e063b wmaenc: check final frame size against output packet size 13 years ago
Justin Ruggles dfc4fdedf8 wmaenc: require a large enough output buffer to prevent overwrites 13 years ago
Justin Ruggles 1ec075cfec wmaenc: limit allowed sample rate to 48kHz 13 years ago
Justin Ruggles c2b8dea182 wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE 13 years ago
Michael Niedermayer 8f1bb3d598 wc4: fix out of chroma LUT reads 13 years ago
Michael Niedermayer cd0cfdc0a7 pcm-mpeg: Check for valid bps. 13 years ago
Justin Ruggles 0b8b7db01b mpegaudio_parser: do not ignore information from the first parsed frame 13 years ago
Michael Niedermayer 6776a8f189 mpegaudio_parser: be less picky about the start position 13 years ago
Justin Ruggles 5602a464c9 avcodec: add a Vorbis parser to get packet duration 13 years ago
Justin Ruggles 737ca4482b vorbisdec: read the previous window flag for long windows 13 years ago
Michael Niedermayer d629f3edaa cook: check that category is smaller than 8 13 years ago
Nicolas George b2792a436b lavc: unify similar code merged from both branches. 13 years ago