OSDN Git Service

android-x86/external-ffmpeg.git
2016-10-27 Diego Biurrundnxhdenc: Drop pointless, commented-out debug output
2016-10-27 Diego Biurrunaudio_fifo: Drop write-only variable
2016-10-27 Diego Biurrunh264_loopfilter: Do not print value of uninitialized...
2016-10-27 Diego Biurrunmpegaudio: Do not print value of uninitialized variable
2016-10-27 Diego Biurrunbuild: Hardcode avversion.h dependency
2016-10-25 Martin Storsjöopenssl: Avoid double semicolons after the GET_BIO_DATA...
2016-10-25 Luca Barbatoaviocat: Support avio options
2016-10-25 Yogender Guptascale_npp: fix passthrough mode
2016-10-24 Mark Thompsonvaapi_decode: Remove vestigial unmap code
2016-10-24 Mark Thompsonvaapi_decode: Clear parameter buffers to fix picture...
2016-10-24 Gwenole Beauchesnevaapi_h264: fix RefPicList[] field flags.
2016-10-23 Matt Oliveropenssl: Support version 1.1.0.
2016-10-23 Martin Storsjörtmpdh: Don't use the OpenSSL DH struct
2016-10-22 Diego Biurrunbktr: Use memset(0) instead of zero initialization...
2016-10-22 Alexandra Hájkovácheckasm: Add a test for HEVC add_residual
2016-10-22 Pierre Edouard... hevc: x86: Add add_residual() SIMD optimizations
2016-10-22 Diego BiurrunReplace leftover uses of -aframes|-dframes|-vframes...
2016-10-21 Vittorio Giovaramov: Update colr values
2016-10-21 Vittorio Giovaralavu: Add JEDEC P22 color primaries
2016-10-21 Anton KhirnovMakefile: fix checking whether reconfiguring is required
2016-10-21 Anton Khirnovhevc: factor out a repeated condition
2016-10-21 Anton Khirnovhevc: move the SliceType enum to hevc.h
2016-10-21 Anton Khirnovlavf: check that the codec is supported by extract_extr...
2016-10-19 Diego Biurrunaudiodsp: x86: Remove pointless header file
2016-10-19 Diego Biurrunconfigure: Print warnings after all other output
2016-10-19 Diego Biurrunx86: videodsp: Add parentheses to expression to work...
2016-10-18 Luca Barbatofate: Update filter-pixfmts-scale gbrap12le hash missin...
2016-10-18 Martin Storsjöcheckasm: aarch64: Don't clobber x29 in checkasm_stack_...
2016-10-18 Diego Biurrunemms: Give apriv_emms_yasm() a more general name
2016-10-18 Michael Niedermayerswscale: Properly load alpha for planar rgb
2016-10-17 Diego Biurrunbuild: Add VSX-OBJS to SUBDIR_VARS
2016-10-17 Diego Biurrunppc: avcodec: Drop silly "_ppc" suffixes from files...
2016-10-17 Mark Thompsonvaapi_encode: Write sequence header as extradata
2016-10-17 Mark Thompsonvaapi_h265: Include header for slice types
2016-10-17 Diego Biurrunx86: Add missing colons after assembly labels
2016-10-17 Diego Biurrunbuild: Drop arch-specific checkasm Makefiles
2016-10-17 Diego Biurrunbuild: Drop duplicate asm recipe
2016-10-16 Martin Storsjöcheckasm: aarch64: Add filler args to make sure all...
2016-10-16 Martin Storsjöcheckasm: aarch64: Clobber the stack before calling...
2016-10-16 Martin Storsjöcheckasm: arm/aarch64: Fix the amount of space reserved...
2016-10-16 Anton Khirnovlavf: use the new bitstream filter for extracting extradata
2016-10-16 Anton Khirnovlavc: add a bitstream filter for extracting extradata...
2016-10-16 Anton Khirnovhevcdec: move parameter set parsing into a separate...
2016-10-16 Anton Khirnovhevcdec: split ff_hevc_diag_scan* declarations into...
2016-10-16 Anton Khirnovhevcdec: drop the prototype of a non-existing function
2016-10-16 Anton Khirnovhevcdec: move decoder-independent declarations into...
2016-10-16 Anton Khirnovhevc: rename hevc.[ch] to hevcdec.[ch]
2016-10-16 James Almeravformat/matroska: fix MatroskaVideoFieldOrder enum...
2016-10-16 Anton Khirnovfile protocol: handle the file: protocol string in...
2016-10-14 Martin Storsjörtmpproto: Don't include a client version in the unencr...
2016-10-14 Martin Storsjörtmpproto: Don't include the libavformat version as...
2016-10-14 Martin Storsjörtmpproto: Send chunk size on the network channel
2016-10-14 Martin Storsjörtmpproto: Lengthen the filename buffer when receiving...
2016-10-14 Martin Storsjörtmpproto: Check the return from ff_amf_read_string
2016-10-14 Sean McGovernMake the RELEASE file match with the most recent tag
2016-10-12 Luca Barbatoswscale: Add the GBRAP12 output
2016-10-12 Kieran KunhyaAdd GBRAP12 pixel format support
2016-10-12 Luca Barbatoswscale: Enable GBRP12 output
2016-10-12 Michael Niedermayerswscale: x86: Add some forgotten 12-bit planar YUV...
2016-10-12 Michael Niedermayerswscale: Add input support for 12-bit formats
2016-10-12 Michael NiedermayerAdd GBRP12 pixel format support
2016-10-12 Vittorio GiovaraAPIchanges: Expand the name of recently added pixel...
2016-10-12 Vittorio Giovaralavc: bsf: Document input/output codecparam alloc/init...
2016-10-12 Vittorio Giovaraswscale: Add missing yuv444p12 swapping
2016-10-11 Alexandra Hájkováhevc: Add SSE2 and AVX IDCT
2016-10-11 Alexandra Hájkovácheckasm: add a test for HEVC IDCT
2016-10-10 Martin Storsjöaarch64: Add missing sign extension in ff_h264_idct8_ad...
2016-10-09 Yogender Guptanvenc: Fix error log
2016-10-07 Yogender Guptanvenc: Force high_444 profile for 444 input
2016-10-06 Anton KhirnovRevert "hevc: x86: Refactor IDCT macro declarations"
2016-10-06 Diego Biurrunh264_intrapred: x86: Update comments left behind in...
2016-10-06 Diego Biurrunconfigure: #include stdint.h as part of libxavs test
2016-10-06 Diego Biurrunhevc: x86: Refactor IDCT macro declarations
2016-10-05 Steve Lhommed3d11va: Use the proper decoding slice index
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_16_h work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_48/84/88_h work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_44_h work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_16_v work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_48/84_v work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_88_v work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_44_v work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: save one register in SIGN_ADD/SUB.
2016-10-04 Ronald S. Bultjevp9lpf/x86: store unpacked intermediates for filter6...
2016-10-04 Ronald S. Bultjevp9lpf/x86: move variable assigned inside macro branch.
2016-10-04 Ronald S. Bultjevp9lpf/x86: simplify ABSSUM_CMP by inverting the compar...
2016-10-04 Ronald S. Bultjevp9lpf/x86: remove unused register from ABSSUB_CMP...
2016-10-04 Ronald S. Bultjevp9lpf/x86: slightly simplify 44/48/84/88 h stores.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make cglobal statement more conservative...
2016-10-04 Ronald S. Bultjevp9lpf/x86: save one register in loopfilter surface...
2016-10-04 Clément Bœschvp9lpf/x86: add ff_vp9_loop_filter_[vh]_44_16_{sse2...
2016-10-04 Clément Bœschvp9lpf/x86: add ff_vp9_loop_filter_h_{48,84}_16_{sse2...
2016-10-04 James Almervp9lpf/x86: add an SSE2 version of vp9_loop_filter_...
2016-10-04 Clément Bœschvp9lpf/x86: add ff_vp9_loop_filter_[vh]_88_16_{ssse3...
2016-10-04 James Almervp9lpf/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().
2016-10-04 Clément Bœschvp9lpf/x86: add x86 SSSE3/AVX SIMD for vp9_loop_filter_...
2016-10-04 Ronald S. Bultjecheckasm: add VP9 loopfilter tests.
2016-10-04 Ronald S. Bultjevp9: ignore reference segmentation map if error_resilie...
2016-10-02 Vittorio Giovarafate: Add test for rscc palette
2016-10-02 Carl Eugen... rscc: Support palette format
2016-10-02 Vittorio Giovaraavcodec: Document AV_PKT_DATA_PALETTE side data type
next