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-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
2013-09-20dcadec: Validate the lfe parameterMartin Storsjö
2013-09-19fraps: Make the input buffer size checks more strictMartin Storsjö
2013-09-19svq3: Avoid a division by zeroMartin Storsjö
2013-09-19qpeg: Add checks for running out of rows in qpeg_decode_interMartin Storsjö
2013-09-19mpegaudiodec: Validate that the number of channels fits at the given offsetMartin Storsjö
2013-09-19asvdec: Verify the amount of extradataMartin Storsjö
2013-09-19rv34: Fix a memory leak on errorsMartin Storsjö
2013-09-19rv10: Validate the dimensions set from the containerMartin Storsjö
2013-09-18aacdec: Add support for LD (Low Delay) AACAlex Converse
2013-09-18aacdec: Add support for Error Resilience syntax.Alex Converse
2013-09-18Add a WebP decoderJustin Ruggles
2013-09-18lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_tJustin Ruggles
2013-09-18twinvqdec: Check the ibps parameter separatelyMartin Storsjö
2013-09-17dca_parser: Handle changes in DCA frame sizeJohn Stebbins
2013-09-17jpeg2000dec: Add more checks when parsing headersMartin Storsjö
2013-09-17ffv1: Make sure at least one slice context is initializedMartin Storsjö
2013-09-17eacmv: Make sure a reference frame exists before referencing itMartin Storsjö
2013-09-17truemotion2: Use av_freep properly in an error pathMartin Storsjö
2013-09-17mpeg4videodec: Check the width/height in mpeg4_decode_sprite_trajectoryMartin Storsjö
2013-09-17ivi_common: Make sure color planes have been initializedMartin Storsjö
2013-09-17rv34: Check the return value from ff_rv34_decode_initMartin Storsjö
2013-09-17mace: Make sure that the channel count is set to a valid valueMartin Storsjö
2013-09-17svq3: Check for any negative return value from ff_h264_check_intra_pred_modeMartin Storsjö
2013-09-16x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö
2013-09-16Fix references to deleted avcodec_encode_video() functionVittorio Giovara
2013-09-16avpacket: Fix error checking in packet_allocMartin Storsjö
2013-09-16vp3: Check the framerate for validityMartin Storsjö
2013-09-16proresdec: Properly make sure an index doesn't run past the limitMartin Storsjö
2013-09-16cavsdec: Make sure a sequence header has been decoded before decoding picturesMartin Storsjö
2013-09-15mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes
2013-09-13pcm-dvd: Minor leftoversChristian Schmidt