19352 Commits (f91b635b520aec02cfd23ff91d00a7eb4ef89292)

Author SHA1 Message Date
  Paul B Mahol 65491fa3d5 ffv1: PIX_FMT_YUV444P9 & PIX_FMT_YUV422P9 support 14 years ago
  Michael Niedermayer eff2399f24 Revert "error_resilience: initialize s->block_index[]." 14 years ago
  Michael Niedermayer 57986c501e lavc/utils: fix const correctness of AVClass cast 14 years ago
  Michael Niedermayer 11344792e8 lavc/utils: remove unused variable from avcodec_encode_video2. 14 years ago
  Michael Niedermayer 7d75febe0f mjpegenc: Fix const correctness and avoid writes into AVFrame of amv_encode_picture() 14 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" 14 years ago
  Michael Niedermayer 902bdf706f h264: fix warning about "uint8_t *p" and const 14 years ago
  Michael Niedermayer 3a5836038d cook: silence some signed overflow warnings. 14 years ago
  Reimar Döffinger b5161908e0 SBR DSP: fix SSE code to not use SSE2 instructions. 14 years ago
  Michael Niedermayer a8d67efa53 aacdec: Fix out of array writes (stack). 14 years ago
  Bastien Bouclet b521f11349 Fix bink decoder for files with 24px width. 14 years ago
  Ronald S. Bultje 6193ff6854 error_resilience: initialize s->block_index[]. 14 years ago
  Ronald S. Bultje 11b940a1a8 svq3: protect against negative quantizers. 14 years ago
  Ronald S. Bultje c23acbaed4 Don't use ff_cropTbl[] for IDCT. 14 years ago
  Michael Niedermayer 0f13cc732b diracdec: Correct the bytestream end pointer. 14 years ago
  Martin Storsjö 338978a7c1 libx264: Allow overriding the sliced threads option 14 years ago
  Derek Buitenhuis 01606d10e6 libutvideo: Add Ut Video encoder wrapper 14 years ago
  Derek Buitenhuis d6e4e69a49 libutvideo: Move structs and includes to header 14 years ago
  Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 14 years ago
  Alex Converse b70feb4053 amrnb/amrwb: Remove get_bits usage. 14 years ago
  Carl Eugen Hoyos 18794000c6 Remove AV_LOG_DEBUG from av_dlog() calls. 14 years ago
  Justin Ruggles 11ac796f7a dca_parser: parse the sample rate and frame durations 14 years ago
  Justin Ruggles 85469f1c9e libspeexdec: do not set AVCodecContext.frame_size 14 years ago
  Justin Ruggles adbf61ff8a libopencore-amr: do not set AVCodecContext.frame_size 14 years ago
  Justin Ruggles 0efa4073bf alsdec: do not set AVCodecContext.frame_size 14 years ago
  Justin Ruggles 9524cf79df avcodec: add av_get_audio_frame_duration() function. 14 years ago
  Justin Ruggles 6699d07480 avcodec: add av_get_exact_bits_per_sample() function 14 years ago
  Michael Niedermayer c7048036db cook: fix return statements. 14 years ago
  Michael Niedermayer 0a7bf34042 wmaenc: change some asserts to av_assert0. 14 years ago
  Michael Niedermayer 0d92e5a682 wmaenc: add assert to check encode_superframe() return. 14 years ago
  Michael Niedermayer c99bd29462 Revert "wmaenc: check final frame size against output packet size" 14 years ago
  Fabian Greffrath c9dbac36ad Fix format string vulnerability detected by -Wformat-security. 14 years ago
  Mans Rullgard 356ee8d7de x86: clean up ff_dsputil_init_mmx() 14 years ago
  Michael Niedermayer 1007a805a4 smc: Fix overread. 14 years ago
  Michael Niedermayer 263bb6edcf bit_depth_template: use av_clip_uint8 over crop_tab. 14 years ago
  Michael Niedermayer e75518e18d indeo3: move MV check up. 14 years ago
  Michael Niedermayer ccb76ad91f cook: check decouple values. 14 years ago
  Michael Niedermayer 33a183df46 indeo3: Fix overreading requant_tab. 14 years ago
  Michael Niedermayer 56ffa3fefb indeo3: Check motion vectors. 14 years ago
  Anton Khirnov 44fe77b350 lavc: make codec_is_decoder/encoder() public. 14 years ago
  Anton Khirnov 02beb9826b lavc: deprecate AVCodecContext.sub_id. 14 years ago
  Michael Niedermayer d8d1fbbd7f dsicinav: fix 10l bug introduced in 999d38f3a9 14 years ago
  Michael Niedermayer 52807022ab pcm-mpeg: fix 10l condition flip 14 years ago
  Michael Niedermayer 37fca5daa0 mmvideo: fix overreads of the input buffer. 14 years ago
  Ronald S. Bultje 999d38f3a9 dsicinvideo: validate buffer offset before copying pixels. 14 years ago
  Kostya Shishkov 4db4b53dc8 proresenc: give user a possibility to alter some encoding parameters 14 years ago
  Justin Ruggles 1ba08c94f5 vorbisenc: add output buffer overwrite protection 14 years ago
  Justin Ruggles fe78470a8b libopencore-amrnbenc: fix end-of-stream handling 14 years ago
  Justin Ruggles b0350c1c30 ra144enc: fix end-of-stream handling 14 years ago
  Justin Ruggles 29e2c85310 nellymoserenc: zero any leftover packet bytes 14 years ago