| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix out of bound reads in the QDM2 decoder. | Laurent Aimar | 2011-10-03 | 1 | -0/+2 |
* | Check for out of bound writes in the QDM2 decoder. | Laurent Aimar | 2011-10-03 | 1 | -1/+6 |
* | libvpx: fix build with older libvpx versions. | Anton Khirnov | 2011-10-03 | 1 | -0/+2 |
* | ARM: check for inline asm 'y' operand modifier support | Mans Rullgard | 2011-10-03 | 1 | -1/+1 |
* | mpc8: check output buffer size before decoding | Justin Ruggles | 2011-10-02 | 1 | -2/+8 |
* | mpc7: return error if packet is too small. | Justin Ruggles | 2011-10-02 | 1 | -0/+1 |
* | mpc7: check output buffer size before decoding | Justin Ruggles | 2011-10-02 | 1 | -2/+8 |
* | nellymoserdec: allocate float_buf only when decoding to int16 | Justin Ruggles | 2011-10-02 | 1 | -1/+7 |
* | nellymoserdec: use NELLY_BUF_LEN instead of 128 | Justin Ruggles | 2011-10-02 | 1 | -1/+1 |
* | nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate. | Justin Ruggles | 2011-10-02 | 1 | -2/+2 |
* | nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples. | Justin Ruggles | 2011-10-02 | 1 | -7/+22 |
* | nellymoser: check output buffer size before decoding | Justin Ruggles | 2011-10-02 | 1 | -5/+12 |
* | win32: improve threading algorithm warning | Luca Barbato | 2011-10-02 | 1 | -2/+4 |
* | lavc: add video/audio/encoding flags to global_quality option | Anton Khirnov | 2011-10-01 | 1 | -1/+1 |
* | libvpxenc: use libvpx's own defaults for some parameters | Luca Barbato | 2011-10-01 | 1 | -5/+16 |
* | vpxenc: add private options | Luca Barbato | 2011-10-01 | 1 | -3/+60 |
* | dpcm: return error if packet is too small | Justin Ruggles | 2011-09-30 | 1 | -1/+4 |
* | dpcm: use smaller data types for static tables | Justin Ruggles | 2011-09-30 | 1 | -5/+5 |
* | dpcm: use sol_table_16 directly instead of through the DPCMContext. | Justin Ruggles | 2011-09-30 | 1 | -3/+2 |
* | dpcm: replace short with int16_t | Justin Ruggles | 2011-09-30 | 1 | -4/+3 |
* | dpcm: check to make sure channels is 1 or 2. | Justin Ruggles | 2011-09-30 | 1 | -0/+5 |
* | dpcm: misc pretty-printing | Justin Ruggles | 2011-09-30 | 1 | -20/+20 |
* | dpcm: remove unnecessary variable by using bytestream functions. | Justin Ruggles | 2011-09-30 | 1 | -38/+28 |
* | dpcm: move codec-specific variable declarations to their corresponding decodi... | Justin Ruggles | 2011-09-30 | 1 | -4/+4 |
* | dpcm: consistently use the variable name 'n' for the next input byte. | Justin Ruggles | 2011-09-30 | 1 | -7/+5 |
* | dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2. | Justin Ruggles | 2011-09-30 | 1 | -13/+16 |
* | dpcm: calculate and check actual output data size prior to decoding. | Justin Ruggles | 2011-09-30 | 1 | -16/+34 |
* | dpcm: factor out the stereo flag calculation | Justin Ruggles | 2011-09-30 | 1 | -14/+15 |
* | dpcm: cosmetics: rename channel_number to ch | Justin Ruggles | 2011-09-30 | 1 | -23/+23 |
* | dxva2_h264: pass the correct 8x8 scaling lists | Carl Eugen Hoyos | 2011-09-30 | 1 | -6/+8 |
* | dca: NEON optimised high freq VQ decoding | Mans Rullgard | 2011-09-30 | 3 | -9/+69 |
* | avcodec: reject audio packets with NULL data and non-zero size | Justin Ruggles | 2011-09-30 | 1 | -0/+5 |
* | dxva: Add ability to enable workaround for older ATI cards | Joakim Plate | 2011-09-30 | 2 | -9/+24 |
* | adpcm: move codec-specific variable declarations to the sections for the corr... | Justin Ruggles | 2011-09-29 | 1 | -14/+19 |
* | adpcm: check buffer size in Funcom ISS decoder before reading header. | Justin Ruggles | 2011-09-29 | 1 | -1/+7 |
* | adpcm: simplify reading of Funcom ISS frame header. | Justin Ruggles | 2011-09-29 | 1 | -7/+5 |
* | adpcm: check buffer size in IMA DK4 decoder before reading header. | Justin Ruggles | 2011-09-29 | 1 | -1/+7 |
* | adpcm: simplify reading of IMA DK4 frame header. | Justin Ruggles | 2011-09-29 | 1 | -8/+5 |
* | adpcm_ms: clean up reading of predictor coefficients | Justin Ruggles | 2011-09-29 | 1 | -9/+13 |
* | adpcm_4xm: process planar packets sequentially rather than simultaneously. | Justin Ruggles | 2011-09-29 | 1 | -20/+18 |
* | adpcm_ima_wav: process channel-interleaved blocks sequentially rather than si... | Justin Ruggles | 2011-09-29 | 1 | -7/+11 |
* | adpcm: update reference links | Justin Ruggles | 2011-09-29 | 2 | -15/+10 |
* | adpcm: simplify packet size bounds checking in the ADPCM IMA QT decoder. | Justin Ruggles | 2011-09-29 | 1 | -2/+7 |
* | adpcm: simplify and speed up several ADPCM decoders. | Justin Ruggles | 2011-09-29 | 1 | -65/+21 |
* | adpcm: pretty-print tables | Justin Ruggles | 2011-09-29 | 2 | -20/+23 |
* | prores: Handle 0 or fewer bits left | Alex Converse | 2011-09-29 | 1 | -2/+2 |
* | dca: clear inactive subbands only once in qmf_32_subbands() | Mans Rullgard | 2011-09-29 | 1 | -2/+3 |
* | ARM: NEON optimised vector_fmac_scalar() | Mans Rullgard | 2011-09-28 | 2 | -0/+51 |
* | dca: use vector_fmac_scalar from dsputil | Mans Rullgard | 2011-09-28 | 1 | -5/+2 |
* | dsputil: add vector_fmac_scalar() | Mans Rullgard | 2011-09-28 | 2 | -0/+20 |