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-02-12avfilter/dctdnoiz: fix slice_h computationn2.5.4Clément Bœsch
2015-02-12x86/lossless_audiodsp: fix compilation with --disable-yasmJames Almer
2015-02-12avutil/opencl: don't include config.hJames Almer
2015-02-12x86/swr: add missing alignment check to pack_6ch functionsJames Almer
2015-02-12Update for 2.5.4Michael Niedermayer
2015-02-12avformat/rtmpproto: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-02-12avformat/riffdec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-02-12avformat/os_support: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-02-12avcodec/arm/videodsp_armv5te: Fix linking failure with "g++ -shared -D__STDC_...Michael Niedermayer
2015-02-12avcodec/mjpegdec: Skip blocks which are outside the visible areaMichael Niedermayer
2015-02-12avcodec/h264_slice: assert that reinit does not occur after the first sliceMichael Niedermayer
2015-02-12avcodec/h264_slice: ignore SAR changes in slices after the firstMichael Niedermayer
2015-02-12avcodec/h264_slice: Check picture structure before setting the related fieldsMichael Niedermayer
2015-02-12avcodec/h264_slice: Do not change frame_num after the first sliceMichael Niedermayer
2015-02-12avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMTMichael Niedermayer
2015-02-12avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMTMichael Niedermayer
2015-02-12avcodec/h264: Be more strict on rejecting pps/sps changesMichael Niedermayer
2015-02-12avcodec/h264: Be more strict on rejecting pps_id changesMichael Niedermayer
2015-02-12avcodec/h264_ps: More completely check the bit depthsMichael Niedermayer
2015-02-12Revert "avcodec/x86/lossless_audiodsp: Make scalarproduct_and_madd_int16 prot...Michael Niedermayer
2015-02-12avcodec/x86/lossless_audiodsp: Move order&8 fallback into C codeMichael Niedermayer
2015-02-12avcodec/x86/lossless_audiodsp: Make scalarproduct_and_madd_int16 prototypes m...Michael Niedermayer
2015-02-12avformat/thp: Check av_get_packet() for failure not only for partial outputMichael Niedermayer
2015-02-12swscale/utils: Limit filter shifting so as not to read from prior the arrayMichael Niedermayer
2015-02-12avcodec/mpegvideo_motion: Fix gmc chroma dimensionsMichael Niedermayer
2015-02-12avcodec/mjpegdec: Check number of components for JPEG-LSMichael Niedermayer
2015-02-12avcodec/mjpegdec: Check escape sequence validityMichael Niedermayer
2015-02-12avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behaviorMichael Niedermayer
2015-02-12avformat/mpc8: fix broken pointer mathwm4
2015-02-12avformat/mpc8: fix hang with fuzzed filewm4
2015-02-12avformat/tta: fix crash with corrupted fileswm4
2015-02-12avcodec/ppc/idctdsp.c: POWER LE support in idct_add_altivec()Rong Yan
2015-02-12avcodec/mpegvideo_enc: Fix number suffixes in rc_buffer_size calculationMichael Niedermayer
2015-02-12avcodec/h264_cabac: use int instead of long for mbb_xyMichael Niedermayer
2015-02-12avformat/omadec: fix number suffixMichael Niedermayer
2015-02-12avformat/smacker: Fix number suffixMichael Niedermayer
2015-02-12avformat/matroskadec: Fix number suffixesMichael Niedermayer
2015-02-12avcodec/dxtory: Use LL instead of L number suffixMichael Niedermayer
2015-02-12swresample/dither: Cleanup number suffixesMichael Niedermayer
2015-02-12avformat/utils: Fix number suffixes in tb_unreliable()Michael Niedermayer
2015-02-12doc/APIchanges: fill in more missing hash values and datesMichael Niedermayer
2015-02-12doc/APIchanges: fill in and correct some valuesMichael Niedermayer
2015-02-12doc/APIchanges: Add av_find_best_pix_fmt_of_2() and av_get_pix_fmt_loss()Michael Niedermayer
2015-02-12doc/APIchanges: Fill in some more missing hash valuesMichael Niedermayer
2015-02-12swscale/input: fix rgba64 alpha non nativeMichael Niedermayer
2015-02-12swscale/input: Fix alpha of YA16 inputMichael Niedermayer
2015-02-12libavcodec/ppc/mpegvideoencdsp.c: fix stack smashing in pix_norm1_altivec() a...Andreas Cadhalpun
2015-02-12avformat/rmdec: Check for overflow in ff_rm_read_mdpr_codecdata()Michael Niedermayer
2015-02-12avformat/mpeg: do not count PES packets inside PES packets during probingMichael Niedermayer
2015-02-12hevc: always clip luma_log2_weight_denomVittorio Giovara