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
2016-03-03doc/utils: fix typo for min() descriptionrelease/2.1Paul B Mahol
2015-12-15swscale/x86/rgb2rgb_template: Do not crash on misaligend strideMichael Niedermayer
2015-12-06avcodec/ffv1dec: Clear quant_table_count if its invalidMichael Niedermayer
2015-12-06avcodec/ffv1dec: Print an error if the quant table count is invalidMichael Niedermayer
2015-12-06avcodec/ffv1dec: Check for 0 quant tablesMichael Niedermayer
2015-12-02doc/filters/drawtext: fix centering exampleAndrey Utkin
2015-10-25videodsp: don't overread edges in vfix3 emu_edge.Ronald S. Bultje
2015-10-10avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size checkMichael Niedermayer
2015-10-10avformat/oggenc: Check segments_count for headers tooMichael Niedermayer
2015-10-10avformat/avidec: Workaround broken initial frameMichael Niedermayer
2015-10-10avcodec/ffv1: seperate slice_count from max_slice_countMichael Niedermayer
2015-10-10avcodec/mp3: fix skipping zeroswm4
2015-07-31MAINTAINERS: Remove myself as leaderMichael Niedermayer
2015-07-08avformat/swfdec: Do not error out on pixel format changesMichael Niedermayer
2015-06-19avcodec/x86/h264_weight: handle weight1=128Michael Niedermayer
2015-06-19avformat/mov: Mark avio context of decompressed atoms as seekableMichael Niedermayer
2015-06-19avfilter/x86/vf_hqdn3d: Fix register typesMichael Niedermayer
2015-05-17lavfi/fade: Do not overread input buffer.Carl Eugen Hoyos
2015-04-30Update for 2.1.8n2.1.8Michael Niedermayer
2015-04-29nutdec: fix illegal count check in decode_main_headerAndreas Cadhalpun
2015-04-28nutdec: check chapter creation in decode_info_headerAndreas Cadhalpun
2015-04-28nutdec: check for negative frame rate in decode_info_headerAndreas Cadhalpun
2015-04-28ffmpeg: remove incorrect network deinitMichael Niedermayer
2015-04-28apedec: prevent out of array writes in decode_array_0000Andreas Cadhalpun
2015-04-28apedec: set s->samples only when init_frame_decoder succeededAndreas Cadhalpun
2015-04-24tests/fate-run: do not attempt to parse tiny_psnrs output if it failedMichael Niedermayer
2015-04-24alac: reject rice_limit 0 if compression is usedAndreas Cadhalpun
2015-04-23alsdec: only adapt order for positive max_orderAndreas Cadhalpun
2015-04-23lavf: Reset global flag on deinitVittorio Giovara
2015-04-22mpeg4videodec: only allow a positive lengthAndreas Cadhalpun
2015-04-22alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun
2015-04-22avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before useMichael Niedermayer
2015-04-22alsdec: validate time diff indexAndreas Cadhalpun
2015-04-22avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the arrays nev...Michael Niedermayer
2015-04-22alsdec: ensure channel reordering is reversibleAndreas Cadhalpun
2015-04-22ac3: validate end in ff_ac3_bit_alloc_calc_maskAndreas Cadhalpun
2015-04-22aacpsy: avoid psy_band->threshold becoming NaNAndreas Cadhalpun
2015-04-22aasc: return correct buffer size from aasc_decode_frameAndreas Cadhalpun
2015-04-22aacdec: consistently use avctx for logging in decode_eld_specific_configAndreas Cadhalpun
2015-04-22msrledec: use signed pixel_ptr in msrle_decode_pal4Andreas Cadhalpun
2015-04-22avcodec/aacdec: Fix storing state before PCE decodeMichael Niedermayer
2015-04-22tests: Fix test name for pixfmts tests(cherry picked from commit e1ee0521a698...Timothy Gu
2015-04-22tests/fate.sh: report different status for different errorsTimothy Gu
2015-04-22avcodec/h264_refs: Do not set reference to things which dont existMichael Niedermayer
2015-04-22avutil/pca: Check for av_malloc* failuresMichael Niedermayer
2015-04-22avcodec/msrledec: restructure msrle_decode_pal4() based on the line number in...Michael Niedermayer
2015-04-22avcodec/hevc_ps: Check cropping parameters more correctlyMichael Niedermayer
2015-04-22avcodec/hevc_ps: More complete window resetMichael Niedermayer
2015-04-22hevc: make the crop sizes unsignedAnton Khirnov
2015-04-22avcodec/dnxhddec: Check that the frame is interlaced before using cur_fieldMichael Niedermayer