Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-10prores: Add a codepath for decoding errorsLuca Barbato
2013-10-10vp6: Support cropping to AVCodecContext.width/heightMartin Storsjö
2013-10-10jpeg2000: Check block lengthLuca Barbato
2013-10-10vmnc: Use meaningful return valuesLuca Barbato
2013-10-10vmnc: Check the cursor dimensionsLuca Barbato
2013-10-10vmnc: Port to bytestream2Luca Barbato
2013-10-10vmnc: K&R formatting cosmeticsLuca Barbato
2013-10-09shorten: Extend fixed_coeffs to properly support pred_order 0Luca Barbato
2013-10-07x86: h264_idct: Update comments to match 8/10-bit depth optimization splitDiego Biurrun
2013-10-07x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner
2013-10-07x86: fdct: Employ more specific ifdefsDiego Biurrun
2013-10-05x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun
2013-10-05x86: fdct: Initialize optimized fdct implementations in the standard wayDiego Biurrun
2013-10-05x86: xviddct: Employ more specific ifdefsDiego Biurrun
2013-10-04x86: fdct: Only build fdct code if encoders have been enabledDiego Biurrun
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-10-04atrac: Add missing av_coldMaxim Poliakovski
2013-10-03atrac3: Generalize gain compensation codeMaxim Poliakovski
2013-10-03Use correct Doxygen syntaxDiego Biurrun
2013-10-03atrac: Move doxygen comments to the headerMaxim Poliakovski
2013-10-03atrac3: Replace a silly counter variable name with plain 'j'Diego Biurrun
2013-10-02lavc: mark deprecated AVCodec.max_lowres for removal on next bumpAnton Khirnov
2013-09-29pcx: Return an error on broken palette if err_detect is set to 'explode'Martin Storsjö
2013-09-29pcx: Check the packet size before assuming it fits a paletteMartin Storsjö
2013-09-29rpza: Fix a buffer size checkMartin Storsjö
2013-09-29xxan: Disallow odd widthMartin Storsjö
2013-09-29xan: Only read within the data that actually was initializedMartin Storsjö
2013-09-29xan: Use bytestream2 to limit reading to within the bufferMartin Storsjö
2013-09-29pcx: Consume the whole packet if giving up due to missing paletteMartin Storsjö
2013-09-29pngdec: Stop trying to decode once inflate returns Z_STREAM_ENDMartin Storsjö
2013-09-29alac: Do bounds checking of lpc_order read from the bitstreamMartin Storsjö
2013-09-27pcm: support 24-bit/32-bit little-endian planarPaul B Mahol
2013-09-25g2meet: Respect cursor_stride properly everywhereKostya Shishkov
2013-09-24lavc doxy: document that avcodec_flush_buffers() invalidates decoded framesAnton Khirnov
2013-09-24h264: do not reinitialize the global cabac tables at each slice headerAnton Khirnov
2013-09-24cabac: remove write-only h264_mps_state[]Anton Khirnov
2013-09-24lavc: add support for interleaved chroma formats to libx264.Kieran Kunhya
2013-09-24h264_sei: check SEI sizeMichael Niedermayer
2013-09-24h264: do not discard NAL_SEI when skipping framesRainer Hochecker
2013-09-24h264: log extradata skip only for non-ignored NALsVittorio Giovara
2013-09-24h264_sei: log unknown sei messagesVittorio Giovara
2013-09-24mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0Martin Storsjö
2013-09-24h263dec: Remove a hack that can cause infinite loopsMartin Storsjö
2013-09-22vc1dec: Check the error handling flags on slice/field header decode errorsMartin Storsjö
2013-09-22vc1dec: Don't decode slices when the latest slice header failed to decodeMichael Niedermayer
2013-09-22vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocksMartin Storsjö
2013-09-22vc1dec: Undo mpegvideo initialization if unable to allocate tablesMartin Storsjö
2013-09-22vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errorsMartin Storsjö
2013-09-22wnv1: Make sure the input packet is large enoughMartin Storsjö
2013-09-20h264: remove an unused static constantVittorio Giovara