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-15Merge commit '08377f9c3bf6dbe216512a2e05c9fac837b13fc0'Hendrik Leppkes
2015-10-15Merge commit 'c1348506697377b46f844339c178332e3314149a'Hendrik Leppkes
2015-10-14Merge commit 'e55376a1fd5abebbb0a082aa20739d58c2260a37'Hendrik Leppkes
2015-10-14ffmpeg_opt: rename loop option to stream_loopMichael Niedermayer
2015-10-14avformat/async: cache some data for fast seek backwardZhang Rui
2015-10-14avutil/fifo: add function av_fifo_generic_peek_at()Zhang Rui
2015-10-14avutil/intmath: use de Bruijn based ff_ctzGanesh Ajjanagadde
2015-10-14Remove test file that accidentally ended up in one commitHendrik Leppkes
2015-10-14lavf/vc1dec: Autodetect raw vc-1 streams.Carl Eugen Hoyos
2015-10-14doc/filters: fix selectivecolor exampleClément Bœsch
2015-10-14avfilter/formats: add av_warn_unused_result to function prototypesGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-10-14Merge commit '6a23a34274b747280c1e4a00ad22f97f99bbb48a'Hendrik Leppkes
2015-10-14Merge commit '6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3'Hendrik Leppkes
2015-10-14Merge commit '901f9c0a32985f48672fd68594111dc55d88a57a'Hendrik Leppkes
2015-10-14Merge commit '17e41cf3614973258c24aa2452215ef7e3bfa5ed'Hendrik Leppkes
2015-10-14ffmpeg: add deprecation guards around remaining AVFMT_RAWPICTURE usageHendrik Leppkes
2015-10-14ffmpeg: remove trailing whitespace that sneaked into the previous mergeHendrik Leppkes
2015-10-14Merge commit '34ed5c2e4d9b7fe5c9b3aae2da5599fabb95c02e'Hendrik Leppkes
2015-10-14dxva: Include last the internal headerLuca Barbato
2015-10-14httpauth: Add space after commas in HTTP/RTSP auth headerAndrey Utkin
2015-10-14rtmpproto: Write correct flv packet sizes at the end of packetsMichael Niedermayer
2015-10-14Merge commit '16b0c929621f84983b83b9735ce973acb12723bc'Hendrik Leppkes
2015-10-14Merge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef'Hendrik Leppkes
2015-10-14Merge commit 'c1aac39eaccd32dc3b74ccfcce701d3d888fbc6b'Hendrik Leppkes
2015-10-14Merge commit 'b9ece15a01782b4f301c0c139d1d7b20f848914c'Hendrik Leppkes
2015-10-14Merge commit 'd00a8fd417ad20cecbc7ca17b25f352655148fb1'Hendrik Leppkes
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-14avformat/mov: fix integer overflowGanesh Ajjanagadde
2015-10-14ffserver_config: check for INT_MIN before doing FFABSGanesh Ajjanagadde
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-13avutil/fifo: Fix thread saftey of av_fifo_generic_peek()Michael Niedermayer
2015-10-13swscale: fix ticket #4881Pedro Arthur
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