90641 Commits (3fbe4a043cbe656301be9d066b3ac9a7034d1fc9)
 

Author SHA1 Message Date
James Almer 416d354a57 libavcodec/libaomenc: fix size specifier in an av_log call 7 years ago
James Almer 88e9b616b9 libavcodec/libaomdec: use the matrix coefficients value from aom_image 7 years ago
James Almer c0f0c9f531 avcode/profiles: add AV1 profiles 7 years ago
James Almer 99cc3cf7a2 Merge commit '43778a501f1bfbceeddc8eaeea2ea2b3506beeda' 7 years ago
James Almer d039d7d4a4 avcodec/libaomdec: remove references to yuv440p pixfmt 7 years ago
Michael Niedermayer 5c75438b89 avcodec/tableprint_vlc: Fix build failure with --enable-hardcoded-tables 7 years ago
Marton Balint 084ef7d7d5 avfilter/af_pan: reject expressions referencing the same channel multiple times 7 years ago
Marton Balint 0031eab61c ffmpeg: do not finish output streams manually on eof even if no input is provided 7 years ago
Marton Balint 60c9a25530 ffmpeg: fallback to codecpar parameters on input filter eof 7 years ago
James Almer 0dc11d8bbd Merge commit 'c438899a706422b8362a13714580e988be4d638b' 7 years ago
James Almer cbd5e737fe Merge commit '44a1731011e87fbf4180d026aefb8bfe85d8c7dc' 7 years ago
James Almer 18195e570c Merge commit 'dd7e63af93b2430b5d42b87a966160c66736342c' 7 years ago
James Almer c00579ab32 Merge commit '80a4e6a46f21256e9bf508ead686563616945ad5' 7 years ago
James Almer 23ba9b3fd1 Merge commit '31a53ab34e22fe1eec902f79ec1f19ab828a7a0c' 7 years ago
James Almer c00b218a8f Merge commit '18dc1ff0fb4572b1d50a44905aa1e76bc3bbb0ad' 7 years ago
James Almer 67e8f476b7 Merge commit '9c37d765ef28b027414f86b0088b0c282a3c46d8' 7 years ago
Sven Dueking a2fc8dbae8 Add Haivision SRT protocol 7 years ago
sanilraut 10d008f0fd avformat/dashdec: Support signaling of last segment number 7 years ago
Mark Thompson 44000b7744 hwcontext_d3d11: Fix crash with valid adapter but no device 7 years ago
Michael Niedermayer b3e9f3f5f5 doc/examples/hw_decode: Remove logically dead code in decode_write() 7 years ago
Michael Niedermayer 49a0b3f6bc doc/examples/hw_decode: Remove useless NULL check 7 years ago
James Almer 95e33ea565 doc/APIchanges: fix lavu version for the AVEncryptionInfo addition 7 years ago
James Almer d205c8f3bb avcodec/avpacket: remove unnecessary check in av_packet_make_writable() 7 years ago
Diego Biurrun 2124a97a49 configure: Drop unused helper function test_cflags_cpp() 7 years ago
Timo Rothenpieler 3914c8e0e6 avformat/hlsenc: initialize saveptrs 7 years ago
Jun Zhao ac6e27d74f kmsgrab: add category for kmsgrab 7 years ago
drfer3 29c663d50c avfilter/vf_avgblur_opencl: fix error when clSetKernelArg fails 7 years ago
Mark Thompson 213839edff vf_avgblur_opencl: Don't run kernel on pixels outside the image 7 years ago
Danil Iashchenko 9f17875134 libavfilter: Add OpenCL convolution filter 7 years ago
Gyan Doshi cfe1a9d311 avformat/segafilm - fix keyframe detection and set packet flags 7 years ago
Diego Biurrun 434b44cd6f configure: Simplify vararg check 7 years ago
Diego Biurrun 8c7554e6a9 configure: Add check_x86asm() helper function to simplify some expressions 7 years ago
Diego Biurrun 17ee5b0c13 configure: Use indirection for the -o assembler flag also for x86asm 7 years ago
Diego Biurrun b9ea301e02 configure: Use a more sensible suffix for x86 assembly tempfiles 7 years ago
Diego Biurrun 5292e97c42 configure: Document available options for the --toolchain parameter 7 years ago
James Almer 3c245707bd avcodec/avdct: use the proper function to free AVCodecContext 7 years ago
James Almer 3eff98c927 avformat/rtpenc_chain: use the proper function to free AVFormatContext 7 years ago
Michael Niedermayer db77230894 avcodec/mpeg4videodec: Use more specific error codes 7 years ago
Michael Niedermayer eb60b9d3aa avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_entry() 7 years ago
Michael Niedermayer e529fe7633 avcodec/get_bits: Make sure the input bitstream with padding can be addressed 7 years ago
Paul B Mahol 78f8036c9c avfilter/af_mcompand: make error message more helpful 7 years ago
Paul B Mahol 261171d084 doc/filter.texi: fix some spotted typos 7 years ago
wm4 b0644c3e1a movtextdec: fix handling of UTF-8 subtitles 7 years ago
wm4 b7d0d912ef avcodec: add a subcharenc mode that disables UTF-8 check 7 years ago
Jan Ekström 5b31dd1c6b avformat/hlsenc: use stream's maximum bit rate as fall-back advertised rate 7 years ago
Marton Balint 87455b78cc avdevice/decklink: fix leak when listing devices and there is no memory 7 years ago
Martin Vignali 5f6126ea7f swscale/rgb2rgb : cosmetic, move shuffle_bytes func declaration 7 years ago
Martin Vignali a9a7ed4f27 checkasm/swscale : add test for rgb shuffle_bytes func 7 years ago
Martin Vignali 1ba5ca2d72 swscale/rgb : add X86 SIMD (SSSE3), for shuffle_bytes_1230, shuffle_bytes_3012, shuffle_bytes_3210 7 years ago
Martin Vignali d4f6640855 swscale/rgb : move shuffle func shuffle_bytes_1230, shuffle_bytes_3012, shuffle_bytes_3210 in order to add SIMD 7 years ago