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-10-16lavc: add a bitstream filter for extracting extradata from packetsAnton Khirnov
2016-10-16hevcdec: move parameter set parsing into a separate headerAnton Khirnov
2016-10-16hevcdec: split ff_hevc_diag_scan* declarations into a separate headerAnton Khirnov
2016-10-16hevcdec: drop the prototype of a non-existing functionAnton Khirnov
2016-10-16hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov
2016-10-16hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov
2016-10-12Add GBRAP12 pixel format supportKieran Kunhya
2016-10-12lavc: bsf: Document input/output codecparam alloc/init processVittorio Giovara
2016-10-11hevc: Add SSE2 and AVX IDCTAlexandra Hájková
2016-10-10aarch64: Add missing sign extension in ff_h264_idct8_add_neonMartin Storsjö
2016-10-09nvenc: Fix error logYogender Gupta
2016-10-07nvenc: Force high_444 profile for 444 inputYogender Gupta
2016-10-06Revert "hevc: x86: Refactor IDCT macro declarations"Anton Khirnov
2016-10-06h264_intrapred: x86: Update comments left behind in 95c89da36ebeeb96b7146c0d7...Diego Biurrun
2016-10-06hevc: x86: Refactor IDCT macro declarationsDiego Biurrun
2016-10-05d3d11va: Use the proper decoding slice indexSteve Lhomme
2016-10-04vp9lpf/x86: make filter_16_h work on 32-bit.Ronald S. Bultje
2016-10-04vp9lpf/x86: make filter_48/84/88_h work on 32-bit.Ronald S. Bultje
2016-10-04vp9lpf/x86: make filter_44_h work on 32-bit.Ronald S. Bultje
2016-10-04vp9lpf/x86: make filter_16_v work on 32-bit.Ronald S. Bultje
2016-10-04vp9lpf/x86: make filter_48/84_v work on 32-bit.Ronald S. Bultje
2016-10-04vp9lpf/x86: make filter_88_v work on 32-bit.Ronald S. Bultje
2016-10-04vp9lpf/x86: make filter_44_v work on 32-bit.Ronald S. Bultje
2016-10-04vp9lpf/x86: save one register in SIGN_ADD/SUB.Ronald S. Bultje
2016-10-04vp9lpf/x86: store unpacked intermediates for filter6/14 on stack.Ronald S. Bultje
2016-10-04vp9lpf/x86: move variable assigned inside macro branch.Ronald S. Bultje
2016-10-04vp9lpf/x86: simplify ABSSUM_CMP by inverting the comparison meaning.Ronald S. Bultje
2016-10-04vp9lpf/x86: remove unused register from ABSSUB_CMP macro.Ronald S. Bultje
2016-10-04vp9lpf/x86: slightly simplify 44/48/84/88 h stores.Ronald S. Bultje
2016-10-04vp9lpf/x86: make cglobal statement more conservative in register allocation.Ronald S. Bultje
2016-10-04vp9lpf/x86: save one register in loopfilter surface coverage.Ronald S. Bultje
2016-10-04vp9lpf/x86: add ff_vp9_loop_filter_[vh]_44_16_{sse2,ssse3,avx}.Clément Bœsch
2016-10-04vp9lpf/x86: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}().Clément Bœsch
2016-10-04vp9lpf/x86: add an SSE2 version of vp9_loop_filter_[vh]_88_16James Almer
2016-10-04vp9lpf/x86: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}.Clément Bœsch
2016-10-04vp9lpf/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().James Almer
2016-10-04vp9lpf/x86: add x86 SSSE3/AVX SIMD for vp9_loop_filter_[vh]_16_16.Clément Bœsch
2016-10-04vp9: ignore reference segmentation map if error_resilience flag is set.Ronald S. Bultje
2016-10-02rscc: Support palette formatCarl Eugen Hoyos
2016-10-02avcodec: Document AV_PKT_DATA_PALETTE side data typeVittorio Giovara
2016-10-02vaapi_h265: Add main 10 encode supportMark Thompson
2016-10-02vaapi_h265: Fix buffering parametersMark Thompson
2016-10-02vaapi_h265: Fix slice header writingMark Thompson
2016-10-02vaapi_h264: Write bitstream restriction fieldsMark Thompson
2016-10-02vaapi_h264: Fix CFR mode with frame_rate set in AVCodecContextMark Thompson
2016-10-02vaapi_encode: Decide on GOP setup before initialising sequence parametersMark Thompson
2016-10-02pthread_frame: use atomics for frame progressAnton Khirnov
2016-10-02pthread_frame: use atomics for PerThreadContext.stateAnton Khirnov
2016-10-02pthread_frame: use a thread-safe way for signalling threads to dieAnton Khirnov
2016-10-02mmaldec: convert to stdatomicAnton Khirnov