18619 Commits (2b6325cacb6def8e9de0455f575b51a8bd90b12c)

Author SHA1 Message Date
  Ronald S. Bultje f1320dc3be lpcm: fix sample size calculation for 20bit LCPM. 13 years ago
  Ronald S. Bultje a55d5bdc6e algmm: convert to bytestream2 API. 13 years ago
  Nicolas George c088b7f389 ass_split: accept files with only \n and no \r. 13 years ago
  Nicolas George e5dd4ae728 assdec: avoid a possible NULL dereference. 13 years ago
  Diego Biurrun 8ca6e523a6 wma: Refactor common code to fix standalone compilation of WMA lossless decoder. 13 years ago
  Diego Biurrun 3c715383ea vc1: Move init code shared between decoder and parser to common code file. 13 years ago
  Diego Biurrun 1e9d55e45e x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx.c. 13 years ago
  Paul B Mahol 1eabd71c2b ffv1: PIX_FMT_YUV444P10 support 13 years ago
  Paul B Mahol 65491fa3d5 ffv1: PIX_FMT_YUV444P9 & PIX_FMT_YUV422P9 support 13 years ago
  Michael Niedermayer eff2399f24 Revert "error_resilience: initialize s->block_index[]." 13 years ago
  Michael Niedermayer 57986c501e lavc/utils: fix const correctness of AVClass cast 13 years ago
  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