30529 Commits (9fa056ba75c089b5120366ab7c5ce8cc4c5bd67a)

Author SHA1 Message Date
Michael Niedermayer 0eecf40935 avcodec/mjpegdec: Fix context fields becoming inconsistent 10 years ago
Martin Storsjö f20141d73f vorbis_parser: Include stdint.h in the header, to make it work standalone 10 years ago
Michael Niedermayer 57ed5a64fe hnm4: change width/height to int to fix hypothetical integer overflows 10 years ago
Luca Barbato 16158da960 hnm4: Use av_image_check_size 10 years ago
Michael Niedermayer 51946d2de8 vc1: Use the correct shift amount 10 years ago
Luca Barbato d25afb579f vc1: Set the is_intra bitfield to all 1 when needed 10 years ago
Luca Barbato b67138598c vc1: Simplify a little setting the intra variables 10 years ago
Michael Niedermayer 62e52b94e6 vorbis_parser: Move vp check to avoid a null pointer dereference 10 years ago
Michael Niedermayer c117da9d3e lpc: remove unneeded {} 10 years ago
Vittorio Giovara bc75b64cff vc1pred: remove logically dead code 10 years ago
Carl Eugen Hoyos 20f3cdf0c8 Include config.h from huffyuvdsp.h. 10 years ago
Carl Eugen Hoyos 0e3ea5b28a Include stddef from snow_dwt.h. 10 years ago
Michael Niedermayer 172d22a071 avcodec/mjpegdec: Add YUVA420 formats to *scale asserts 10 years ago
Michael Niedermayer 03a17f2bbf avcodec/mjpegdec: Print the number of bits in the unsupported pixel format error 10 years ago
Michael Niedermayer 0bf416f262 avcodec/mjpegdec: Check for pixfmtid 0x42111100 || 0x24111100 with more than 8 bits 10 years ago
Lukasz Marek c9d39fc8c6 lavc/huffyuvdec: fix mem leak in case of init failure 10 years ago
Lukasz Marek 02cb7d4c9c lavc/smvjpegdec: fix mem leak in case of init failure 10 years ago
Lukasz Marek efe34e87eb lavc/libxvid: fix mem leak in case of init failure 10 years ago
Vittorio Giovara 208f3abb91 aacsbr: always initialize max_qmf_subbands 10 years ago
Michael Niedermayer 55b59fab88 roqaudio: Always use the frame buffer on flush 10 years ago
Vittorio Giovara 0562887a98 tiffenc: initialize return value 10 years ago
Luca Barbato 299d8ab104 cook: Make sure there is enough extradata 10 years ago
Vittorio Giovara b99ca86350 aacdec: avoid an out-of-bounds write 10 years ago
Vittorio Giovara 277ff7f5dc lavu: move internal define to the only places where it is used 10 years ago
Vittorio Giovara 9c12c6ff95 motion_est: convert stride to ptrdiff_t 10 years ago
Lukasz Marek 4e9745fbff lavc/rv30: fix mem leak in case of init failure 10 years ago
Lukasz Marek 331fae80a1 lavc/mss1: fix mem leak in case of init failure 10 years ago
Carl Eugen Hoyos 600e38f563 Fix standalone compilation of the apng decoder on x86. 10 years ago
Clément Bœsch 6e411d9cc7 avcodec/microdvddec: support non persistent italic marker '/' 10 years ago
Clément Bœsch 8ef46f4a0c avcodec/microdvddec: support various broken form of color tags 10 years ago
Reimar Döffinger cad3148ea3 xface: reduce stack usage by directly storing 2 bytes data instead of pointers. 10 years ago
Reimar Döffinger dfc6f56c5a xface: reduce table sizes. 10 years ago
Reimar Döffinger 6369a7b742 xface: Fix encoder crashes due to too small on-stack array. 10 years ago
Reimar Döffinger d0682b5eb0 svq1enc: reduce stack usage of recursively-called function. 10 years ago
Reimar Döffinger 458aadf862 lpc: Reduce stack usage by allocating LLSModel in context. 10 years ago
Lukasz Marek f87a34486a lavc/libvorbisdec: use better error codes 10 years ago
Lukasz Marek bceabbdaba lavc/libvorbisdec: fix mem leak in case of init failure 10 years ago
Lukasz Marek 969382162f lavc/smacker: fix mem leak in case of init failure 10 years ago
Lukasz Marek 691f9be622 lavc/anm: fix mem leak in case of init failure 10 years ago
Michael Niedermayer 65ce8f8895 avcodec/x86/Makefile: fix order 10 years ago
Matthew Oliver 293fee4bc2 libavcodec/tiff: Fix static linking of lzma with msvc. 10 years ago
Michael Niedermayer d3512a0e89 avcodec/x86/lossless_audiodsp: fix fallback code for 32bit 10 years ago
Michael Niedermayer ce6141259b avcodec/wmalosslessdec: support 24bit lossless 10 years ago
Michael Niedermayer 4327088da3 avcodec/x86/lossless_audiodsp: support len %16 == 8 in scalarproduct_and_madd_int16() 10 years ago
Michael Niedermayer 2f6550bb9a avcodec/mjpegdec: fix pixfmtid 0x14111100 10 years ago
Reimar Döffinger 8437cc7206 ffv1dec: Avoid unnecessarily large stack usage and copies. 10 years ago
Michael Niedermayer 0b9a9e0e2c avcodec/libspeexdec: make array const 10 years ago
Reimar Döffinger 33fc1ccb49 h264_mb: Use smaller data type for refs in await_references. 10 years ago
Reimar Döffinger 478c61ccb2 h264_i386: Optimize decode_significance_8x8_x86 for 64 bit. 10 years ago
Reimar Döffinger c2c27e9e51 indeo2: move variable declarations into blocks using them. 10 years ago