summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* s3tc: fix shift overflow by using unsigned constantMans Rullgard2011-11-26
* svq1enc: fix signed multiplication overflowMans Rullgard2011-11-26
* svq1dec: use sign_extend()Mans Rullgard2011-11-26
* rv34: fix signed multiplication overflowMans Rullgard2011-11-26
* [PATCH] Fix crash when initializing multi-threaded decoding for corrupted file.Cheng Sun2011-11-26
* sol: use AV_RL32 instead of raw pointer castMans Rullgard2011-11-26
* cook: use a table for xor key rotationMans Rullgard2011-11-26
* apedec: fix signed integer overflowsMans Rullgard2011-11-26
* qtrle: simplify 32-bit decode using intreadwrite macrosMans Rullgard2011-11-26
* gif: fix invalid signed shiftsMans Rullgard2011-11-26
* rtjpeg: simplify get_block() by using get_bits_left.Reimar Döffinger2011-11-26
* rtjpeg: check get_block return value for error.Reimar Döffinger2011-11-26
* nuv: check per-frame header for validity.Reimar Döffinger2011-11-26
* nuv: use FFALIGN.Reimar Döffinger2011-11-26
* flicvideo: check extradata_size before accessing extradata.Carl Eugen Hoyos2011-11-26
* fraps: check for overread.Michael Niedermayer2011-11-26
* cook: fix apparent typo in extradata parsingK.Y.H2011-11-26
* lavc: update doxy to use nondeprecated API.Anton Khirnov2011-11-26
* swscale: Readd #define _SVID_SOURCEMartin Storsjö2011-11-25
* Fix av_get_channel_layout_string() for positions >31Mans Rullgard2011-11-25
* configure: Store vda lib flags in extralibs instead of ldflagsRafaël Carré2011-11-25
* Make channel layout masks unsignedMans Rullgard2011-11-25
* dca: ARMv6 optimised decode_blockcode()Mans Rullgard2011-11-25
* nullenc: drop AVFMT_RAWPICTURE from the flagsLuca Barbato2011-11-25
* frame-mt: return consumed packet size in ff_thread_decode_frameJanne Grunau2011-11-25
* aacdec: add more fate tests covering SBR and PSJanne Grunau2011-11-25
* MK(BE)TAG: avoid undefined shiftsMans Rullgard2011-11-25
* snow: split snow in snowdec and snowencLuca Barbato2011-11-24
* tiffenc: deprecate using compression_levelAnton Khirnov2011-11-24
* swscale: fix failing fate tests.Ronald S. Bultje2011-11-24
* swscale: add support for planar RGB input.Ronald S. Bultje2011-11-24
* h264: add support for decoding planar RGB images.Ronald S. Bultje2011-11-24
* Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje2011-11-24
* pixfmt: add planar RGB formats.Ronald S. Bultje2011-11-24
* libavutil: add utility functions to simplify allocation of audio buffers.Justin Ruggles2011-11-23
* libavutil: add planar sample formats and av_sample_fmt_is_planar()Justin Ruggles2011-11-23
* avconv: fix segfault at EOF with delayed picturesJanne Grunau2011-11-24
* pcmdec: remove unneeded resetting of samples pointerJustin Ruggles2011-11-23
* avconv: remove a now unused parameter from output_packet().Anton Khirnov2011-11-23
* avconv: formatting fixes in output_packet()Anton Khirnov2011-11-23
* avconv: declare some variables in blocks where they are usedAnton Khirnov2011-11-23
* avconv: use the same behavior when decoding audio/video/subsAnton Khirnov2011-11-23
* bethsoftvideo: return proper consumed size for palette packets.Anton Khirnov2011-11-23
* cdg: skip packets that don't contain a cdg command.Justin Ruggles2011-11-23
* crcenc: add flagsAnton Khirnov2011-11-23
* avconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.Anton Khirnov2011-11-23
* tiffenc: add a private option for selecting compression algorithmAnton Khirnov2011-11-23
* md5enc: add flagsAnton Khirnov2011-11-23
* ARM: remove needless .text/.align directivesMans Rullgard2011-11-23
* aacdec: Fix PS in ADTS.Alex Converse2011-11-22