68749 Commits (8a1cff1c355d031b63e0183c9820dff55b783d61)
 

Author SHA1 Message Date
Ronald S. Bultje 8a1cff1c35 vp9/x86: make filter_44_h work on 32-bit. 10 years ago
Ronald S. Bultje 047088b8c6 vp9/x86: make filter_16_v work on 32-bit. 10 years ago
Ronald S. Bultje 0cc9c23ea1 vp9/x86: make filter_48/84_v work on 32-bit. 10 years ago
Ronald S. Bultje 6433a9133f vp9/x86: make filter_88_v work on 32-bit. 10 years ago
Ronald S. Bultje 75f8e52089 vp9/x86: make filter_44_v work on 32-bit. 10 years ago
Ronald S. Bultje 7f80c3344c vp8/x86: save one register in SIGN_ADD/SUB. 10 years ago
Ronald S. Bultje 8ea2194ebb vp9/x86: store unpacked intermediates for filter6/14 on stack. 10 years ago
Ronald S. Bultje e42409479f vp8/x86: move variable assigned inside macro branch. 10 years ago
Ronald S. Bultje 418c202c63 vp9/x86: simplify ABSSUM_CMP by inverting the comparison meaning. 10 years ago
Ronald S. Bultje d1c55654e1 vp8/x86: remove unused register from ABSSUB_CMP macro. 10 years ago
Ronald S. Bultje e59bd08986 vp9/x86: slightly simplify 44/48/84/88 h stores. 10 years ago
Ronald S. Bultje 8132629bd5 vp9/x86: make cglobal statement more conservative in register allocation. 10 years ago
Ronald S. Bultje c013ca58c5 vp9/x86: save one register in loopfilter surface coverage. 10 years ago
Clément Bœsch 56e432b27b avutil/atomic: reuse ret to avoid dereferencing twice the same value. 10 years ago
Michael Niedermayer cc91488588 avfilter/vf_cropdetect: Factorize duplicated code using a macro 10 years ago
Michael Niedermayer ed96830afc avfilter/vf_blend: Fix AVClass 10 years ago
Stefano Sabatini d4fd3f24e8 lavfi: add tblend filter 10 years ago
Michael Niedermayer 05e74ac2f3 avutil/hmac: use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 6d639ecf44 avutil/audio_fifo: use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 336bb3f706 avutil/dict: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 9e89347329 Merge commit '60d4c6ff76467d4d8f55c1cc61ab6c618e8ea2f3' 10 years ago
Michael Niedermayer 6f764d2911 Merge commit '737d35e33408263c04d7730f5487eed0d04938ba' 10 years ago
Michael Niedermayer a6ab9ed50d Merge commit '1f9237f2ac46dfbed1bfa1f4f0f1314c2a1d62ec' 10 years ago
Michael Niedermayer 751731540f Merge commit 'ebd5320afd42d4315851f3e0ca7f5d4a6300eb68' 10 years ago
Michael Niedermayer d7aaeea540 Merge commit 'c220a60f92dde9c7c118fc4deddff5c1f617cda9' 10 years ago
Michael Niedermayer ddb9a24a7f Merge commit '6c99c92a42add7f6a462114d5a4a53c93c551058' 10 years ago
Michael Niedermayer d16079abf4 Merge commit '57b6704ecd0f56d6a3092e448687cfd837bb0ac1' 10 years ago
Michael Niedermayer 57089084ba Merge commit '4cfbeef31d4e6096c0596359d212f5d99a7ba4b5' 10 years ago
Anton Khirnov 60d4c6ff76 h264: restore a block mistakenly removed in e10fd08a 10 years ago
Michael Niedermayer fa0e5ffb89 avfilter/vf_cropdetect: add yuv440p and yuv410p support 10 years ago
Michael Niedermayer a4b13dbd02 avfilter/vf_fspp: Add GBRP and gray8 support 10 years ago
Reynaldo H. Verdejo Pinochet a18456a203 ffserver: check for EOF|error at loop condition 10 years ago
Reynaldo H. Verdejo Pinochet 0121ddabb8 ffserver: reflow close_connection() 10 years ago
Reynaldo H. Verdejo Pinochet 1146223699 ffserver: minor formatting improvement to http_server() 10 years ago
Reynaldo H. Verdejo Pinochet 978bc4327b ffserver: reindent start_multicast() 10 years ago
Reynaldo H. Verdejo Pinochet 719cc02586 ffserver: reflow start_multicast() 10 years ago
Reynaldo H. Verdejo Pinochet 18011888cc ffserver: reindent start_children() 10 years ago
Reynaldo H. Verdejo Pinochet ec42251715 ffserver: reflow start_children() 10 years ago
Reynaldo H. Verdejo Pinochet 1abdfb100a ffserver: break lines at 80 in func prototypes 10 years ago
James Almer a4f876a1a2 x86/vf_fspp: move pxor in store slice functions out of the loop 10 years ago
James Almer 466e32bf25 x86/vf_fspp: port inline asm to yasm 10 years ago
Michael Niedermayer 9224c7f0dd avfilter/vf_fspp: clarify comment 10 years ago
Kieran Kunhya 18982f084c swscale: Pass through chroma positions in sws_getCachedContext 10 years ago
Michael Niedermayer 4bc0dbfc9f avfilter/vf_boxblur: generate supported pixfmt list instead of hardcoding 10 years ago
Michael Niedermayer f7da4b1cf1 avformat/rtsp: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 0704c44d68 avformat/cache: remove ftruncate usage, its not always available 10 years ago
Stefano Sabatini afaa4a8946 lavfi/blend: add difference128 mode 10 years ago
Michael Niedermayer 7c210c4424 avformat/cache: Extend cache entries if possible instead of creating new ones 10 years ago
Michael Niedermayer 312151bb9a avformat/cache: avoid lseek() on reading from the cache if possible 10 years ago
Michael Niedermayer ce3551896a avformat/cache: keep cache_pos updated 10 years ago