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
2015-10-17avcodec/ffv1: Initialize vlc_state on allocationMichael Niedermayer
2015-10-17Merge commit 'b52307933b576eba741c80108c3dad09eb48ba12'Hendrik Leppkes
2015-10-16avcodec/ffv1dec: update progress in case of broken pointer chainsMichael Niedermayer
2015-10-16avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header ...Michael Niedermayer
2015-10-16qsvenc: add an API for allocating opaque surfacesAnton Khirnov
2015-10-16qsvenc: cosmetics, reindentAnton Khirnov
2015-10-16qsvenc: set the timestamp for PIX_FMT_QSV frames as wellAnton Khirnov
2015-10-16qsvenc: support passing arbitrary external buffers to the encoderAnton Khirnov
2015-10-16avcodec/nvenc: fix b frame n_quant_offsetAgatha Hu
2015-10-16wrapped_avframe: Drop a now-unused variableLuca Barbato
2015-10-16mpeg12: Unbreak building stale codeLuca Barbato
2015-10-16avcodec: add ADPCM PSX decoderPaul B Mahol
2015-10-16vp9: use AVFrame.buf[0] to check if a frame is validHendrik Leppkes
2015-10-15avcodec/jpeg2000dec: Clear properties in jpeg2000_dec_cleanup() tooMichael Niedermayer
2015-10-15Revert "avcodec/h264: remove redundant and bogus get_format call"wm4
2015-10-15avcodec/h264: remove redundant and bogus get_format callwm4
2015-10-15aac: Make codec init run under ff_thread_onceDerek Buitenhuis
2015-10-15aac: Make codec init run under ff_thread_onceDerek Buitenhuis
2015-10-15lavc: AV-prefix a few left out capabilitiesVittorio Giovara
2015-10-15vp9: expose reference frames in VP9SharedContextHendrik Leppkes
2015-10-15vp9: split header into separate struct and expose in vp9.hRonald S. Bultje
2015-10-15dnxhd: interleave AC levels and flagsChristophe Gisquet
2015-10-15Merge commit 'd15368ee3926152a3a301c13cc638fbf7a062ddf'Hendrik Leppkes
2015-10-15Merge commit '08377f9c3bf6dbe216512a2e05c9fac837b13fc0'Hendrik Leppkes
2015-10-14Merge commit '6a23a34274b747280c1e4a00ad22f97f99bbb48a'Hendrik Leppkes
2015-10-14Merge commit '6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3'Hendrik Leppkes
2015-10-14Merge commit '901f9c0a32985f48672fd68594111dc55d88a57a'Hendrik Leppkes
2015-10-14h264: Run VLC init under pthread_onceDerek Buitenhuis
2015-10-14dxva: Include last the internal headerLuca Barbato
2015-10-14Merge commit '00332e0a064dad866812de9162b009cbaba6f5df'Hendrik Leppkes
2015-10-14mimic: drop AVPicture usagewm4
2015-10-14libschroedinger: Properly use AVFrame APIVittorio Giovara
2015-10-14qtrle: Properly use AVFrame APIVittorio Giovara
2015-10-14x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2James Almer
2015-10-14dnxhdenc: fix access outside of imageChristophe Gisquet
2015-10-13x86: simple_idct10_template: use constChristophe Gisquet
2015-10-13avcodec/mips/aaccoder_mips: Sync with the generic codeNedeljko Babic
2015-10-13vp9: use registers for constant loading where possible.Ronald S. Bultje
2015-10-13vp9: refactor itx coefficients and share between 8 and 10/12bpp.Ronald S. Bultje
2015-10-13vp9: add itxfm_add eob shortcuts to 10/12bpp functions.Ronald S. Bultje
2015-10-13vp9: add 10/12bpp idct_idct_32x32 sse2 SIMD version.Ronald S. Bultje
2015-10-13vp9: 10/12bpp sse2 SIMD for iadst16.Ronald S. Bultje
2015-10-13vp9: refactor 10/12bpp dc-only code in 4x4/8x8 and add to 16x16.Ronald S. Bultje
2015-10-13vp9: add 10/12bpp sse2 SIMD version for idct_idct_16x16.Ronald S. Bultje
2015-10-13vp9: add 10/12bpp sse2 SIMD versions of iadst8x8.Ronald S. Bultje
2015-10-13vp9: add 10/12bpp sse2 SIMD for idct_idct_8x8.Ronald S. Bultje
2015-10-13vp9: add 12bpp sse2 versions of iadst4.Ronald S. Bultje
2015-10-13vp9: initial attempt at a idct_idct_4x4 12bpp x86 simd (sse2) impl.Ronald S. Bultje
2015-10-13vp9: add x86 simd (sse2/ssse3) for iadst4 10bpp functions.Ronald S. Bultje
2015-10-13vp9: add 10bpp simd (mmxext/ssse3) for idct_idct_4x4.Ronald S. Bultje