summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* cook: check output buffer size before decodingJustin Ruggles2011-10-29
* cook: do not needlessly set *data_size to 0Justin Ruggles2011-10-29
* cook: remove pointless return statementsJustin Ruggles2011-10-29
* cook: simplify decouple_info()Justin Ruggles2011-10-29
* cook: return appropriate error codes instead of -1Justin Ruggles2011-10-29
* cook: avoid hardcoded sizes in sizeof()Justin Ruggles2011-10-29
* cook: remove unneeded #includesJustin Ruggles2011-10-29
* cook: output float samples instead of converting to int16Justin Ruggles2011-10-29
* mov: Avoid divide by zero in edit list dts handlingBenjamin Larsson2011-10-29
* utvideo: account for coupled lines in YUV420 formatKostya Shishkov2011-10-28
* vp3: fix oob read for negative tokens and memleaks on error.Ronald S. Bultje2011-10-28
* vp8: fix overflow in segmentation map caching.Ronald S. Bultje2011-10-28
* lavf: use number of output pictures for delay checks.Ronald S. Bultje2011-10-28
* Fix decoding of lossless 4:2:2 H.264Anton Mitrofanov2011-10-28
* Fix decoding of lossless 10-bit 4:4:4 H.264Anton Mitrofanov2011-10-28
* probe: Restore identification of files with very large id3 tags and no extens...Alex Converse2011-10-28
* probe: Remove id3 tag presence as a criteria to do file extension checking.Alex Converse2011-10-28
* mpegts: MP4 SL supportAlex Converse2011-10-28
* mpegts: MP4 OD supportAlex Converse2011-10-28
* mpegts: Add support for Sections in PMTAlex Converse2011-10-28
* mpegts: Replace the MP4 descriptor parser with a recursive parser.Alex Converse2011-10-28
* mpegts: Add support for multiple mp4 descriptorsAlex Converse2011-10-28
* mpegts: Parse mpeg2 SL descriptors.Alex Converse2011-10-28
* isom: Add MPEG4SYSTEMS dummy object type indication.Alex Converse2011-10-28
* aacdec: allow output reconfiguration on channel changesMichael Niedermayer2011-10-28
* nellymoserenc: take float input samples instead of int16Justin Ruggles2011-10-28
* nellymoserdec: use dsp functions for overlap and windowingJustin Ruggles2011-10-28
* nellymoserdec: do not fail if there is extra data in the packetJustin Ruggles2011-10-28
* nellymoserdec: fail if output buffer is too smallJustin Ruggles2011-10-28
* nellymoserdec: remove pointless buffer size check.Justin Ruggles2011-10-28
* lavf: add init_put_byte() to the list of visible symbols.Anton Khirnov2011-10-28
* seek-test: free options dictionary after useJanne Grunau2011-10-28
* snow: do not draw_edge if emu_edge is setMichael Niedermayer2011-10-28
* tools/pktdumper: update to recent avformat apiJanne Grunau2011-10-28
* seek-test: update to recent avformat apiJanne Grunau2011-10-28
* wmavoice: move output buffer size check to synth_superframe().Justin Ruggles2011-10-28
* wmavoice: only set data_size to 0 when necessaryJustin Ruggles2011-10-28
* wmapro: fix strict-aliasing violations by using av_alias32Justin Ruggles2011-10-28
* wmapro: use FmtConvertContext.float_interleave() to interleave output samplesJustin Ruggles2011-10-28
* wmadec: consolidate 2 output buffer size checks into 1 checkJustin Ruggles2011-10-28
* apedec: assert that s->samples is not negative before trying to decodeJustin Ruggles2011-10-28
* apedec: use FFALIGN macro for internal data buffer sizeJustin Ruggles2011-10-28
* apedec: do not keep incrementing the input data pointer past the end of theJustin Ruggles2011-10-28
* apedec: check for input buffer overflow while reading frame headerJustin Ruggles2011-10-28
* apedec: use unsigned int for offsetJustin Ruggles2011-10-28
* apedec: remove pointless increment of 'buf'Justin Ruggles2011-10-28
* apedec: set s->currentframeblocks after validating nblocksJustin Ruggles2011-10-28
* apedec: use unsigned int for 'nblocks' and make sure that it's within int rangeJustin Ruggles2011-10-28
* apedec: do not set s->samples until after validation.Justin Ruggles2011-10-28
* apedec: check for data buffer realloc failureJustin Ruggles2011-10-28