18782 Commits (7432bcfe5a36331502c49fe03aefe39b9936247a)

Author SHA1 Message Date
  Michael Niedermayer 01bf2ad735 indeo4: setup width/height properly. 14 years ago
  Michael Niedermayer 83c7803f55 lagarith: check count before writing zeros. 14 years ago
  Jakub Stachowski 56dcfe87ef Clear residues only in not coded channel. This fixes overwriting coded residues with zeros if first channel is coded and second is not. 14 years ago
  Diego Biurrun 219a9ed19e libxvid: Reorder functions to avoid forward declarations; make functions static. 14 years ago
  Diego Biurrun 7a0cb74fee libxvid: drop some pointless dead code 14 years ago
  Michael Niedermayer 64bd7f8e4d wmalosslessdec: Reset put bit buffer when num_saved_bits is reset. 14 years ago
  Mashiat Sarker Shakkhar dac79c2737 wmal: vertical alignment cosmetics 14 years ago
  Mashiat Sarker Shakkhar 2e13f57993 wmal: Warn about missing bitstream splicing feature and ask for sample. 14 years ago
  Mashiat Sarker Shakkhar 9900dd2d9c wmal: Skip seekable_frame_in_packet. 14 years ago
  Mashiat Sarker Shakkhar 07933b44dd wmal: Drop unused variable num_possible_block_size. 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 cca9528524 mp3on4: allocate a large enough frame. 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
  Mans Rullgard f5be7958e3 qdm2: fix a dubious pointer cast 14 years ago
  Michael Niedermayer 680097cb6d WMAL: Do not try to read rawpcm coefficients if bits is invalid 14 years ago
  Alex Converse f346b6bbeb tiffdec: K&R cosmetics 14 years ago
  Ronald S. Bultje b089ca871a dsputil: fix optimized emu_edge function on Win64. 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 2ec8789eb8 avpicture_layout: use a endian independant format for the palette. 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 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
  Dale Curtis e9dc616472 vp3: Assert on invalid filter_limit values. 14 years ago
  Reimar Döffinger 4561feb4bf vorbisdec: use correct channels variable. 14 years ago
  Diego Biurrun 18e8fef7c9 libxvid: remove disabled code 14 years ago
  Michael Niedermayer e8c63981e5 ratecontrol: Use ticks_per_frame to calculate fps. 14 years ago
  Jakub Stachowski 3b00fd5985 wmalosslessdec: Reset residues to 0 if they were not decoded from bitstream. 14 years ago
  Mans Rullgard 9f3e781eab qdm2: make a table static const 14 years ago
  Mans Rullgard 9ffe8ee7c5 qdm2: simplify bitstream reader setup for some subpacket types 14 years ago
  Mans Rullgard a31787ee3b qdm2: use get_bits_left() 14 years ago
  Michael Niedermayer 9e938d22c5 msmpeg4enc: fix stored fps value 14 years ago
  Diego Biurrun 7bb3a302fe build: Consistently handle conditional compilation for all optimization OBJS. 14 years ago
  Diego Biurrun 2ef15b46e4 avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics 14 years ago
  Michael Niedermayer 0cd17a6291 mjpeg: fix crash with lowres and flipped images 14 years ago
  Ronald Bultje 992f71e95d msrle: convert MS RLE decoding function to bytestream2. 14 years ago
  Henrik Gramner 729f90e268 x86inc improvements for 64-bit 14 years ago
  Reimar Döffinger 5735f768b0 h261: move tables from header to .c file. 14 years ago
  Michael Niedermayer 6952301f33 ff_samples_to_time_base: support AV_NOPTS_VALUE 14 years ago
  Dale Curtis 309a931a38 Fix memory leaks on failed ff_h264_decode_init() 14 years ago