15100 Commits (e537dc230b2e123be8aebdaeee5a7d7787328b0b)

Author SHA1 Message Date
  Ronald S. Bultje e537dc230b kgv1: use avctx->get/release_buffer(). 14 years ago
  Ronald S. Bultje 19f4943d12 lcl: error out if uncompressed input buffer is smaller than framesize. 14 years ago
  Ronald S. Bultje bf6d1a1ca7 mjpeg: abort decoding if packet is too large. 14 years ago
  Alex Converse 424b6edd19 tiff: Prevent overreads in the type_sizes array. 14 years ago
  Ronald S. Bultje 8e3dc37bc0 truemotion2: error out if the huffman tree has no nodes. 14 years ago
  Ronald S. Bultje 8011a29fa8 vc1parse: call vc1_init_common(). 14 years ago
  Ronald S. Bultje fe710f2074 wma: don't return 0 on invalid packets. 14 years ago
  Ronald S. Bultje bba43a1ea0 mjpegb: don't return 0 at the end of frame decoding. 14 years ago
  Ronald S. Bultje 95a9d44dc3 mp3on4: require a minimum framesize. 14 years ago
  Ronald S. Bultje 27558bd87e huffyuv: error out on bit overrun. 14 years ago
  Ronald S. Bultje 5ab9294a8d als: prevent infinite loop in zero_remaining(). 14 years ago
  Ronald S. Bultje cfd7d166e2 cook: prevent div-by-zero if channels is zero. 14 years ago
  Ronald S. Bultje 5bcd47cf63 vc1: prevent using last_frame as a reference for I/P first frame. 14 years ago
  Ronald S. Bultje 7046ae5593 tta: error out if samplerate is zero. 14 years ago
  Janne Grunau d19e3e19d6 vc1: prevent null pointer dereference on broken files 14 years ago
  Alex Converse 04597e2595 smacker: Sanity check huffman tables found in the headers. 14 years ago
  Alex Converse 683213230e aac: fix infinite loop on end-of-frame with sequence of 1-bits. 14 years ago
  Alex Converse ad0ee682b3 wma: Clip WMA1 and WMA2 frame length to 11 bits. 14 years ago
  Janne Grunau ba418ad400 rv20: prevent calling ff_h263_decode_mba() with unset height/width 14 years ago
  Ronald S. Bultje 6dcbbdc011 flac: fix infinite loops on all-zero input or end-of-stream. 14 years ago
  Ronald S. Bultje e43bd4fa58 golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF. 14 years ago
  Ronald S. Bultje 25b4ed053f get_bits: add HAVE_BITS_REMAINING macro. 14 years ago
  Ronald S. Bultje e1f2a6a32b golomb: avoid infinite loop on all-zero input (or end of buffer). 14 years ago
  Michael Niedermayer 6fc3287b9c shorten: Use separate pointers for the allocated memory for decoded samples. 14 years ago
  Michael Niedermayer f43b6e2b1e atrac3: Fix crash in tonal component decoding. 14 years ago
  Michael Niedermayer 697a45d861 ws_snd1: Fix wrong samples count and crash. 14 years ago
  Ronald S. Bultje 4c7879775e h264: disallow constrained intra prediction modes for luma. 14 years ago
  Martin Storsjö fc89f15497 libavcodec: Don't crash in avcodec_encode_audio if time_base isn't set 14 years ago
  Alex Converse e364f50718 qdm2: Check data block size for bytes to bits overflow. 14 years ago
  Anton Khirnov 571a4cf273 lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). 14 years ago
  Anton Khirnov bafd38a352 lavc: make avcodec_close() work properly on unopened codecs. 14 years ago
  Anton Khirnov 350d06d63f lavc: add avcodec_is_open(). 14 years ago
  Janne Grunau 2473a45c85 threads: change the default for threads back to 1 14 years ago
  Janne Grunau afb8b207d6 threads: update slice_count and slice_offset from user context 14 years ago
  Dustin Brody d2a0041c20 mpegaudiodec: switch error detection check to AV_EF_BUFFER 14 years ago
  Dustin Brody f88949214c lavc: rename err_filter option to err_detect and document it 14 years ago
  John Brooks 9b6aafba6c mpegvideo: fix invalid memory access for small video dimensions 14 years ago
  Felipe Contreras c3d5e290ca ARM: fix build with FFT enabled and MDCT disabled 14 years ago
  Jindřich Makovička a85ce653fb mpeg12: check for available bits to avoid an infinite loop 14 years ago
  Donald Ovcharov ac84f2edd4 error_resilience: K&R formatting cosmetics 14 years ago
  Justin Ruggles 01ed1c390d tta: cast output data pointer to the correct type 14 years ago
  Janne Grunau 9e12002f11 rv34: add NEON rv34_idct_add 14 years ago
  Christophe GISQUET 9ba9c34024 rv34: 1-pass inter MB reconstruction 14 years ago
  Laurentiu Ion d859191322 pictordec: Use bytestream2 functions 14 years ago
  Justin Ruggles 05f95443ca pcmenc: use AVCodec.encode2() 14 years ago
  Justin Ruggles a6ccae3f4c avcodec: bump minor version and add APIChanges for the new audio encoding API 14 years ago
  Justin Ruggles b2c75b6e63 avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio() 14 years ago
  Justin Ruggles 5ee5fa021f avcodec: add a public function, avcodec_fill_audio_frame(). 14 years ago
  Christophe GISQUET d78062386e rv34: Intra 16x16 handling 14 years ago
  Christophe GISQUET 3eeb755763 rv34: Inter/intra MB code split 14 years ago