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-07-31MAINTAINERS: Remove myself as leaderrelease/0.9Michael Niedermayer
2014-03-21update for 0.9.4n0.9.4Michael Niedermayer
2014-03-21vorbisdec: Check bark_map_size.Michael Niedermayer
2014-03-21avcodec/snow: split block clipping checksMichael Niedermayer
2014-03-21avcodec/msrle: use av_image_get_linesize() to calculate the linesizeMichael Niedermayer
2014-03-21avformat/mpegtsenc: Check data array size in mpegts_write_pmt()Michael Niedermayer
2014-03-21avcodec/wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer
2014-03-21wmalosslessdec: make mclms arrays big enough for whats written into them.Michael Niedermayer
2014-03-21avcodec/vc1: reset fcm/field_mode in non advanced header parsingMichael Niedermayer
2014-03-21avcodec/vmnc: Check that rectangles are within the pictureMichael Niedermayer
2014-03-21dnxhdenc: fix mb_rc sizeMichael Niedermayer
2014-03-21avcodec/jpeglsdec: check err value for ls_get_code_runterm()Michael Niedermayer
2014-03-21avfilter/ff_insert_pad: fix order of operationsMichael Niedermayer
2014-03-21avcodec/parser: reset indexes on realloc failureMichael Niedermayer
2013-12-21arm: Don't clobber callee saved registers in scalarproductMartin Storsjö
2013-10-27avformat/utils: do not override pts in h264 when they are provided from the d...Michael Niedermayer
2013-10-26avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer
2013-10-24avcodec/h264_refs: modify key frame detection heuristic to detect more casesMichael Niedermayer
2013-09-23cmdutils: update year to 2013n0.9.3Michael Niedermayer
2013-09-23update for 0.9.3Michael Niedermayer
2013-09-23avcodec/ffv1enc: update buffer check for 16bpsMichael Niedermayer
2013-09-23avcodec/dsputil: fix signedness in sizeof() comparissionsMichael Niedermayer
2013-09-23avcodec/pngdsp: fix (un)signed type in end comparissionMichael Niedermayer
2013-09-23matroska_read_seek: Fix used streams for subtitle index compensationMichael Niedermayer
2013-09-23jpeg2000: check log2_cblk dimensionsMichael Niedermayer
2013-09-23avcodec/rpza: Perform pointer advance and checks before using the pointersMichael Niedermayer
2013-09-23avcodec/flashsv: check diff_start/heightMichael Niedermayer
2013-09-23update all trac links to use the trac subdomainMichael Niedermayer
2013-09-23rmdec: flush audio packet on seekingMichael Niedermayer
2013-09-23doc/APIchanges: List merge commit hashes and version numbersMichael Niedermayer
2013-09-23apichanges: fix 2 wrong hashesMichael Niedermayer
2013-09-23configure: Make warnings from -Wreturn-type fatal errorsDiego Biurrun
2013-09-23huffyuvdec: Skip len==0 casesMichael Niedermayer
2013-09-23huffyuvdec: Check init_vlc() return codes.Michael Niedermayer
2013-09-23rtmp: fix buffer overflows in ff_amf_tag_contents()Xi Wang
2013-09-23rtmp: fix multiple broken overflow checksXi Wang
2013-08-31avformat/avidec: match first index and first packet size=0 handlingMichael Niedermayer
2013-07-09mpeg12dec: avoid reinitialization on PS changes when possible.Michael Niedermayer
2013-07-07mpegts: only reopen pmt_cb filter if its different from the previous.Michael Niedermayer
2013-07-07rmdec: Pass AVIOContext to rm_read_metadata()Michael Niedermayer
2013-06-21avformat/libmodplug: Reduce the probe score for small inputMichael Niedermayer
2013-06-20Autodetect idcin only if audio properties allow decoding.Carl Eugen Hoyos
2013-06-13alacenc: Fix missing sign_extend()Michael Niedermayer
2013-05-31h264_cavlc: fix reading skip runMichael Niedermayer
2013-05-21smacker: remove av_clip_int16()Michael Niedermayer
2013-05-18avidec: dont randomly skip packets for offseting the indexMichael Niedermayer
2013-05-05Fix type of shared flac table ff_flac_blocksize_table[].Carl Eugen Hoyos
2013-04-02Write broken aac frames to mov files instead of skipping them.Carl Eugen Hoyos
2013-03-27Only test the first frame for missing aac_adtstoasc bistream filter.Carl Eugen Hoyos
2013-03-18Do not (re-)set libx264 parameter b_tff if interlaced encoding was not reques...Carl Eugen Hoyos