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-12x86/lossless_audiodsp: fix compilation with --disable-yasmJames Almer
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-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-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-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-12avcodec/dxtory: Use LL instead of L number suffixMichael Niedermayer
2015-02-12libavcodec/ppc/mpegvideoencdsp.c: fix stack smashing in pix_norm1_altivec() a...Andreas Cadhalpun
2015-02-12hevc: always clip luma_log2_weight_denomVittorio Giovara
2015-02-12aacenc: correctly check returned valueVittorio Giovara
2015-02-12avcodec/flac_parser: fix handling EOF if no headers are foundMichael Niedermayer
2015-02-12vp8: improve memory allocation checksVittorio Giovara
2015-02-12avcodec/hevc: Fix handling of skipped_bytes() reallocation failuresMichael Niedermayer
2015-02-12qpeg: avoid pointless invalid memcpy()wm4
2015-02-04lavc/aarch64: Do not use the neon horizontal chroma loop filter for H.264 4:2:2.Carl Eugen Hoyos
2015-01-09vp9: fix parser return values in error casewm4
2015-01-09avcodec/dvdsubdec: fix accessing dangling pointerswm4
2015-01-09avcodec/dvdsubdec: error on bitmaps with size 0wm4
2015-01-09avcodec/dvdsubdec: fix out of bounds accesseswm4
2014-12-22Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2014-12-22mmvideo: check frame dimensionsAnton Khirnov
2014-12-22jvdec: check frame dimensionsAnton Khirnov
2014-12-22avcodec/indeo3: ensure offsets are non negativeMichael Niedermayer
2014-12-22avcodec/h264: Check *log2_weight_denomMichael Niedermayer
2014-12-22avcodec/hevc_ps: Check diff_cu_qp_delta_depthMichael Niedermayer
2014-12-22avcodec/h264: Clear delayed_pic on deallocationMichael Niedermayer
2014-12-22avcodec/hevc: clear filter_slice_edges() on allocationMichael Niedermayer
2014-12-22avcodec/dcadec: Check that the added xch channel isnt already thereMichael Niedermayer
2014-12-22avcodec/indeo3: use signed variables to avoid underflowMichael Niedermayer
2014-12-22avcodec/h264: make the first field of H264Context an AVClassMichael Niedermayer
2014-12-22avcodec/utvideodec: Fix handling of slice_height=0Michael Niedermayer
2014-12-22avcodec/xface: Add asserts to limit nb_words from becoming too largeMichael Niedermayer
2014-12-22avcodec/xface: correct the XFACE_MAX_* valuesMichael Niedermayer
2014-12-22avcodec/vmdvideo: Check len before using it in method 3Michael Niedermayer
2014-12-08avcodec/ppc/vp3dsp_altivec: POWER LE support to vp3_idct_add_altivec()Rong Yan
2014-12-05avcodec/mpegaudiodec_template: only allocate fdsp when its usedMichael Niedermayer
2014-12-04avcodec/ppc/vp8dsp_altivec.c: POWER LE support put_vp8_epel_h_altivec_core() ...Rong Yan