39800 Commits (b44a5ec76e1ed87d7b31befa8c67b671ed94d0ce)
 

Author SHA1 Message Date
  Reimar Döffinger b44a5ec76e latmenc: replace per-frame malloc/free by constant size buffer. 14 years ago
  Reimar Döffinger d05625bd04 avidec: handle 0-size packets that exist only in index. 14 years ago
  Reimar Döffinger 4c53c66a21 mp3enc: clarify meaning of "Unsupported" messages. 14 years ago
  Michael Niedermayer 64bd7f8e4d wmalosslessdec: Reset put bit buffer when num_saved_bits is reset. 14 years ago
  Michael Niedermayer b3a4351582 wmalosslessdec: Fix reading too many bits in decode_channel_residues() 14 years ago
  Michael Niedermayer 2a7063de54 wmalosslessdec: fix a get_bits(0) in decode_ac_filter 14 years ago
  Michael Niedermayer a0abefb0af wmalosslessdec: make mclms arrays big enough for whats written into them. 14 years ago
  Michael Niedermayer d442c4462a wmalosslessdec: Make arrays WMALL_BLOCK_MAX_SIZE big and check samples_per_frame. 14 years ago
  Michael Niedermayer 9166f483c5 wmaprodec: check min_samples_per_subframe 14 years ago
  Michael Niedermayer b28c678ba8 wmaprodec; fix get_bits(0) case. 14 years ago
  Michael Niedermayer 97a5addfcf wmaprodec: check num_vec_coeffs for validity 14 years ago
  Michael Niedermayer 52ec269573 lavf: print with debug level the byte positions before and after find_stream_info 14 years ago
  Michael Niedermayer cca9528524 mp3on4: allocate a large enough frame. 14 years ago
  Michael Niedermayer c41ac87047 avidec: update size when packet is shrunk 14 years ago
  Clément Bœsch 3f80546d75 lavfi/drawbox: fix width displayed in place of x. 14 years ago
  Michael Niedermayer 72b9537d88 dfa: Fix out of array write in decode_dds1() 14 years ago
  Michael Niedermayer d1c95d2ce3 dfa: fix out of array write in decode_wdlt() 14 years ago
  Michael Niedermayer 367d9b2957 Merge remote-tracking branch 'qatar/master' 14 years ago
  Diego Biurrun ef0ee7f657 swscale: K&R formatting cosmetics (part II) 14 years ago
  Alex Converse 90a4306007 tiffdec: Add a malloc check and refactor another. 14 years ago
  Alex Converse 99a335299f faxcompr: Check malloc results and unify return path 14 years ago
  Michael Niedermayer 62e5ef95ca av_image_alloc: Align the width to 8 when align >= 8. 14 years ago
  Michael Niedermayer 41a052a6ba cmdutils: fix "oswr may be used uninitialized" warning 14 years ago
  Michael Niedermayer 2ec8789eb8 avpicture_layout: use a endian independant format for the palette. 14 years ago
  Mans Rullgard 6555acad10 configure: escape colons in values written to config.fate 14 years ago
  Michael Niedermayer 84d74610f9 mov: zero sc->pb in mov_read_close() 14 years ago
  Dale Curtis a6b3e6d0b4 mov: Fix memory leaks on aborted header parsing. 14 years ago
  Michael Niedermayer ab3fcd93fd mov: zero extradata_size on deallocation of extradata. 14 years ago
  Dale Curtis b5ada68ead matroska: Fix leaking memory allocated for laces. 14 years ago
  Dale Curtis fd165a0b31 mov: Fix harmless OOB read. 14 years ago
  Dale Curtis a9d114dc8a pthread: Fix crash due to fctx->delaying not being cleared. 14 years ago
  Justin Ruggles de7f22ab0c ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSE 14 years ago
  Dale Curtis 3116858853 matroska: Fix leaking memory allocated for laces. 14 years ago
  Dale Curtis 97ae370078 pthread: Fix crash due to fctx->delaying not being cleared. 14 years ago
  Dale Curtis 27c2fb0f72 vp3: Assert on invalid filter_limit values. 14 years ago
  Ronald S. Bultje 76538d7a78 h264: fix 10bit biweight functions after recent x86inc.asm fixes. 14 years ago
  Alex Converse 2b8374e920 ffv1: Fix size mismatch in encode_line. 14 years ago
  Alex Converse 73b7437f1d movenc: Remove a dead initialization 14 years ago
  Dale Curtis e9dc616472 vp3: Assert on invalid filter_limit values. 14 years ago
  Michael Niedermayer bd3ea31797 ffmpeg: Compensate non monotonicity errors in the audio TSs. 14 years ago
  Michael Niedermayer ca19862d38 Merge remote-tracking branch 'qatar/master' 14 years ago
  Stefano Sabatini 5eeecde859 lavfi/mp: remove 2xsai wrapped filter 14 years ago
  Stefano Sabatini b7a7830dd4 lavfi: port 2xsai filter from libmpcodecs 14 years ago
  Stefano Sabatini e21dac3a4f examples/decoding_encoding: remove unused variable "size" 14 years ago
  Stefano Sabatini 162e400464 lavfi: install asrc_abuffer.h header 14 years ago
  Diego Biurrun 6048fd22ee git-howto: Explain how to avoid Windows line endings in git checkouts. 14 years ago
  Diego Biurrun baaab6069a build: Move all arch OBJS declarations into arch subdirectory Makefiles. 14 years ago
  Reimar Döffinger 4561feb4bf vorbisdec: use correct channels variable. 14 years ago
  Reimar Döffinger d1a58afb95 latmenc: validate extradata size. 14 years ago
  Reimar Döffinger 9540476ba1 latmenc: simplify using avpriv_copy_bits. 14 years ago