17070 Commits (ceb0dd9f1e76a2a2c903fa942e47e8164e0dbedf)

Author SHA1 Message Date
Carl Eugen Hoyos ceb0dd9f1e Support decoding 1bpp and 4bpp palettized sunrast images. 13 years ago
Paul B Mahol e20a4881ff pngdec: show verbose message for unsupported files 13 years ago
Michael Niedermayer f247f4cf47 cabac: 3rd try at working around a compiler bug in clang. 13 years ago
Reimar Döffinger 4231bbbf4c sgidec: make compiler optimize away memcpy call in inner loop. 13 years ago
Michael Niedermayer 444632eae6 cabac: Disable get_cabac_inline_x86() for clang 2.9 on x86_32 13 years ago
Michael Niedermayer 2138a89e71 Revert "Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b" 13 years ago
Michael Niedermayer b143562639 ljpegdec: Support MCU in ljpeg_decode_yuv_scan() 13 years ago
Aneesh Dogra ccc27e2139 bfi: Use bytestream2 functions to prevent buffer overreads. 13 years ago
Laurentiu Ion 529a25d6e5 dpcm: Fix invalid writes 13 years ago
Aneesh Dogra 12e984aed7 utvideo: frame multithreading. 13 years ago
Paul B Mahol dd319f17e6 tta: remove obsolete and useless error message 13 years ago
Carl Eugen Hoyos 73ddc5869d Support 48bit rgb pam encoding. 13 years ago
Sebastien Zwickert 186980bf0f vda: cosmetic. 13 years ago
Sebastien Zwickert e953b8b7be vda: removes useless doxygen command. 13 years ago
Sebastien Zwickert 75be547f77 vda: uses pthreads directly. 13 years ago
Sebastien Zwickert 5ada64a549 vda: convert 3 byte NAL sizes to 4 byte. 13 years ago
Carl Eugen Hoyos fac2a6fa0c Support 16bit gray pam encoding. 13 years ago
Carl Eugen Hoyos 2f21c50784 Support decoding 32bit sunrast images. 13 years ago
Reimar Döffinger aeeb0e6deb indeo4, swresample: add some missing static/const to tables. 13 years ago
Reimar Döffinger ee4ba9aecd Fix incorrect increment in sgidec.c 13 years ago
Chris Evans afb2aa5379 vorbis: An additional defense in the Vorbis codec. 13 years ago
Michael Niedermayer a407baba85 g723_1: Fix "libavcodec/g723_1.c:988:8: warning: assignment from incompatible pointer type [enabled by default]" 13 years ago
Michael Niedermayer 53918a1c54 dca: Fix uninitialized variable warnings. 13 years ago
Michael Niedermayer 2d6f317d71 jpegdec: support ilv=1 grayscale jpeg-ls. 13 years ago
Michael Niedermayer bbe25b4f3e ljpegdec: support non zero MCU for RGB. 2nd try 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
Carl Eugen Hoyos 19b945dc2a Cosmetics: Fix indentation. 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
Michael Niedermayer 12d8340f16 ljpeg: Fix bits != 8 or 16 support 13 years ago
Michael Niedermayer 5152beeba8 ljpeg: Add predictor=0 support. 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
Clément Bœsch ed14b7242a timecode: more tolerant frame rate check for drop flag. 13 years ago