15004 Commits (12e984aed76d52e959bb7cbee72c149444ff58ce)

Author SHA1 Message Date
Aneesh Dogra 12e984aed7 utvideo: frame multithreading. 13 years ago
Chris Evans afb2aa5379 vorbis: An additional defense in the Vorbis codec. 13 years ago
Reinhard Tartler e6d527ff72 vorbisdec: Fix decoding bug with channel handling 13 years ago
Diego Biurrun badb195d13 cabac: Move code only used within the CABAC test program into the test program. 13 years ago
Diego Biurrun 1be4b8ccba vp56: Drop unnecessary cabac.h #include. 13 years ago
Diego Biurrun a7e3cb9d32 h264-test: Initialize AVCodecContext.av_class. 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Justin Ruggles 3f6aa85ed4 avcodec: attempt to clarify the CODEC_CAP_DELAY documentation 13 years ago
Justin Ruggles 07837e4158 avcodec: fix avcodec_encode_audio() documentation. 13 years ago
Justin Ruggles cf1a259ad6 g722enc: validate AVCodecContext.trellis 13 years ago
Justin Ruggles 77c5b66cbe g722enc: set frame_size, and also handle an odd number of input samples 13 years ago
Justin Ruggles 34093ba081 g722enc: split encoding into separate functions for trellis vs. no trellis 13 years ago
Vitor Sessak 96219141e2 mpegaudiodec: Use clearer pointer math 13 years ago
Justin Ruggles 52e9854a83 tta: fix 24-bit decoding. 13 years ago
Paul B Mahol 17aa02b9a1 interplayvideo: Handle changed video dimensions on the fly 13 years ago
Martin Storsjö c5d907b6b0 libavcodec: Handle param change side data in avcodec_decode_video2, too 13 years ago
Martin Storsjö 867f923df4 libavcodec: Move apply_param_change up above avcodec_decode_video2 13 years ago
Janne Grunau be540e0cb3 indeo3: check motion vectors for validity 13 years ago
Michael Niedermayer b18a0cc781 indeo5: Fix null pointer dereference. 13 years ago
Laurentiu Ion b348c852aa flicvideo: fix invalid reads 13 years ago
Chris Evans 57cd6d7095 vorbis: Avoid some out-of-bounds reads 13 years ago
Diego Biurrun 3aa3fc45fe cabac: remove unused function renorm_cabac_decoder 13 years ago
Diego Biurrun 301fb92131 h264: Only use symbols from the SVQ3 decoder under proper conditionals. 13 years ago
Justin Ruggles 6e8bf6db48 add bytestream2_tell() and bytestream2_seek() functions 13 years ago
Janne Grunau f907615f08 parsers: initialize MpegEncContext.slice_context_count to 1 13 years ago
Janne Grunau 696ace50ea truemotion2: check size before GetBitContext initialisation 13 years ago
Janne Grunau bb5b3940b0 adpcm: ADPCM Electronic Arts has always two channels 13 years ago
Aneesh Dogra 9b55b4bb3a 4xm: Prevent buffer overreads. 13 years ago
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