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
2017-03-15Merge commit 'b183abfb5b6366b177cf44f244c66156257a6fd6'Clément Bœsch
2017-03-15lavc/h264dec: use OFFSET macroMatthieu Bouron
2017-03-15avcodec/mpegaudiodec_template: Make l3_unscale() work with e=0Michael Niedermayer
2017-03-15avcodec/tiff: Check for multiple geo key directoriesMichael Niedermayer
2017-03-15avcodec/pictordec: Fix runtime error: left shift of 805306368 by 2 places can...Michael Niedermayer
2017-03-14avcodec/wavpack: Fix runtime error: shift exponent 32 is too large for 32-bit...Michael Niedermayer
2017-03-14avcodec/targa: Skip hflip on blank imagesMichael Niedermayer
2017-03-14avcodec/wavpack: Fix runtime error: shift exponent 137 is too large for 32-bi...Michael Niedermayer
2017-03-14avcodec/h264_direct: Fix runtime error: signed integer overflow: 2147483647 -...Michael Niedermayer
2017-03-13avcodec/xpmdec: there are XPM files with dos line endingsPaul B Mahol
2017-03-13avcodec/vp6: clear dimensions on failed resolution change in vp6_parse_header()Michael Niedermayer
2017-03-13avcodec/rv34: Fix runtime error: signed integer overflow: 36880 * 66288 canno...Michael Niedermayer
2017-03-13avcodec/mpeg12dec: Fix runtime error: left shift of negative value -1Michael Niedermayer
2017-03-13avcodec/xpmdec: avoid "magic" numbers in function hex_char_to_number()Paul B Mahol
2017-03-13avcodec/xpmdec: fix colors values which are different for X11Paul B Mahol
2017-03-13avcodec/xpmdec: do not allow number of colors to be higher than allocatedPaul B Mahol
2017-03-13avcodec/xpmdec: rename yet another functionPaul B Mahol
2017-03-13avcodec/xpmdec: rename convert to hex_char_to_numberPaul B Mahol
2017-03-13avcodec/xpmdec: improve comment for one function and also fix 2 identation is...Paul B Mahol
2017-03-12avcodec/xpmdec: skip everything before signaturePaul B Mahol
2017-03-12avcodec/codec_desc: add mime type for X-BitMapPaul B Mahol
2017-03-12avcodec/codec_desc: add mime type for X-PixMapPaul B Mahol
2017-03-12avcodec/xpmdec: make convert function more picky about its inputPaul B Mahol
2017-03-12avcodec: add XPM decoder and demuxerParas Chadha
2017-03-12Merge commit '8e07c22e508b349d145b9f142aa3ee8b3ce1d3a4'Mark Thompson
2017-03-12Merge commit '95414eb2dc63a6f934275b4ed33dedd4369f2c49'Mark Thompson
2017-03-12Merge commit 'd9ec3c60143babe1bb77c268e1d5547d15acd69b'Mark Thompson
2017-03-12Merge commit '37a9015ee84c15fec5247ba8f6577351a25fa8d2'Mark Thompson
2017-03-12Merge commit '21962261c74aed4df00ae8348a5e2d1ecb67c52d'Mark Thompson
2017-03-12Merge commit 'f65285aba0df7d46298abe0c945dfee05cbc6028'Clément Bœsch
2017-03-12Merge commit 'd59641abfd25a1007bdf4723d952887b1e3619c6'Clément Bœsch
2017-03-12avcodec/scpr: use correct linesize for prev framePaul B Mahol
2017-03-12avcodec/dca_xll: Fix runtime error: signed integer overflow: 2147286116 + 629...Michael Niedermayer
2017-03-12avcodec/amrwbdec: Fix runtime error: left shift of negative value -1Michael Niedermayer
2017-03-12avcodec/dca_xll: Fix runtime error: signed integer overflow: 1762028192 + 698...Michael Niedermayer
2017-03-12avcodec/wavpack: Fix runtime error: signed integer overflow: -2147483648 + -8...Michael Niedermayer
2017-03-11aarch64: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö
2017-03-11arm: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö
2017-03-11aarch64: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö
2017-03-11arm: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö
2017-03-11aarch64: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö
2017-03-11arm: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö
2017-03-11arm: vp9lpf: Implement the mix2_44 function with one single filter passMartin Storsjö
2017-03-11aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1Martin Storsjö
2017-03-11arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö
2017-03-11aarch64: vp9lpf: Fix broken indentation/vertical alignmentMartin Storsjö
2017-03-11aarch64: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö
2017-03-11arm: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö
2017-03-11arm: vp9lpf: Use orrs instead of orr+cmpMartin Storsjö
2017-03-11arm/aarch64: vp9lpf: Calculate !hev directlyMartin Storsjö