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
2019-03-17avcodec/pnm: Optimize reading loop in pnm_get()Michael Niedermayer
2019-03-17avcodec/dfa: Check the chunk header is not truncatedMichael Niedermayer
2019-03-17avcodec/clearvideo: Check remaining data in P framesMichael Niedermayer
2019-03-17avcodec/diracdec: Count truncated parts as errors in decode_component()Michael Niedermayer
2019-03-17avcodec/ffv1dec_template: Optimize golomb run modeMichael Niedermayer
2019-03-16mpeg12enc: Use Closed Captions if availableMathieu Duponchelle
2019-03-15lavc/qtrle: Do not use aligned writes for 24bit frames.Carl Eugen Hoyos
2019-03-14Merge commit '186bd30aa3b6c2b29b4dbf18278700b572068b1e'James Almer
2019-03-14Merge commit '7e42d5f0ab2aeac811fd01e122627c9198b13f01'James Almer
2019-03-14Merge commit '49f9c4272c4029b57ff300d908ba03c6332fc9c4'James Almer
2019-03-14Merge commit '37394ef01b040605f8e1c98e73aa12b1c0bcba07'James Almer
2019-03-14Merge commit 'cef914e08310166112ac09567e66452a7679bfc8'James Almer
2019-03-14Merge commit 'e39a9212ab37a55b346801c77487d8a47b6f9fe2'James Almer
2019-03-14Merge commit '58d154922707bfeb873cb3a7476e0f94b17463dd'James Almer
2019-03-14Merge commit 'cc7ba00c35faf0478f1f56215e926f70ccb31282'James Almer
2019-03-14Merge commit '52c9b0a6c0d02cff6caebcf6989e565e05b55200'James Almer
2019-03-14Merge commit 'c513fcd7d235aa4cef45a6c3125bd4dcc03bf276'James Almer
2019-03-14Merge commit 'f1011ea28a4048ddec97794ca3e9901474fe055f'James Almer
2019-03-14Merge commit '85bfaa4949f4afcde19061def3e8a18988964858'James Almer
2019-03-14Merge commit '0801853e640624537db386727b36fa97aa6258e7'James Almer
2019-03-14avcodec/dvbsubdec: Check object positionMichael Niedermayer
2019-03-14avcodec/cdgraphics: Use ff_set_dimensions()Michael Niedermayer
2019-03-14libavcodec/zmbvenc: Add support for RGB formatsMatthew Fearnley
2019-03-13avcodec/libdav1d: unref the frame on failureJames Almer
2019-03-13libdav1d: Add support for reading hdr10 metadataVittorio Giovara
2019-03-13avcodec/libdav1d: consistently use AVERROR return valuesJames Almer
2019-03-13avcodec/libdav1d: use a custom picture allocatorJames Almer
2019-03-13avcodec/libdav1d: move the pix_fmt enum array up in the fileJames Almer
2019-03-13avcodec/libdav1d: route dav1d internal logs through av_log()James Almer
2019-03-12avcodec/mpeg4videodec: Check idx in mpeg4_decode_studio_block()Michael Niedermayer
2019-03-12avcodec/mpeg4videodec: Fix nonsense warningAndreas Rheinhardt
2019-03-10avcodec/imm4: Unreference previous frame on frame size changeMichael Niedermayer
2019-03-10avcodec/nvenc: add minimum driver version for SDK 8.2 and 9.0Timo Rothenpieler
2019-03-09avcodec/proresenc_aw : fix interlace encoding for unsafe heightMartin Vignali
2019-03-09avcodec/dxv: Correct integer overflow in get_opcodes()Michael Niedermayer
2019-03-07avcodec/g723_1dec: actually decode second channelPaul B Mahol
2019-03-07avcodec/imm4: fix artifacts on some files with special coding modePaul B Mahol
2019-03-07avcodec/scpr: Fix use of uninitialized variableMichael Niedermayer
2019-03-06avcodec/imm4: add support for mid-stream size changesPaul B Mahol
2019-03-04avcodec/qtrle : improve 24bbp decoding speedMartin Vignali
2019-03-04avcodec/qtrle : 32bpp dec copy two raw argb value at the same timeMartin Vignali
2019-03-04avcodec/qtrle : avoid swap in 32bpp decoding on little endianMartin Vignali
2019-03-04lavc/libx265: signal CPB properties through side dataJan Ekström
2019-03-03avcodec/hcom: check that index into array is validPaul B Mahol
2019-03-03avcodec/utils: remove commented out obsolete codePaul B Mahol
2019-03-03avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytesMichael Niedermayer
2019-03-03avcodec/aic: Check remaining bits in aic_decode_coeffs()Michael Niedermayer
2019-03-03avcodec/gdv: Check for truncated tags in decompress_5()Michael Niedermayer
2019-03-03avcodec/bethsoftvideo: Check block_typeMichael Niedermayer
2019-03-03avcodec/diracdec: Correct max pixels checkMichael Niedermayer