15176 Commits (f7fe41a04f962707a99597d2ea49d73ca90b23a0)

Author SHA1 Message Date
Janne Grunau e268a352af mjpegdec: parse RSTn to prevent skipping other data in mjpeg_decode_scan 13 years ago
Janne Grunau 9b4767e478 vp3: fix streams with non-zero last coefficient 13 years ago
Oana Stratulat 7f09791d28 Report an error if pitch_lag is zero in AMR-NB decoder. 13 years ago
Ronald S. Bultje 3fa646e859 Revert "4xm: Prevent buffer overreads." 13 years ago
Aneesh Dogra 295a7c0238 4xm: Prevent buffer overreads. 13 years ago
Aneesh Dogra 4b84f68223 4xm: pass the correct remaining buffer size to decode_i2_frame(). 13 years ago
Aneesh Dogra 893f137679 4xm: fix calculation of the next output line position in decode_i2_frame(). 13 years ago
Ronald S. Bultje 89d26797f5 ulti: convert to new bytestream API. 13 years ago
Diego Biurrun 00a1cdd264 Place some START_TIMER invocations in separate blocks. 13 years ago
John Brooks d209c27b09 vc1dec: fix invalid memory access for small video dimensions 13 years ago
John Brooks aacf6b3a2f rv34: fix invalid memory access for small video dimensions 13 years ago
Christophe GISQUET 98f24ecd6c rv34: joint coefficient decoding and dequantization 13 years ago
Ronald S. Bultje 400ba1d735 h264: return index in buffer on end-of-sequence. 13 years ago
Diego Biurrun 54e68fb3b8 Merge some declarations and initializations. 13 years ago
Diego Biurrun 9dec55748c cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functions 13 years ago
Diego Biurrun e451c26c5f cabac: drop unused STRICT_LIMITS code branch 13 years ago
Justin Ruggles 9785082c15 libspeexenc: fix pts calculations for more than 1 frame per packet 13 years ago
Justin Ruggles 730280f90d adxdec: clear eof flag and channel states when seeking 13 years ago
Justin Ruggles 754ebd1a5b adxenc: check output buffer size before writing 13 years ago
Justin Ruggles 1fb47728cd adxenc: use bytestream functions for header writing. 13 years ago
Justin Ruggles 656e606cae adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macros 13 years ago
Justin Ruggles f1be41c63d adxenc: use a loop to encode each channel 13 years ago
Justin Ruggles 6c117bd8e0 adxenc: remove unneeded loops 13 years ago
Justin Ruggles 613668210b adxenc: avoid stereo deinterleaving 13 years ago
Justin Ruggles 6b77f07074 adxenc: remove unnecessary setting of coded_frame->key_frame. 13 years ago
Justin Ruggles cc40c056d0 adxenc: log an error message and return AVERROR(EINVAL) for invalid channels 13 years ago
Justin Ruggles a85ab8ad45 adxenc: cosmetics: pretty-printing 13 years ago
Justin Ruggles 25edfc88e3 adxenc: change some data types 13 years ago
Justin Ruggles c98c6e18d8 adxenc: remove unneeded log message 13 years ago
Justin Ruggles e3d4f59f95 adxenc: remove unneeded comments 13 years ago
Michael Niedermayer b024209b1f adx_parser: rewrite. 13 years ago
Justin Ruggles 6fd075f180 adxdec: Validate channel count to fix a division by zero. 13 years ago
Michael Niedermayer 4f1a787744 adxdec: Do not require extradata. 13 years ago
Justin Ruggles e49d21306a alacdec: implement the 2-pass prediction type. 13 years ago
Justin Ruggles bb63475aec alacenc: implement the 2-pass prediction type. 13 years ago
Justin Ruggles 149e1b0468 alacenc: do not generate invalid multi-channel ALAC files 13 years ago
Justin Ruggles e76c7b856f alacdec: fill in missing or guessed info about the extradata format. 13 years ago
Kostya Shishkov 490dcda6b6 utvideo: proper median prediction for interlaced videos 13 years ago
Shitiz Garg f37b4efe03 dca: K&R formatting cosmetics 13 years ago
Aneesh Dogra 2e70b2de58 dct: K&R formatting cosmetics 13 years ago
Daniel Verkamp 02e8f4272c win32: detect number of CPUs using affinity 13 years ago
Diego Biurrun 418f066f8c snow: Restore three mistakenly removed casts. 13 years ago
Janne Grunau 881a5e047d mpegenc: use avctx->slices as number of slices 13 years ago
Janne Grunau 264808219d v410enc: fix undefined signed left shift caused by integer promotion 13 years ago
Diego Biurrun 8fd35b1aac Fix a bunch of typos. 13 years ago
Diego Biurrun 44b0edda3f Drop some pointless void* return value casts from av_malloc() invocations. 13 years ago
Justin Ruggles 3a1867deac wavpack: fix typos in previous cosmetic clean-up commit 13 years ago
Justin Ruggles 513c238fa9 wavpack: cosmetics: K&R pretty-printing 13 years ago
Hendrik Leppkes 14165fe125 wavpack: determine sample_fmt before requesting a buffer 13 years ago
Justin Ruggles 8893fbdf7a bmv audio: implement new audio decoding API 13 years ago