31842 Commits (8011a29fa8875aa4de54199bdfcd4e5331d532dd)
 

Author SHA1 Message Date
  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 f947e965be asf: prevent packet_size_left from going negative if hdrlen > pktlen. 14 years ago
  Ronald S. Bultje 5c365dc979 aiff: don't skip block_align==0 check on COMM-after-SSND files. 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 0c60d5c59f swscale: take first/lastline over/underflows into account for MMX. 14 years ago
  Ronald S. Bultje cd9bdc6395 swscale: fix overflows in filterPos[] calculation for large sizes. 14 years ago
  Ronald S. Bultje b68470707b swscale: enforce a minimum filtersize. 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
  Janne Grunau d16653c3d4 lavf: prevent infinite loops while flushing in avformat_find_stream_info 14 years ago
  Ronald S. Bultje 183e0eb5b9 matroska: don't overwrite string values until read/alloc was succesful. 14 years ago
  Alex Converse be0b3137d0 matroskadec: Pad AAC extradata. 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
  Ronald S. Bultje a2c8db1b79 swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case. 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
  Reinhard Tartler 4b63cc18bc Finalize changelog for 0.8 Release 14 years ago
  Reinhard Tartler fd1a1f1484 Prepare for 0.8 Release 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
  Martin Storsjö 7ba34575fd aviocat: Remove useless includes 14 years ago
  Anton Khirnov 7512bb74f2 doc/APIChanges: fill in missing dates and hashes 14 years ago
  Anton Khirnov 97e3f94b61 Revert "avserver: fix build after the next bump." 14 years ago
  Dustin Brody d2a0041c20 mpegaudiodec: switch error detection check to AV_EF_BUFFER 14 years ago
  Dustin Brody 5124423ec3 lavf: rename fer option and document resulting (f_)err_detect options 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
  Martin Storsjö 5d95112d92 movenc: Reorder entries in the MOVIentry struct, for tigheter packing 14 years ago
  Martin Storsjö 1f712e6a05 rtsp: Remove extern declarations for variables that don't exist 14 years ago
  Martin Storsjö 6a73f3bbdf aviocat: Flush the output before closing 14 years ago