summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | h264: try reading SPS with wrong escaping, it sometimes works betterMichael Niedermayer2011-10-01
* | g729dec: prevent out of array accessMichael Niedermayer2011-10-01
* | avienc: Add a limit on the number of skiped frames muxed in a row.Michael Niedermayer2011-10-01
* | vf_scale.c: propagate error codeMichael Niedermayer2011-10-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-01
|\|
| * dpcm: return error if packet is too smallJustin Ruggles2011-09-30
| * dpcm: use smaller data types for static tablesJustin Ruggles2011-09-30
| * dpcm: use sol_table_16 directly instead of through the DPCMContext.Justin Ruggles2011-09-30
| * dpcm: replace short with int16_tJustin Ruggles2011-09-30
| * dpcm: check to make sure channels is 1 or 2.Justin Ruggles2011-09-30
| * dpcm: misc pretty-printingJustin Ruggles2011-09-30
| * dpcm: remove unnecessary variable by using bytestream functions.Justin Ruggles2011-09-30
| * dpcm: move codec-specific variable declarations to their corresponding decodi...Justin Ruggles2011-09-30
| * dpcm: consistently use the variable name 'n' for the next input byte.Justin Ruggles2011-09-30
| * dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2.Justin Ruggles2011-09-30
| * dpcm: calculate and check actual output data size prior to decoding.Justin Ruggles2011-09-30
| * dpcm: factor out the stereo flag calculationJustin Ruggles2011-09-30
| * dpcm: cosmetics: rename channel_number to chJustin Ruggles2011-09-30
| * avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected for th...Nathan Caldwell2011-09-30
| * lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö2011-09-30
| * dxva2_h264: pass the correct 8x8 scaling listsCarl Eugen Hoyos2011-09-30
| * dca: NEON optimised high freq VQ decodingMans Rullgard2011-09-30
| * avcodec: reject audio packets with NULL data and non-zero sizeJustin Ruggles2011-09-30
| * dxva: Add ability to enable workaround for older ATI cardsJoakim Plate2011-09-30
| * latmenc: Set latmBufferFullness to largest value to indicate it is not usedKieran Kunhya2011-09-30
| * adpcm: move codec-specific variable declarations to the sections for the corr...Justin Ruggles2011-09-29
| * adpcm: check buffer size in Funcom ISS decoder before reading header.Justin Ruggles2011-09-29
| * adpcm: simplify reading of Funcom ISS frame header.Justin Ruggles2011-09-29
| * adpcm: check buffer size in IMA DK4 decoder before reading header.Justin Ruggles2011-09-29
| * adpcm: simplify reading of IMA DK4 frame header.Justin Ruggles2011-09-29
| * adpcm_ms: clean up reading of predictor coefficientsJustin Ruggles2011-09-29
| * adpcm_4xm: process planar packets sequentially rather than simultaneously.Justin Ruggles2011-09-29
| * adpcm_ima_wav: process channel-interleaved blocks sequentially rather than si...Justin Ruggles2011-09-29
| * adpcm: update reference linksJustin Ruggles2011-09-29
| * adpcm: simplify packet size bounds checking in the ADPCM IMA QT decoder.Justin Ruggles2011-09-29
| * adpcm: simplify and speed up several ADPCM decoders.Justin Ruggles2011-09-29
| * adpcm: pretty-print tablesJustin Ruggles2011-09-29
| * prores: Handle 0 or fewer bits leftAlex Converse2011-09-29
| * mpeg probe: check the 2/4-bit synchronization value found after a pack_start_...Alex Converse2011-09-29
* | Fix out of bound reads/writes in the TIFF decoder.Laurent Aimar2011-10-01
* | Check for out of bound writes in the QDM2 decoder.Laurent Aimar2011-10-01
* | Fix out of bound reads in the QDM2 decoder.Laurent Aimar2011-10-01
* | Fix out of bound reads due to integer overflow in the ADPCM IMA Electronic Ar...Laurent Aimar2011-10-01
* | Check for out of bound reads in the Electronic Arts CMV decoder.Laurent Aimar2011-10-01
* | Prevent NULL dereferences when missing the reference frame in the Electronic ...Laurent Aimar2011-10-01
* | Fix potential pointer arithmetic overflows in the Electronic Arts CMV decoder.Laurent Aimar2011-10-01
* | Prevent infinite loop in the ANM decoder.Laurent Aimar2011-10-01
* | Fix double free on error in Deluxe Paint Animation demuxer.Laurent Aimar2011-10-01
* | Check for out of bound reads in AVS decoder.Laurent Aimar2011-10-01
* | Check for out of bound writes in the avs demuxer.Laurent Aimar2011-10-01