30355 Commits (a8f8db2636cf9f605fbe842d1136a3e1acc3c9b2)
 

Author SHA1 Message Date
Laurent Aimar 3d09d0017d vp56: Release old pictures after a resolution changes 14 years ago
Laurent Aimar 066fff755a vp6: Check for huffman tree build errors 14 years ago
Laurent Aimar 0ec6d6e9b6 vp56: Check for missing reference frame data 14 years ago
Laurent Aimar d239d4b447 cinepak: Fix invalid read access on extra data 14 years ago
Laurent Aimar c0cbe36b18 vmd: fix segfaults on corruped streams 14 years ago
Laurent Aimar 3a742470a8 cook: Fix js_vlc_bits value validation for joint stereo 14 years ago
Laurent Aimar 1775b92fee segafilm: Check for memory allocation failures in segafilm demuxer. 14 years ago
Laurent Aimar 762ffa6861 segafilm: Fix potential division by 0 on corrupted streams in the demuxer 14 years ago
Laurent Aimar 790f4dd5c9 Fixed segfault on corrupted sega streams in the demuxer. 14 years ago
Laurent Aimar 69a0bce753 Fixed deference of NULL pointer in motionpixels decoder. 14 years ago
Anton Khirnov d97efd7f87 libx264: support 9- and 10-bit output. 14 years ago
Ronald S. Bultje 4418aa9cb3 h264: correct implicit_weight for field-interlaced pictures. 14 years ago
Ronald S. Bultje 330deb7592 mpegvideo: set correct offset for edge emulation buffer. 14 years ago
Ronald S. Bultje 0884dd5a1b mpegvideo: fix position of bottom edge. 14 years ago
Diego Biurrun e83c2ddebf Fix 'heigth' vs. 'height' typos. 14 years ago
Anton Khirnov a4ea00d021 lavc/lavf: use unique private classes. 14 years ago
Anton Khirnov 0ba1e1978d lavc: use designated initializers for av_codec_context_class 14 years ago
Justin Ruggles dd376b1a12 qcelpdec: cosmetics: do not add line break before opening bracket in 'for', 14 years ago
Justin Ruggles e43dd3d2a8 qcelp: check output buffer size before decoding 14 years ago
Chris Rankin bde2570013 qcelpdec: fix the return value of qcelp_decode_frame(). 14 years ago
Justin Ruggles 1b5a189f06 sipr: fix the output data size check and only calculate it once. 14 years ago
Diego Biurrun 12bd8532cf Synchronize various 4CCs and codec tags from FFmpeg. 14 years ago
Justin Ruggles 7d49f79f1c qdm2: check output buffer size before decoding 14 years ago
Laurent Aimar 5a19acb17c Fix out of bound reads in the QDM2 decoder. 14 years ago
Laurent Aimar 291d74a46d Check for out of bound writes in the QDM2 decoder. 14 years ago
Justin Ruggles fc2dd2c7ac ogg/celt: do not set sample_fmt in the demuxer 14 years ago
Anton Khirnov 60df6b0048 id3v2: remove pointless casts 14 years ago
Anton Khirnov d2961e4ebf id3v2: read TXXX frames with two calls to decode_str() instead of one. 14 years ago
Anton Khirnov 1e18d32d01 id3v2: don't discard the whole tag when encountering empty frames. 14 years ago
Anton Khirnov 24ec9ac475 libvpx: fix build with older libvpx versions. 14 years ago
Mans Rullgard 6308729e68 ARM: check for inline asm 'y' operand modifier support 14 years ago
Justin Ruggles 5674d4b0a3 mpc8: check output buffer size before decoding 14 years ago
Justin Ruggles 8290d1f38b mpc7: return error if packet is too small. 14 years ago
Justin Ruggles c8b5c4d274 mpc7: check output buffer size before decoding 14 years ago
Justin Ruggles fac6b7f9f2 nellymoserdec: allocate float_buf only when decoding to int16 14 years ago
Justin Ruggles 32b484464c nellymoserdec: use NELLY_BUF_LEN instead of 128 14 years ago
Justin Ruggles ded0800d44 nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate. 14 years ago
Justin Ruggles 84464b2e7f nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples. 14 years ago
Justin Ruggles 8b31c086b6 nellymoser: check output buffer size before decoding 14 years ago
Luca Barbato 0e5cc174bb win32: improve threading algorithm warning 14 years ago
Anton Khirnov b036a7180c lavc: add video/audio/encoding flags to global_quality option 14 years ago
Luca Barbato 6450f26c9a libvpxenc: use libvpx's own defaults for some parameters 14 years ago
Luca Barbato e3eb015ba4 vpxenc: add private options 14 years ago
Justin Ruggles 08bd22a61b dpcm: return error if packet is too small 14 years ago
Justin Ruggles 0354fb7ebe dpcm: use smaller data types for static tables 14 years ago
Justin Ruggles 5a54d51017 dpcm: use sol_table_16 directly instead of through the DPCMContext. 14 years ago
Justin Ruggles f47f7efd14 dpcm: replace short with int16_t 14 years ago
Justin Ruggles 8d77d12a2b dpcm: check to make sure channels is 1 or 2. 14 years ago
Justin Ruggles 4bad464e7f dpcm: misc pretty-printing 14 years ago
Justin Ruggles 1de8401c56 dpcm: remove unnecessary variable by using bytestream functions. 14 years ago