18200 Commits (fa35ade8f93c186fe5df6606829406e8ae5fd4db)

Author SHA1 Message Date
Michael Niedermayer 11344792e8 lavc/utils: remove unused variable from avcodec_encode_video2. 13 years ago
Michael Niedermayer 7d75febe0f mjpegenc: Fix const correctness and avoid writes into AVFrame of amv_encode_picture() 13 years ago
Michael Niedermayer 5e6514e24f h264 Fix: "warning: assigning to 'uint8_t *' (aka 'unsigned char *') from 'const uint8_t *' (aka 'const unsigned char *') discards qualifiers" 13 years ago
Michael Niedermayer 902bdf706f h264: fix warning about "uint8_t *p" and const 13 years ago
Michael Niedermayer 3a5836038d cook: silence some signed overflow warnings. 13 years ago
Reimar Döffinger b5161908e0 SBR DSP: fix SSE code to not use SSE2 instructions. 13 years ago
Michael Niedermayer a8d67efa53 aacdec: Fix out of array writes (stack). 13 years ago
Bastien Bouclet b521f11349 Fix bink decoder for files with 24px width. 13 years ago
Ronald S. Bultje 6193ff6854 error_resilience: initialize s->block_index[]. 13 years ago
Ronald S. Bultje 11b940a1a8 svq3: protect against negative quantizers. 13 years ago
Ronald S. Bultje c23acbaed4 Don't use ff_cropTbl[] for IDCT. 13 years ago
Michael Niedermayer 0f13cc732b diracdec: Correct the bytestream end pointer. 13 years ago
Martin Storsjö 338978a7c1 libx264: Allow overriding the sliced threads option 13 years ago
Derek Buitenhuis 01606d10e6 libutvideo: Add Ut Video encoder wrapper 13 years ago
Derek Buitenhuis d6e4e69a49 libutvideo: Move structs and includes to header 13 years ago
Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
Alex Converse b70feb4053 amrnb/amrwb: Remove get_bits usage. 13 years ago
Carl Eugen Hoyos 18794000c6 Remove AV_LOG_DEBUG from av_dlog() calls. 13 years ago
Justin Ruggles 11ac796f7a dca_parser: parse the sample rate and frame durations 13 years ago
Justin Ruggles 85469f1c9e libspeexdec: do not set AVCodecContext.frame_size 13 years ago
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