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-08-08avcodec/rawdec: Fix palette handling with changing palettesMichael Niedermayer
2016-08-08avcodec/ffv1: add AV_PIX_FMT_GBRP16 supportMichael Niedermayer
2016-08-08avcodec/ffv1: template functions to allow data types different from int16_tMichael Niedermayer
2016-08-07avcodec/qsvdec: Fix null dereferences in the qsv decoderYuli Khodorkovskiy
2016-08-07avcodec/raw: Fix decoding of ilacetest.movMichael Niedermayer
2016-08-07avcodec/ttadsp: cosmeticsJames Almer
2016-08-06avcodec/ffv1enc: Fix assertion failure with non zero bits per sampleMichael Niedermayer
2016-08-05lavc/vaapi_encode_h26x: Fix a crash if "." is not the decimal separator.Carl Eugen Hoyos
2016-08-04avcodec/vdpau: clean up vdpau_internal.hJames Almer
2016-08-04h264dec: Fix indentationTimothy Gu
2016-08-04Merge commit '58640fe89ec4f2a3d67c0a2585fca8de34440857'Timothy Gu
2016-08-04Merge commit 'e26c64148be8a20ace7512d96503172fb5e9753b'Timothy Gu
2016-08-04Merge commit '6efc4638584e1e14d1a6152186ba28f5d48a80c0'Timothy Gu
2016-08-04Revert "Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'""Timothy Gu
2016-08-04Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'"Timothy Gu
2016-08-04Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'Timothy Gu
2016-08-04Merge commit 'b13fc1e344011949929975a3451f78f226aa1de3'Timothy Gu
2016-08-03mediacodec: Return ENOSYS on unsupported platformsTimothy Gu
2016-08-03jni: Return ENOSYS on unsupported platformsTimothy Gu
2016-08-03doxygen: Standardize root-level modulesTimothy Gu
2016-08-03avcodec/h264dec: move ff_h264_ps_uninit prototype to h264_ps.hJames Almer
2016-08-03libavcodec/dnxhd: Enable 12-bit DNxHR support.Steven Robertson
2016-08-02x86/ttaenc: add ff_ttaenc_filter_process_{ssse3,sse4}James Almer
2016-08-02avcodec/ttaenc: split off hybrid filter processing as ttaencdspJames Almer
2016-08-02avcodec/alacenc: allocate bigger packetsPaul B Mahol
2016-08-02Merge commit '996f13413b0415097e2a184d161462ffb3ceb647'James Almer
2016-08-02Merge commit 'bc7f4268514624e1286ea76d27a89a56b4ee18e1'James Almer
2016-08-01Merge commit '8281cd5cb80582d668ce0848e0e035b383f161f6'James Almer
2016-08-01Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c'James Almer
2016-08-01Merge commit '1cf2f3d334f52849aae2be868bad1e5fa5f59aa0'James Almer
2016-08-01Merge commit 'b24dafe10572254ff0decc18b0d7c3d3707d5a29'James Almer
2016-08-01Merge commit '70b1dcef2d859ae6b3e21d61de928c3dd0cf1aa4'James Almer
2016-08-01Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'James Almer
2016-08-01avcodec/vp9_parser: Check the input frame sizes for being consistentMichael Niedermayer
2016-07-29Merge commit '4e2f6212483ae1b2a4043cddf0a1cb001b476abc'Clément Bœsch
2016-07-29Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2016-07-29Merge commit 'f651c6a259d4bc78f25db11d25df9256d5110bd3'Clément Bœsch
2016-07-29Merge commit '19446dc5fff6a2f5ccd1a73db66e266255a5d768'Clément Bœsch
2016-07-29Merge commit 'bcd91f1644b46dd142c5355c8b742b27d9028903'Clément Bœsch
2016-07-29hapdec: remove unused memory.h includeJosh de Kock
2016-07-27avcodec/h264_slice: Make setup_finished check cover more casesMichael Niedermayer
2016-07-27Merge commit 'debca90863e4ee53447efd02483c500f89766384'Clément Bœsch
2016-07-27Merge commit 'f966498e433fead2f5e6b5b66fad2ac062146d22'Clément Bœsch
2016-07-27lavc/h264_slice: adjust a few line breaks to reduce diff with LibavClément Bœsch
2016-07-27Merge commit '54dd9b1cdd9e54f1ee39ae25af0324f8aba2831b'Clément Bœsch
2016-07-27lavc/ffjni: replace ff_jni_{attach,detach} with ff_jni_get_envMatthieu Bouron
2016-07-27libopenh264: Support building with the 1.6 releaseMartin Storsjö
2016-07-27Add an OpenH264 decoder wrapperMartin Storsjö
2016-07-26vp9: add mxext versions of the single-block (w=8,npx=8) h/v loopfilters.Ronald S. Bultje