30381 Commits (8140a1288ff2498adcbb67db73ef9862b518bb88)
 

Author SHA1 Message Date
Laurent Aimar 291d74a46d Check for out of bound writes in the QDM2 decoder. 13 years ago
Justin Ruggles fc2dd2c7ac ogg/celt: do not set sample_fmt in the demuxer 13 years ago
Anton Khirnov 60df6b0048 id3v2: remove pointless casts 13 years ago
Anton Khirnov d2961e4ebf id3v2: read TXXX frames with two calls to decode_str() instead of one. 13 years ago
Anton Khirnov 1e18d32d01 id3v2: don't discard the whole tag when encountering empty frames. 13 years ago
Anton Khirnov 24ec9ac475 libvpx: fix build with older libvpx versions. 13 years ago
Mans Rullgard 6308729e68 ARM: check for inline asm 'y' operand modifier support 13 years ago
Justin Ruggles 5674d4b0a3 mpc8: check output buffer size before decoding 13 years ago
Justin Ruggles 8290d1f38b mpc7: return error if packet is too small. 13 years ago
Justin Ruggles c8b5c4d274 mpc7: check output buffer size before decoding 13 years ago
Justin Ruggles fac6b7f9f2 nellymoserdec: allocate float_buf only when decoding to int16 13 years ago
Justin Ruggles 32b484464c nellymoserdec: use NELLY_BUF_LEN instead of 128 13 years ago
Justin Ruggles ded0800d44 nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate. 13 years ago
Justin Ruggles 84464b2e7f nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples. 13 years ago
Justin Ruggles 8b31c086b6 nellymoser: check output buffer size before decoding 13 years ago
Luca Barbato 0e5cc174bb win32: improve threading algorithm warning 13 years ago
Anton Khirnov b036a7180c lavc: add video/audio/encoding flags to global_quality option 13 years ago
Luca Barbato 6450f26c9a libvpxenc: use libvpx's own defaults for some parameters 13 years ago
Luca Barbato e3eb015ba4 vpxenc: add private options 13 years ago
Justin Ruggles 08bd22a61b dpcm: return error if packet is too small 13 years ago
Justin Ruggles 0354fb7ebe dpcm: use smaller data types for static tables 13 years ago
Justin Ruggles 5a54d51017 dpcm: use sol_table_16 directly instead of through the DPCMContext. 13 years ago
Justin Ruggles f47f7efd14 dpcm: replace short with int16_t 13 years ago
Justin Ruggles 8d77d12a2b dpcm: check to make sure channels is 1 or 2. 13 years ago
Justin Ruggles 4bad464e7f dpcm: misc pretty-printing 13 years ago
Justin Ruggles 1de8401c56 dpcm: remove unnecessary variable by using bytestream functions. 13 years ago
Justin Ruggles fc6faee0d1 dpcm: move codec-specific variable declarations to their corresponding decoding blocks. 13 years ago
Justin Ruggles 989bb7bd04 dpcm: consistently use the variable name 'n' for the next input byte. 13 years ago
Justin Ruggles 04b24cf94b dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2. 13 years ago
Justin Ruggles 76db17dc7d dpcm: calculate and check actual output data size prior to decoding. 13 years ago
Justin Ruggles 3db8db406f dpcm: factor out the stereo flag calculation 13 years ago
Justin Ruggles b09c7eefb7 dpcm: cosmetics: rename channel_number to ch 13 years ago
Nathan Caldwell f5e717f3c7 avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected for the loopback address. 13 years ago
Martin Storsjö e81e5e8ad2 lavf: Avoid using av_malloc(0) in av_dump_format 13 years ago
Carl Eugen Hoyos bcb1555489 dxva2_h264: pass the correct 8x8 scaling lists 13 years ago
Mans Rullgard bf5d46d8e6 dca: NEON optimised high freq VQ decoding 13 years ago
Justin Ruggles 6326afd5e9 avcodec: reject audio packets with NULL data and non-zero size 13 years ago
Joakim Plate dcce09d64b dxva: Add ability to enable workaround for older ATI cards 13 years ago
Kieran Kunhya d4a544cbc4 latmenc: Set latmBufferFullness to largest value to indicate it is not used 13 years ago
Justin Ruggles e562fbd003 adpcm: move codec-specific variable declarations to the sections for the corresponding codecs. 13 years ago
Justin Ruggles 9662539c10 adpcm: check buffer size in Funcom ISS decoder before reading header. 13 years ago
Justin Ruggles ba5d2890d7 adpcm: simplify reading of Funcom ISS frame header. 13 years ago
Justin Ruggles 5c9eb4fabb adpcm: check buffer size in IMA DK4 decoder before reading header. 13 years ago
Justin Ruggles a57ea1a87e adpcm: simplify reading of IMA DK4 frame header. 13 years ago
Justin Ruggles 8114f94ac9 adpcm_ms: clean up reading of predictor coefficients 13 years ago
Justin Ruggles 943f4db552 adpcm_4xm: process planar packets sequentially rather than simultaneously. 13 years ago
Justin Ruggles 119974b164 adpcm_ima_wav: process channel-interleaved blocks sequentially rather than simultaneously. 13 years ago
Justin Ruggles 7c287b18a0 adpcm: update reference links 13 years ago
Justin Ruggles ac94b8bcc6 adpcm: simplify packet size bounds checking in the ADPCM IMA QT decoder. 13 years ago
Justin Ruggles de0b586a87 adpcm: simplify and speed up several ADPCM decoders. 13 years ago