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
2015-03-14aic: Fix decoding files with odd dimensionsVittorio Giovara
2015-03-14avcodec/tiff: move bpp check to after "end:"Michael Niedermayer
2015-03-14avcodec/utils: Align YUV411 by as much as the other YUV variantsMichael Niedermayer
2015-03-14vp9: fix segmentation map retention with threading enabled.Ronald S. Bultje
2015-03-14vp9: ignore reference segmentation map if error_resilience flag is set.Ronald S. Bultje
2015-03-14fix VP9 packet decoder returning 0 instead of the used data sizeSteve Lhomme
2015-03-14Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri
2015-03-14mips/acelp_filters: fix incorrect register constraintJames Cowgill
2015-03-14avcodec/hevc_ps: Sanity checks for some log2_* valuesMichael Niedermayer
2015-03-14avcodec/zmbv: Check len before reading in decode_frame()Michael Niedermayer
2015-03-14avcodec/h264: Only reinit quant tables if a new PPS is allowedMichael Niedermayer
2015-03-14avcodec/snowdec: Fix ref value checkMichael Niedermayer
2015-03-14avcodec/a64multienc: fix use of uninitialized values in to_meta_with_cropAndreas Cadhalpun
2015-03-14avcodec/a64multienc: don't set incorrect packet sizeMichael Niedermayer
2015-03-14avcodec/a64multienc: use av_frame_ref instead of copying the frameAndreas Cadhalpun
2015-03-14avcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86()Michael Niedermayer
2015-03-11avcodec/012v: redesign main loopMichael Niedermayer
2015-03-11avcodec/012v: Check dimensions more completelyMichael Niedermayer
2015-03-11roqvideoenc: set enc->avctx in roq_encode_initAndreas Cadhalpun
2015-03-11avcodec/options_table: remove extradata_size from the AVOptions tableMichael Niedermayer
2015-03-09Merge commit 'eb9041403d820634c45ed4ee98570246a252507a' into release/2.2Michael Niedermayer
2015-03-09Merge commit '772f50c1f3e4a50ce3f35e31a6f0cd64e7cbe818' into release/2.2Michael Niedermayer
2015-03-09Merge commit '0eb8786eac1f4a2132ad80dc49f90d5f81665c5c' into release/2.2Michael Niedermayer
2015-03-09avcodec/webp: validate the distance prefix codeAndreas Cadhalpun
2015-03-09avcodec/rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun
2015-03-09webp: ensure that each transform is only used onceAndreas Cadhalpun
2015-03-09Merge commit 'b2b359f12465c8445484be24278b324da8ebb0e1' into release/2.2Michael Niedermayer
2015-03-09Merge commit '91ef250713d04d675a16e5b030d7226baafe3f82' into release/2.2Michael Niedermayer
2015-03-09Merge commit '3670942fae7beb2bfde52557ee95eab5f536e624' into release/2.2Michael Niedermayer
2015-03-09Merge commit 'fa4604d80580dde45bfce32ebe04a5c13c233895' into release/2.2Michael Niedermayer
2015-03-09Merge commit '03fbb6ff3d28f639ea5a35aba3c6dca09c17225d' into release/2.2Michael Niedermayer
2015-03-09tiff: Check that there is no aliasing in pixel format selectionAnton Khirnov
2015-03-08webp: validate the distance prefix codeAndreas Cadhalpun
2015-03-08rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun
2015-03-08eamad: check for out of bounds readFederico Tomassetti
2015-03-08mdec: check for out of bounds readFederico Tomassetti
2015-02-23h264_cabac: Break infinite loopsMichael Niedermayer
2015-02-21h264: initialize H264Context.avctx in init_thread_copyAnton Khirnov
2015-02-21h264: Do not share rbsp_buffer across threadsMichael Niedermayer
2015-02-21h264: only ref cur_pic in update_thread_context if it is initializedAnton Khirnov
2015-02-17avcodec/arm/videodsp_armv5te: Fix linking failure with "g++ -shared -D__STDC_...Michael Niedermayer
2015-02-17avcodec/mjpegdec: Skip blocks which are outside the visible areaMichael Niedermayer
2015-02-17lavc/aarch64: Do not use the neon horizontal chroma loop filter for H.264 4:2:2.Carl Eugen Hoyos
2015-02-17avcodec/h264_slice: ignore SAR changes in slices after the firstMichael Niedermayer
2015-02-17avcodec/h264_slice: Check picture structure before setting the related fieldsMichael Niedermayer
2015-02-17avcodec/h264_slice: Do not change frame_num after the first sliceMichael Niedermayer
2015-02-17avcodec/h264: Be more strict on rejecting pps/sps changesMichael Niedermayer
2015-02-17avcodec/h264: Be more strict on rejecting pps_id changesMichael Niedermayer
2015-02-17avcodec/h264_ps: More completely check the bit depthsMichael Niedermayer
2015-02-17avcodec/mjpegdec: Check number of components for JPEG-LSMichael Niedermayer